Skip to content

Instantly share code, notes, and snippets.

@pulkitsinghal
Created June 22, 2012 03:16
Show Gist options
  • Select an option

  • Save pulkitsinghal/2969969 to your computer and use it in GitHub Desktop.

Select an option

Save pulkitsinghal/2969969 to your computer and use it in GitHub Desktop.
2012-06-21 22:13:13.916 MyApp[30547:15b03] awakeFromNib
2012-06-21 22:13:14.077 MyApp[30547:15b03] Creating CouchTouchDBServer at /Users/pulkitsinghal/Library/Application Support/iPhone Simulator/5.1/Applications/473213A0-74F7-4E9B-A868-EB6326006F01/Library/Application Support/TouchDB
22:13:14.079| Logging mode 2 enabled in domains: {RemoteRequest}
2012-06-21 22:13:14.079 MyApp[30547:15b03] Creating database...
22:13:14.103| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/3eb1c1e3df111486a307de430e1acda7a60ffa68]: Starting...
22:13:14.105| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/433b721ef57cc8f85556566ec76cbc296fea2df9]: Starting...
22:13:14.105| callback!
22:13:14.106| callback!
2012-06-21 22:13:14.111 MyApp[30547:15b03] ...Created CouchDatabase at <touchdb:///my_db>
2012-06-21 22:13:14.112 MyApp[30547:15b03] UUID exists in userDefaults:org.couchdb.user:3a49c8d6c2b197b31b6b1fde2b03ad64
2012-06-21 22:13:14.129 MyApp[30547:15b03] CouchLiveQuery: Starting...
2012-06-21 22:13:14.130 MyApp[30547:15b03] CouchLiveQuery: Starting...
2012-06-21 22:13:14.135 MyApp[30547:15b03] CouchLiveQuery: ...Finished (status=200)
2012-06-21 22:13:14.135 MyApp[30547:15b03] CouchLiveQuery: ...Rows changed! (now 2)
2012-06-21 22:13:14.138 MyApp[30547:15b03] CouchPersistentReplication[0C71..5EC4]: state := triggered
2012-06-21 22:13:14.139 MyApp[30547:15b03] CouchPersistentReplication[E756..647D]: state := triggered
2012-06-21 22:13:14.173 MyApp[30547:15b03] CouchLiveQuery: ...Finished (status=200)
2012-06-21 22:13:14.174 MyApp[30547:15b03] CouchLiveQuery: ...Rows changed! (now 3)
2012-06-21 22:13:14.182 MyApp[30547:15b03] CouchPersistentReplication[E756..647D] = Processed 0 / 0 changes
2012-06-21 22:13:14.182 MyApp[30547:15b03] CouchPersistentReplication[0C71..5EC4] = Processed 0 / 0 changes
22:13:14.319| RemoteRequest: Got challenge: <NSURLAuthenticationChallenge: 0x892fa50>
22:13:14.323| RemoteRequest: Got challenge: <NSURLAuthenticationChallenge: 0xa840ed0>
22:13:14.517| RemoteRequest: Got challenge: <NSURLAuthenticationChallenge: 0xa841160>
22:13:14.549| RemoteRequest: Got challenge: <NSURLAuthenticationChallenge: 0x8e5e620>
22:13:14.780| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/433b721ef57cc8f85556566ec76cbc296fea2df9]: Got response, status 200
22:13:14.780| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/433b721ef57cc8f85556566ec76cbc296fea2df9]: Got 92 bytes
22:13:14.780| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/433b721ef57cc8f85556566ec76cbc296fea2df9]: Finished loading
22:13:14.808| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/3eb1c1e3df111486a307de430e1acda7a60ffa68]: Got response, status 200
22:13:14.808| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/3eb1c1e3df111486a307de430e1acda7a60ffa68]: Got 92 bytes
22:13:14.808| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/_local/3eb1c1e3df111486a307de430e1acda7a60ffa68]: Finished loading
22:13:14.808| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/]: Starting...
2012-06-21 22:13:14.810 MyApp[30547:19403] CouchTouchDBServer[touchdb:///]: Replication progress changed
2012-06-21 22:13:14.811 MyApp[30547:15b03] CouchPersistentReplication[0C71..5EC4] = Idle
22:13:14.912| RemoteRequest: Got challenge: <NSURLAuthenticationChallenge: 0x8956890>
2012-06-21 22:13:15.099 MyApp[30547:19403] CouchTouchDBServer[touchdb:///]: Replication progress changed
2012-06-21 22:13:15.106 MyApp[30547:15b03] CouchPersistentReplication[0C71..5EC4]: error (
401,
"401 unauthorized"
)
22:13:15.178| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/]: Got response, status 200
22:13:15.178| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/]: Got 242 bytes
22:13:15.178| RemoteRequest: TDRemoteJSONRequest[GET https://mydomain.iriscouch.com/my_db/]: Finished loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment