virtualplaynl / couchbase-lite-unity

Couchbase Lite for Unity
Apache License 2.0
7 stars 2 forks source link

Connection issues #1

Open hellaeon opened 5 years ago

hellaeon commented 5 years ago

Hi Mate,

Great work on Modernizing this for the later versions of Unity. I came across this while looking at the original couchbase-mbile implementation for Unity3D.

I just have a few questions around the settings and some errors I get trying your demo scene. (CouchbaseLiteTest.cs)

I am using Windows and Unity 2018.3.5 (for now, will try 2018.2.8 as in your readme)

I'm trying to do a basic replication of a database in cloudant. I have never used IBM cloud before (AWS cowboy) so I was hoping these questions are easily answered!

Cheers

borrrden commented 5 years ago

Since I stumbled over here I'll shed some light on this:

  1. Sync URL is for the remote database. This must be Sync Gateway, you cannot use Cloudant.
  2. I assume you mean line 49, that's the local DB name.
  3. That means that you either called Close() or Dispose() and then tried to perform an operation on the database.