Open MaxGhenis opened 4 years ago
thanks for reporting @MaxGhenis -- will try and take a look this week.
FYI I'm getting the same error in jupyter-book: https://github.com/executablebooks/jupyter-book/issues/735
@MaxGhenis , can you send along the rst which is causing this error? The rst link above gives 404. From the error screenshot, it looks more like a urllib or other python package configuration/bug then jupinx bug itself.
I haven't had this issue running it locally as a notebook before.
@MaxGhenis So, I ran the build for your rst file. Same as in your case I suppose, the website produced locally works fine. But it throws the error in github pages
or htmlpreview.github.io
.
I suspect there might be some proxy or other things involved in these hosted services, or has to do with urllib3, or the taxcalc package? Which we cant particularly fix in jupinx
?
Let me know what you think.
hey @MaxGhenis -- are you using CI
to build your project? @AakashGfude is indicating that locally this builds ok but may not establish a connection via urllib when building on a remote service?
No I'm not using CI. The notebook works when I run it through the Jupyter Notebook interface, but fails when it runs through jupyter-book build
(locally).
It's also finicky--sometimes it runs OK with jupyter-book build
and sometimes it doesn't.
I'm using jupinx to build an rst that pulls data from the web, The executed notebook builds fine, but the webpage gives this error:
I've tried rebuilding a couple times, but the error is consistent.