Hey all,
everytime I try to run cerebro2 (with cerebro2.server set up) I get a list of errors like (excerpt):
127.0.0.1:47916 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/input/active_cells" - 500 Internal Server Error
127.0.0.1:47919 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/output/predicted_cells" - 200 OK
127.0.0.1:47917 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/output/active_columns" - 500 Internal Server Error
127.0.0.1:47921 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/input/active_cells" - 500 Internal Server Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 239, in process
return self.handle()
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
return tocall(*args)
File "/home/mark/nupic.cerebro2.server/api/model_api.py", line 46, in GET
return jsonResponse(readJSON(filepath))
File "/home/mark/nupic.cerebro2.server/api/model_api.py", line 68, in readJSON
raise error
IOError: [Errno 2] No such file or directory: u'/tmp/cerebro2/model/states/1/output/active_columns.json'
127.0.0.1:47920 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/output/active_cells" - 200 OK
127.0.0.1:47916 - - [21/Aug/2014 17:45:35] "HTTP/1.1 GET /_model/states/1/output/predicted_cells" - 200 OK
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 239, in process
return self.handle()
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 396, in handle_class
return tocall(*args)
File "/home/mark/nupic.cerebro2.server/api/model_api.py", line 46, in GET
return jsonResponse(readJSON(filepath))
File "/home/mark/nupic.cerebro2.server/api/model_api.py", line 68, in readJSON
raise error
IOError: [Errno 2] No such file or directory: u'/tmp/cerebro2/model/states/1/output/proximal_synapses.json'
Do you have any idea what the problem might be?
Cheers,
Mark
bug P2