We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the saving failure, you can save it again if you repeat the command "C-x C-s".
This is maybe a bug in Emacs url-retrieve. See: #11469 - 24.1.50; url-retrieve with PUT method fails every two times - GNU bug report logs
url-retrieve
Note: It is possible to implement workaround for this. So maybe I should do it sometime later.
Also maybe related to the issue of url-retrieve, network connection is not closed sometimes (You can see it in the *Process List* buffer).
*Process List*
The text was updated successfully, but these errors were encountered:
Retry once after failed notebook saving
af32cdf
This work around the issue #3.
I already implemented retry and "singleton query" (ein:query-singleton-ajax). Closing this issue as I think they are all I can do in EIN side.
Sorry, something went wrong.
No branches or pull requests
After the saving failure, you can save it again if you repeat the command "C-x C-s".
This is maybe a bug in Emacs
url-retrieve
.See: #11469 - 24.1.50; url-retrieve with PUT method fails every two times - GNU bug report logs
Note: It is possible to implement workaround for this. So maybe I should do it sometime later.
Also maybe related to the issue of
url-retrieve
, network connection is not closed sometimes (You can see it in the*Process List*
buffer).The text was updated successfully, but these errors were encountered: