-
Notifications
You must be signed in to change notification settings - Fork 45
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
Encoding problems #21
Comments
Seems to be working fine in |
I'm having the same issue, but within Rails. The error reads: "\xEF" from ASCII-8BIT to UTF-8 The exception is: Encoding::UndefinedConversionError Any thoughts? |
This is usually because the charater encoding specified by the server (either in the headers or content itself) does not match the content that is actually on the page. We should probably add in a bit more logic around how this state is handled. Is the url you are requesting public, could you post it for me to have a look at? |
Sounds great. I'll send you a link via email. It is a public site. |
I'm getting this too: "\xC3" from ASCII-8BIT to UTF-8 for the URL http://www.segurocontraroubo.com.br/wp-content/themes/segurocontraroubo/javascripts/add.js |
Regardless from sidekiq or resque, I always get this error:
The only workaround possible is to make this crawler work is to do it from inside Rails... which is a pity since I planned to build a service - without rails - integrating this crawler in my project.
Sidekiq doesnt work from inside Rails neither...
On the other hand, this error does not occur (Resque) when the encoding_flash is setup but then the process job is not being executed.
The text was updated successfully, but these errors were encountered: