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
Editie Windows 11 Home
Versie 24H2
Installatiedatum 14-12-2024
Build van besturingssysteem 26100.2605
Describe the problem you'd like to have solved
When running safety scan --output screen > results.txt I get an exception:
safety scan --output screen > results.txt
Unhandled exception happened: 'charmap' codec can't encode character '\U0001f4dd' in position 0: character maps to <undefined>
safety scan --output screen > results.txt
Unhandled exception happened: 'charmap' codec can't encode character '\U0001f4dd' in position 0: character maps to <undefined>
The text was updated successfully, but these errors were encountered:
We appreciate your effort in reporting this. Our team will review it and get back to you soon.
If you have any additional details or updates, feel free to add them to this issue.
Note: If this is a serious security issue that could impact the security of Safety CLI users, please email [email protected] immediately.
Checklist
Safety version
3.2.14
Python version
3.12.7
Operating System
Windows 11 Home:
Editie Windows 11 Home
Versie 24H2
Installatiedatum 14-12-2024
Build van besturingssysteem 26100.2605
Describe the problem you'd like to have solved
When running
safety scan --output screen > results.txt
I get an exception:This looks a lot like an older bug: #119 and #22
The workaround
set PYTHONIOENCODING=UTF-8
worksDescribe the ideal solution
Would be nice if this works out of the box
Alternatives and current workarounds
set PYTHONIOENCODING=UTF-8
Additional context
No response
What I Did
The text was updated successfully, but these errors were encountered: