Page MenuHomePhabricator

https://sigma.toolforge.org/editorinteract.py returns 'The path '/sigmarinteract.py' was not found'
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:

Browse to https://sigma.toolforge.org/editorinteract.py

Actual Results:

404 Not Found
The path '/sigmarinteract.py' was not found.

Traceback (most recent call last):

File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 628, in respond
  self._do_respond(path_info)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 687, in _do_respond
  response.body = self.handler()
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/cherrypy/lib/encoding.py", line 219, in __call__
  self.body = self.oldhandler(*args, **kwargs)
File "/data/project/sigma/www/python/venv/lib/python3.5/site-packages/cherrypy/_cperror.py", line 414, in __call__
  raise self

cherrypy._cperror.NotFound: (404, "The path '/sigmarinteract.py' was not found.")

Expected Results:

Should load the tool and allow the user to select the editors to compare

Event Timeline

It looks like the other tools linked on the main page return the same error

https://sigma.toolforge.org/sigma/editorinteract.py works. I think what is needed here is updating the $HOME/uwsgi.ini file to change the mount point of the uwsgi container from mount = /sigma=app:app to mount = /=app:app.

Aklapper added a subscriber: Sigma.

@Sigma replied that they do not plan to work on this, thus unassigning.

bd808 claimed this task.

https://sigma.toolforge.org/editorinteract.py is working today. The change I suggested in T257307#6287654 seems to have been applied sometime the next day (2020-07-08) by someone.