question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CouchDB - Error when trying to save a document

See original GitHub issue

System information:

  • Operating system (distribution) and version: macOS Cataline
  • DBeaver version 7.3.0.202012061950
  • Additional extensions: n/a

Connection specification:

  • Database name and version: CouchDB 2.2
  • Driver name: CouchDB
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? No

Describe the problem you’re observing:

When editing a field and hitting the save button, I get an error. Tried multiple collections. None works.

I get the following error message:

Error synchronizing data with database

Reason:
Error saving document

--
Error saving document
  Unsupported document value: [lastName; 3]

Screenshot 2021-01-23 at 07 05 27

Steps to reproduce, if exist:

  1. Connect to a CouchDB server
  2. Edit a field
  3. Save

Include any warning/errors/backtraces from the logs

n/a

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
uslsscommented, Jan 26, 2021

thanks for the report

0reactions
rdewolffcommented, Feb 19, 2021

Thanks for the heads up

Read more comments on GitHub >

github_iconTop Results From Across the Web

CouchDB error on specific document: "function_clause error in ...
Any attempt to PUT or POST a new document into the database will hang indefinitely and the database becomes inaccessible from that point...
Read more >
Getting Started - CouchDB: The Definitive Guide
Once you've entered your values into the document, make a note of its _rev attribute and click “Save Document.” The result should look...
Read more >
Common Errors - PouchDB
CORS settings in CouchDB. PouchDB throws a `No valid adapter found` error. Reading from/writing to a local database from an iframe with a...
Read more >
Understanding CouchDB Conflicts - Jan Lehnardt - Writing
{"error":"conflict","reason":"Document update conflict."} If we use the strategy of quickly getting the _rev from the doc and trying again, we ...
Read more >
Swift | Couchbase Docs
setString("SDK", forKey: "type") // Save it to the database. do { try database.saveDocument(mutableDoc) } catch { fatalError("Error saving document") } ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found