-
Notifications
You must be signed in to change notification settings - Fork 329
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
UserWarning: No parser was explicitly specified #305
Comments
I had the same issue, which I resolved through changing editor.py:
|
hi @xsyn where is editor.py? i can't find it |
geeknote/editor.py |
I have at line 79:
But I see warning when saving note. |
That's strange, that was the only code I changed to resolve my issue. Can you paste the error message? |
Now good - I changed originally cloned files and install again. |
Incorporate commit 2a16957, "Explicitly call html.parser to avoid BeautifulSoup error messages." Pulls vitalyrodnenko#331 to this branch, and addresses issue vitalyrodnenko#321 and issue vitalyrodnenko#305.
It seems that #307 fix this. |
Thank you xsyn! Line 79 in geeknote/editor.py did the trick. That was driving me nuts! Thanks. |
I opened editor.py and on line 0, I put 'soup = BeautifulSoup(contentENML.decode('utf-8'), 'html.parser')' and I saved the file. But now, I can't edit any python files or even open python IDLE. I removed the 'soup = BeautifulSoup(contentENML.decode('utf-8'), 'html.parser')' from editor.py, but it still doesn't work. Please Help. |
Seeing this message the first time I interact with a note via Geeknote. The next several commands don't seem to show it, but later on I will get it again.
This is just a warning message, so it seems to not really be a problem, but it is a little inconvenient. Anything I can do about it?
The text was updated successfully, but these errors were encountered: