-
Notifications
You must be signed in to change notification settings - Fork 36
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
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128) #61
Comments
Is this still an issue for you? It shouldn't. Let me know, if you are still interested. |
Can confirm, got the same error on raspbian |
I also see this issue, running greg 0.4.7 on Ubuntu. The traceback is similar, but not identical.
|
A workaround for others who experience this error: edit ~/.local/lib/python3.5/site-packages/greg/data/greg.conf and ~/.config/greg/greg.conf, and remove/replace the accented character in the first line. |
Same error when adding http://wolf359radio.libsyn.com/rss |
Interestingly, I am running into this same problem on one computer, but not on another. Both are running macOS Sierra using Homebrew to install |
Okay... Found the issue on my installation. I was executing I edited line 328 in This answer on Stack Overflow led me to the solution (especially the comment from drevicko). I imagine that anywhere strings are being converted implicitly without an explicit encoding could lead to the error. Also, setting |
The text was updated successfully, but these errors were encountered: