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
Describe the bug
When running the analyzer on https://www.amazon.jobs/en/, the following error occurs:
UnicodeEncodeError: 'charmap' codec can't encode character '\u202f' in position 10874: character maps to <undefined>
The error occurs when calling print(output_from_parsed_template) in __main__.py and seem to be related to the html output option.
When commenting out the print statement, the program finishes but the HTML output report is blank.
To Reproduce
Steps to reproduce the behavior:
Run seoanalyze https://www.amazon.jobs/en/ --output-format html
Expected behavior
No error. Program executes normally.
Desktop (please complete the following information):
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Lima-Codes
changed the title
https://www.amazon.jobs/en/
UnicodeEncodeError when calling print(output_from_parsed_template) for some websites
Mar 31, 2021
Describe the bug
When running the analyzer on
https://www.amazon.jobs/en/
, the following error occurs:UnicodeEncodeError: 'charmap' codec can't encode character '\u202f' in position 10874: character maps to <undefined>
The error occurs when calling
print(output_from_parsed_template)
in__main__.py
and seem to be related to the html output option.When commenting out the print statement, the program finishes but the HTML output report is blank.
To Reproduce
Steps to reproduce the behavior:
seoanalyze https://www.amazon.jobs/en/ --output-format html
Expected behavior
No error. Program executes normally.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: