You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when I try to start the server for the web shop.
$ cd webshop && slicer serve slicer.ini
Traceback (most recent call last):
File "/usr/bin/slicer", line 326, in <module>
args.func(args)
File "/usr/bin/slicer", line 151, in run_server
cubes.server.run_server(config)
File "/usr/lib/python2.7/site-packages/cubes/server/slicer.py", line 224, in run_server
application = Slicer(config)
File "/usr/lib/python2.7/site-packages/cubes/server/slicer.py", line 100, in __init__
self.context = create_slicer_context(config)
File "/usr/lib/python2.7/site-packages/cubes/workspace.py", line 58, in create_slicer_context
model_path = config.get("model", "path")
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'model'
And I get an error when I try to serve the procurements.
$ cd procurements && slicer serve slicer.ini
Traceback (most recent call last):
File "/usr/bin/slicer", line 326, in <module>
args.func(args)
File "/usr/bin/slicer", line 151, in run_server
cubes.server.run_server(config)
File "/usr/lib/python2.7/site-packages/cubes/server/slicer.py", line 224, in run_server
application = Slicer(config)
File "/usr/lib/python2.7/site-packages/cubes/server/slicer.py", line 100, in __init__
self.context = create_slicer_context(config)
File "/usr/lib/python2.7/site-packages/cubes/workspace.py", line 58, in create_slicer_context
model_path = config.get("model", "path")
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'model'
I installed the requirements like so.
I get an error when I try to start the server for the web shop.
And I get an error when I try to serve the procurements.
Here is what I have installed.
This must have worked at some point, so I think the versions just need to be specified appropriately.
The text was updated successfully, but these errors were encountered: