econpy / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
MIT License
285 stars 120 forks source link

Not plotting #18

Closed TwinMist closed 10 years ago

TwinMist commented 10 years ago

I can see data now in database but it is not plotting anything any ideas?

[Fri Aug 15 19:02:36.023918 2014] [:error] [pid 10842] [client 86.10.43.200:45125] PHP Notice: Undefined index: time in /var/www/html/torque/get_sessions.php on line 5, referer: http://www.ravilious.info/login.php [Fri Aug 15 19:02:58.602436 2014] [:error] [pid 11159] [client 86.10.43.200:45145] PHP Notice: Undefined index: Plot! in /var/www/html/torque/plot.php on line 33, referer: http://www.ravilious.info/torque/session.php?id=1408120736981 [Fri Aug 15 19:03:18.179773 2014] [:error] [pid 10842] [client 86.10.43.200:45148] PHP Notice: Undefined offset: 1 in /var/www/html/torque/url.php on line 14, referer: http://www.ravilious.info/torque/session.php?id=1408120736981 [Fri Aug 15 19:03:18.264756 2014] [:error] [pid 10842] [client 86.10.43.200:45148] PHP Notice: Undefined index: Plot! in /var/www/html/torque/plot.php on line 32, referer: http://www.ravilious.info/torque/session.php?id=1408120736981 [Fri Aug 15 19:03:18.264804 2014] [:error] [pid 10842] [client 86.10.43.200:45148] PHP Notice: Undefined index: in /var/www/html/torque/plot.php on line 33, referer: http://www.ravilious.info/torque/session.php?id=1408120736981 [Fri Aug 15 19:10:45.854048 2014] [:error] [pid 11166] [client 109.201.154.153:65108] PHP Notice: Undefined index: time in /var/www/html/torque/get_sessions.php on line 5, referer: http://www.ravilious.info/login.php [Fri Aug 15 19:11:01.334588 2014] [:error] [pid 10480] [client 109.201.154.153:65142] PHP Notice: Undefined index: Plot! in /var/www/html/torque/plot.php on line 33, referer: http://www.ravilious.info/torque/session.php?id=1408120736981

econpy commented 10 years ago

Looking at your data, all of your timestamps are the same, which is caused by the 32 bit integer problem. See my latest post in this issue. A fix has been pushed to the repo. If the problem persists, please comment in the other thread.