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

Report notebook: 403 errors in the Chrome browser #10

Closed
DennisSchmitz opened this issue Apr 2, 2019 · 2 comments
Closed

Report notebook: 403 errors in the Chrome browser #10

DennisSchmitz opened this issue Apr 2, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@DennisSchmitz
Copy link
Owner

In the current version of the pipeline 19b98dd, there is a bug between Jupyter notebook and Tornado (a dependency of Jupyter). See here, here, here and here.

This causes the links to the heatmaps in the report notebook to give 403 errors in the Chrome browser, but it does work in Firefox. This is a known bug and will be updated shortly by the developers of Tornado. Once it is resolved I`ll update the Tornado dependency in the yaml file.

@DennisSchmitz DennisSchmitz added the bug Something isn't working label Apr 2, 2019
@DennisSchmitz DennisSchmitz self-assigned this Apr 2, 2019
@DennisSchmitz
Copy link
Owner Author

So, after reading this and lots of testing. The problem seems to be that you need to have version 5.7.5 of the jupyter notebook and version 5.1.1 of tornado.

I've fixed these versions in the next patch. We need to periodically assess if newer versions of notebook and tornado have fixed this.

DennisSchmitz added a commit that referenced this issue May 10, 2019
@DennisSchmitz
Copy link
Owner Author

Fixed in 5668474

If you still encounter this problem, please remove your old Jovian_master environment via conda env remove --name Jovian_master. Then rebuild this environment using a Jovian version from 5668474 onward via conda env create -f envs/Jovian_master_environment.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant