Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"500: Internal Server Error" when using gui with backend='webagg' #23

Closed
monchin opened this issue May 29, 2019 · 1 comment
Closed

Comments

@monchin
Copy link

monchin commented May 29, 2019

I used jupyter notebook and followed the tutorial, when I input

tsample.view_interactively(backend='webagg')

but the page 127.0.0.1:8080 shows 500: Internal Server Error and nothing else.
Then I looked the jupyter notebook information, and I saw

Traceback (most recent call last):
  File "/home/mon/anaconda3/lib/python3.6/site-packages/tornado/web.py", line 1413, in _execute
    result = method(*self.path_args, **self.path_kwargs)
  File "/home/mon/anaconda3/lib/python3.6/site-packages/FlowCytometryTools/gui/webagg_backend/gui.py", line 35, in get
    with open(app_path, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/mon/anaconda3/lib/python3.6/site-packages/FlowCytometryTools/gui/webagg_backend/app_template.html'
ERROR:tornado.access:500 GET / (127.0.0.1) 1.07ms

It seems that I lack the file /FlowCytometryTools/gui/webagg_backend/app_template.html, and I did not found it, which caused the error. So why didn't I have that file? How to save this problem?
Thank you!

@giometz
Copy link

giometz commented Jun 24, 2021

I had the same issue, and solved it by downloading the file from here https://github.com/eyurtsev/FlowCytometryTools/tree/master/FlowCytometryTools/gui/webagg_backend

@monchin monchin closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants