You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report: Unhandled exception "UnicodeEncodeError: 'charmap' codec can't encode characters in position 36-39: character maps to <undefined>" (#9528e76d)
#988
Closed
commixreporter opened this issue
Dec 19, 2024
· 0 comments
Traceback (most recent call last):
File \"commix.py", line 36, in <module>
main()
File \"commix.py", line 31, in main
import src.core.main
File \"main.py", line 962, in <module>
filename = crawler.store_crawling(output_href)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File \"crawler.py", line 115, in store_crawling
crawling_results.write(url.encode(settings.DEFAULT_CODEC).decode() + "\n")
File \"cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode characters in position 36-39: character maps to <undefined>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: