-
Notifications
You must be signed in to change notification settings - Fork 86
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
'ascii' codec can't encode character #25
Comments
It seems default HTTP client failed to recognize character encoding scheme. |
This has happened on sites I have tried so far except 1 or 2. This is one that produces the error: This page works fine: http://ubuntuhandbook.org/index.php/2017/07/install-python-3-6-1-in-ubuntu-16-04-lts/ but this doesn't: |
Thanks for links. All the above links are working fine on my setup. Can you mention distro and python version? Are you using git master branch or v0.2.1 release? I'm not able to access the log. Lot of things have been fixed in master branch since last release. For better experience, you can consider ubuntu 18.04 LTS or anything based on it and then in settings.py file modify VINANTI_BACKEND = ' urllib' to VINANTI_BACKEND = 'aiohttp'. If you're comfortable with docker, then it will take care of most of the things including settings. |
Ubuntu 16.04 lxc container, python 3.6.7, git master branch. Here's a fresh log link I'll try 18.04 and those settings. Docker is not really an option unfortunately as I'm using containers in proxmox. Thanks for your help! |
I was thinking may be it was due to some mismatch between python version and associated dependencies on some linux distros. But still not sure about exact cause, since it is difficult to reproduce the bug. |
I've also tested the link posted by you. It is working fine on my setup. |
When I add a link, when I try ro read the page it returns an error
Full error log here
Using the Chrome-HTML option works fine.
I've had a search, but cant find anything relating, so any suggestions welcome!
The text was updated successfully, but these errors were encountered: