cruzier Posted June 18, 2019 Share Posted June 18, 2019 Description: Clicking on a saved route loads the last planned route Link to Plan: Replication Steps: Login to my account (even on different browser) Click a saved route Remember, the more detail you can provide in your bug report, the faster we can fix it! Link to comment Share on other sites More sharing options...
cruzier Posted June 18, 2019 Author Share Posted June 18, 2019 Found out it is only very old saved routes that won't load. I will do them again. Link to comment Share on other sites More sharing options...
green light Posted June 18, 2019 Share Posted June 18, 2019 Same here. I got this in the browser console: error 500 while reading https://abetterrouteplanner.com/db_data.py/plan?plan_uuid=..... MOD_PYTHON ERROR Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1128, in _execute_target result = object(arg) File "/usr/lib/python2.7/dist-packages/mod_python/publisher.py", line 213, in handler published = publish_object(req, object) File "/usr/lib/python2.7/dist-packages/mod_python/publisher.py", line 425, in publish_object return publish_object(req,util.apply_fs_data(object, req.form, req=req)) File "/usr/lib/python2.7/dist-packages/mod_python/util.py", line 554, in apply_fs_data return object(**args) File "/home/lincoln/electrictripplanner-web/db_data.py", line 34, in plan settings["orig_destinations"] = json.loads(data[0]["destinations"]) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 367, in decode raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 1 column 10 - line 1 column 194 (char 9 - 193) Link to comment Share on other sites More sharing options...
Bo-ABRP Posted June 19, 2019 Share Posted June 19, 2019 Thanks for the report and good debug info. This should now have been solved. Link to comment Share on other sites More sharing options...
green light Posted June 19, 2019 Share Posted June 19, 2019 Working for me, thanks! Link to comment Share on other sites More sharing options...
cruzier Posted June 20, 2019 Author Share Posted June 20, 2019 Awesome, thank you! Link to comment Share on other sites More sharing options...