Incomplete
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Former userFormer user(Deactivated)Reporter
Peter SchönhofenPeter SchönhofenPriority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Peter Schönhofen
Peter SchönhofenPriority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created January 18, 2013 at 11:45 AM
Updated September 23, 2016 at 9:46 PM
Resolved January 21, 2013 at 11:45 AM
When getting results from a view using a start key, Couchbase reports:
bad_request (invalid UTF-8 JSON:
error,{1,"lexical error: invalid char in json text.\n"
, "..."})Steps to reproduce:
1. create a bucket
2. create a new document with key "KEY-1a4b"
3. create a view with the following map function:
function (doc, meta) {
emit(meta.id, doc);
}
4. query the view using the URL:
http://.../test/_design/dev_main/_view/all_documents?stale=false&startkey=KEY-1a4b&connection_timeout=60000&limit=10&skip=0