-
Notifications
You must be signed in to change notification settings - Fork 122
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
ein:notebook-buffer: Wrong type argument: ein:$notebook, nil #464
Comments
Using january config, please try the following:
If you cannot discern the root problem from the above, |
What @dickmao said, but it sounds like this may be an issue with curl. My Windows box has two different versions curl running around (don't ask). The key difference in my setup is that one supports |
Ok, Thank you dickmao for the ine:dev-start-debug, found out that the bicycle extension was using hideshow and conflicted with ein. I activated it in the last month when I was using ein so much. So things are ok for me, now. I'm back on tracke. As for the proxy problem, I'll just stop running my mail in the same emacs that runs ein. no big deal. thank you. |
Sorry, in fact, I do need to have ein work again behind the proxies... I did not realize that some of my scripts need Internet access. Here's my log when I try from behind proxies
I did not find the ein-dev-bug-report-template |
Sorry, You should try to get
and modify |
I get the 403 error when I try to connect to localhost with curl in http or https. It works fine with outside websites. |
We are moving further away from the EIN project into separate and unrelated proxy issues. If you are using a UNIX-like system, I would try:
If I stop responding on this thread, it is not a slight but a feeling that EIN is not the issue. |
Ok, Thank you dickmao... It helps me know where to look.. I'll get back to my sysadmin even so they said nothing changed in the proxy configurations. |
I was getting the same error when using a proxy. I managed to get around it by setting |
Thanks for looking into this. You mentioned |
You are right, eshell (and also curl from within emacs) inherit http_proxy and NO_PROXY. |
Hi,
I'm running ein 20190123.2145 installed from elpa in emacs 26.1 on a Linux-Mint.
I have been using ein for more than a year without major problems but since Friday February the 1st, I experience some disturbing ein breakdowns.
It started with a connection problem
The Jupyter server is correctly launched and I can connect to it using firebox or Chrome
Then I found out that it related to the proxies. Strangely because before Friday I had no connection to the server from emacs and my
.bashrc
as well as myinit.el
set proxy exceptions for localhost. Stil, I was only able to load the*ein:notebooklist*
when not starting emacs from my terminal (ie using the mint app menu instead of typingemacs &
in the Terminal)So, I can now access notebooks from emacs but I have two emacs config folders. One with packages from straigth.el and the "old" conf folder. Both configration can open the notebooks in emacs but differences persists.
With the straight.el config directory, it seems ok. I need to finalize the installation of my commonly used packages. Since, I don't find this straight forward, I would still like to have the old config working.
With the old config I encounter the following problems:
ein:notebook-buffer: Wrong type argument: ein:$notebook, nil
is displayed.To summarize
The text was updated successfully, but these errors were encountered: