Skip to content
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

UnicodeEncodeError. #35

Open
spocksbrain opened this issue May 10, 2024 · 0 comments
Open

UnicodeEncodeError. #35

spocksbrain opened this issue May 10, 2024 · 0 comments

Comments

@spocksbrain
Copy link

Have also been seeing the following repeatedly, which blows up the session. Is there any way to increase the error handling to preserve the session?

Please note that the provided code and documentation serve as a starting point and may require further customization and refinement based on the specific requirements and constraints of the project.
Traceback (most recent call last):
File "C:\Users\Spocksbrain\Documents\Code_Projects\maestro\maestro.py", line 303, in
file.write(exchange_log)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0\Lib\encodings\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 6303-6305: character maps to
PS C:\Users\Spocksbrain\Documents\Code_Projects\maestro>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant