-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hey Eli, looking for some help here. I'm working on getting sideboard functional for a school project.
(env) vagrant@vagrant-ubuntu-trusty-64:~/uber/sideboard$ run_server
Traceback (most recent call last):
File "/home/vagrant/uber/sideboard/sideboard/run_server.py", line 5, in <module>
import sideboard.server
File "/home/vagrant/uber/sideboard/sideboard/server.py", line 207, in <module>
cherrypy.tree.mount(Root(), '', app_config)
File "/home/vagrant/uber/sideboard/sideboard/server.py", line 202, in mount
assert script_name not in cherrypy.tree.apps, '{} has already been mounted, probably by another plugin'.format(script_name)
AssertionError: has already been mounted, probably by another pluginThis error pops up whenever I execute run_server.py.
I've had a few other errors, but I've been working my way around them.
EDIT:
More info:
This is the state of cherrypy.tree.apps when the assert fails.
{u'': cherrypy._cptree.Application(<sideboard.server.Root object at 0x7fcda7c06190>, u'')}
and it appears that the script_name its searching for is hardcoded to be ""
Metadata
Metadata
Assignees
Labels
No labels