Jump to content
cruzier

Can't access saved routes

Recommended Posts

Description: Clicking on a saved route loads the last planned route
Link to Plan: 
Replication Steps:
  1. Login to my account (even on different browser)
  2. Click a saved route
  3.  
Remember, the more detail you can provide in your bug report, the faster we can fix it!
Link to comment
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...