Last active
October 14, 2015 01:00
-
-
Save hateradio/bfee10362890836914b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrant-ubuntu-vivid-64:/vagrant/SmartAmericaServer/django_server$ python manage.py runserver | |
connecting... 0 | |
connected, rc: 0 | |
ERROR parsing JSON payload: {d:{device:undefined,time:{420},data:undefined}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
ERROR parsing JSON payload: {d:{device:{0119},time:{420},data:{911}}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
ERROR parsing JSON payload: {d:{device:0119,time:420,data:911}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
Subscribed: 1 (0,) | |
Not original event | |
connecting... 0 | |
connected, rc: 0 | |
ERROR parsing JSON payload: {d:{device:undefined,time:{420},data:undefined}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
Validating models... | |
0 errors found | |
October 13, 2015 - 17:57:17 | |
Django version 1.6.5, using settings 'scale.settings' | |
Starting development server at http://127.0.0.1:8000/ | |
Quit the server with CONTROL-C. | |
ERROR parsing JSON payload: {d:{device:{0119},time:{420},data:{911}}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
ERROR parsing JSON payload: {d:{device:0119,time:420,data:911}} | |
Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | |
Subscribed: 1 (0,) | |
Not original event | |
Not original event | |
Not original event |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment