Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save StareIntoTheBeard/8163039 to your computer and use it in GitHub Desktop.
Save StareIntoTheBeard/8163039 to your computer and use it in GitHub Desktop.
PebbleNotes Logs - Original App - 12-28
[DEBUG] tasklists.c:74: TaskLists module initialized, window is 0x2001c1ac
[DEBUG] tasks.c:134: Tasks module initialized, window is 0x2001c22c
[DEBUG] statusbar.c:41: Status bar: Starting...
[PHONE] pebble-app.js:?: JS: starting app: 5841FFD7-908F-4226-B687-BF6FF64CC8C5 PebbleNotes
[PHONE] pebble-app.js:?: JS: PebbleNotes: JS is running. Okay.
[PHONE] pebble-app.js:?: JS: PebbleNotes: access token (from LS): ya29.1.AADtN_XMiLy9Yk0OV79ZMzWFegNTkLMFG5pPWLDekygpubPFOH2FYNbIHFeWGjY
[PHONE] pebble-app.js:?: JS: PebbleNotes: refresh token (from LS): 1/h4V...
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":0}
[DEBUG] comm.c:144: Message code: 0
[DEBUG] comm.c:176: JS Ready Callback awaiting, calling
[DEBUG] statusbar.c:41: Status bar: Connecting...
[DEBUG] comm.c:40: Querying tasklists
[PHONE] pebble-app.js:?: JS: PebbleNotes: Message sent for transactionId=0
[PHONE] pebble-app.js:?: JS: PebbleNotes: ### Confused! Message sent which is not a current message. Current=undefined, sent=0
[PHONE] pebble-app.js:?: JS: PebbleNotes: Received message: {"code":10,"scope":0}
[PHONE] pebble-app.js:?: JS: PebbleNotes: Querying all tasklists
[DEBUG] comm.c:262: Message sent
[PHONE] pebble-app.js:?: JS: PebbleNotes: xhr:error 401
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Invalid Credentials",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Invalid Credentials"
}
}
[PHONE] pebble-app.js:?: JS: PebbleNotes: Renewing token and retrying...
[PHONE] pebble-app.js:?: JS: PebbleNotes: Renewing token!
[PHONE] pebble-app.js:?: JS: PebbleNotes: xhr:success
[PHONE] pebble-app.js:?: JS: PebbleNotes: Renewed. {"access_token":"ya29.1.AADtN_WQdoyucSzTgyFO_SXpblnlSZ4H4Gbua9c4B73Svrr6nHBGcDGIXB-YHV-X","token_type":"Bearer","expires_in":3600}
[PHONE] pebble-app.js:?: JS: PebbleNotes: xhr:success
[PHONE] pebble-app.js:?: JS: PebbleNotes: sending 3 items
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":20,"scope":0,"count":3}
[PHONE] pebble-app.js:?: JS: PebbleNotes: Sending item: {"id":"MDgzNzAzMTgyMzcxNjI5OTk1NjI6MDow","title":"Client Tasks","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":21,"scope":0,"item":0,"listId":0,"title":"Client Tasks","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: Sending item: {"id":"MDgzNzAzMTgyMzcxNjI5OTk1NjI6NDgyNzA1NzgwOjA","title":"Misc Responsibilities","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":21,"scope":0,"item":1,"listId":1,"title":"Misc Responsibilities","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: Sending item: {"id":"MDgzNzAzMTgyMzcxNjI5OTk1NjI6NzkwMDQ0NTM3OjA","title":"Mobile List","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":21,"scope":0,"item":2,"listId":2,"title":"Mobile List","size":-1}
[PHONE] pebble-app.js:?: JS: PebbleNotes: transactionId=undefined for msg {"code":22,"scope":0,"count":3}
[PHONE] pebble-app.js:?: JS: PebbleNotes: sending finished
[DEBUG] comm.c:144: Message code: 20
[DEBUG] comm.c:185: Message scope: 0
[DEBUG] comm.c:200: Items count: 3
[DEBUG] tasklists.c:90: Setting count: 3
[PHONE] pebble-app.js:?: JS: PebbleNotes: Message sent for transactionId=1
[PHONE] pebble-app.js:?: JS: PebbleNotes: ### Confused! Message sent which is not a current message. Current=undefined, sent=1
[DEBUG] comm.c:259: Message dropped: reason=64
[DEBUG] comm.c:144: Message code: 21
[DEBUG] comm.c:185: Message scope: 0
[DEBUG] comm.c:220: Item No: 0, Id=0, size=-1
[DEBUG] tasklists.c:98: New item 0
[DEBUG] tasklists.c:108: Current count is 1
[PHONE] pebble-app.js:?: JS: PebbleNotes: Message sent for transactionId=2
[PHONE] pebble-app.js:?: JS: PebbleNotes: ### Confused! Message sent which is not a current message. Current=null, sent=2
[DEBUG] comm.c:259: Message dropped: reason=64
[DEBUG] comm.c:259: Message dropped: reason=64
[PHONE] pebble-app.js:?: Error: PebbleNotes: TypeError: undefined is not an object (evaluating 'e.error.message') at line 207 in pebble-js-app.js
[PHONE] pebble-app.js:?: Error: PebbleNotes: TypeError: undefined is not an object (evaluating 'e.error.message') at line 207 in pebble-js-app.js
[PHONE] pebble-app.js:?: Error: PebbleNotes: TypeError: undefined is not an object (evaluating 'e.error.message') at line 207 in pebble-js-app.js
[PHONE] pebble-app.js:?: JS: PebbleNotes: Showing config window... new url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment