-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crawler exception on non-ascii #66
Comments
Looks like it threw an exception because of a char encoding issue then didn't download any more asl videos from this source. |
I checked the code and the error should be happening around this code block. pyapi/pkg/agent/tasks/PythonCrawler.py Lines 38 to 113 in ace8c9c
It seems like the code is inside a try & exception statement which is again inside a for loop statement, hence the other asl videos should be able to be downloaded. Could you please give me more docker container log information? I was also wondering if the error is happening in the production server or the staging server? Thank you very much. Best, |
crawler | aslcore-engineering-karnaugh map-1-312769046
crawler |
crawler | Not Saved
crawler | agent.listener.TaskNames.PythonCrawler 2023-11-14 05:44:57,148 [1] PythonCrawler failed to look up for a specific term: 'latin-1' codec can't encode character '\u2019' in position 52: ordinal not in range(256)
The text was updated successfully, but these errors were encountered: