Skip to content

Instantly share code, notes, and snippets.

@PaulCapestany
Created April 3, 2013 06:27
Show Gist options
  • Select an option

  • Save PaulCapestany/5298886 to your computer and use it in GitHub Desktop.

Select an option

Save PaulCapestany/5298886 to your computer and use it in GitHub Desktop.
CouchChat-iOS & sync_gateway log (having issues getting Persona authentication to work)
sync_gateway -personaOrigin="http://localhost:4984/" myconfig.json
23:10:11.849476 Opening Couchbase database couchchat on <http://localhost:8091>
23:10:11.930319 Connected to <http://localhost:8091>, pool default, bucket couchchat
23:10:11.951226 Auth: Saved user:: {"admin_channels":null,"all_channels":null,"disabled":true}
23:10:11.951237 Reset guest user to config
23:10:11.952005 Starting auth server on :4985
23:10:11.952351 Starting server on :4984 ...
23:18:09.899723 HTTP: GET /couchchat/_local/fbff5a95fd68dd1257bf38f2533294fc2b116788
23:18:09.900294 HTTP: GET /couchchat/_local/b240451141abfa19e44fcc02ba9a46ea0b096f34
23:18:09.919832 CRUD: Computed channels for "": {}
23:18:09.919941 CRUD: Computed channels for "": {}
23:18:09.920099 Auth failed for username="", cookie=<nil>
23:18:09.920155 HTTP: --> 401 Invalid login
23:18:09.920376 Auth failed for username="", cookie=<nil>
23:18:09.920420 HTTP: --> 401 Invalid login
23:18:09.963342 HTTP: GET /couchchat/_local/fbff5a95fd68dd1257bf38f2533294fc2b116788
23:18:09.963719 HTTP: GET /couchchat/_local/b240451141abfa19e44fcc02ba9a46ea0b096f34
23:18:09.963955 Auth failed for username="", cookie=<nil>
23:18:09.964052 HTTP: --> 401 Invalid login
23:18:09.964355 Auth failed for username="", cookie=<nil>
23:18:09.964407 HTTP: --> 401 Invalid login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment