-
Notifications
You must be signed in to change notification settings - Fork 32
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
tornado.httpclient.HTTPClientError: HTTP 500: Internal Server Error #52
Comments
Sorry, but I can not help you troubleshooting with so few information |
I installed the jupytab server in a virtual environment, and created the kernel in another virtual environment. I did not use conda. I established the web connection in Tableau. When I click on "Explore in Tableau" I get this error when it's trying to fetch the data from the notebook. I had it working the day prior and now when I go back to it, this is what happens. I love the idea behind the package and was amazed when I was able to work with my dataframes in tableau. When I made changes in Jupyter and wanted to update the tables in Tableau I ran into the below issue. It's not fetching the data.
|
Jupytab env (the notebook one) is not very sensible to environment updates as it only depends on Pandas. Jupytab server however is much more sensitive and I would advise you to keep everything as close as possible to the documentation. It means python=3.7 (and not 3.9) and not using it for anything else than installing and running jupytab-server. If it used to work maybe you add another library in this env that creates conflict ? Best thing to do would be to recreate it (only the jupytab-server env) |
Another trick is to retrieve the data directly from faulting uri. It may contains another useful message. For you it would be something like: |
Last but not least, this may be linked to #49 |
I get this error when I go to "Explore in Tableau".
The text was updated successfully, but these errors were encountered: