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

Change CSV format encoding to utf-8 for non-ru users. #61

Closed
Apacelus opened this issue Mar 12, 2022 · 6 comments
Closed

Change CSV format encoding to utf-8 for non-ru users. #61

Apacelus opened this issue Mar 12, 2022 · 6 comments
Labels
enhancement New feature or improvement

Comments

@Apacelus
Copy link

Traceback (most recent call last):
  File "snoop.py", line 1657, in <module>
  File "snoop.py", line 1651, in run
  File "snoop.py", line 1574, in starts
  File "encodings\cp1252.py", line 19, in encode
UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-6: character maps to <undefined>
[8724] Failed to execute script 'snoop' due to unhandled exception!

Latest version, tried on win11 and in win10 virtual machine. Same error each time

@snooppr snooppr added the documentation The answer is described in the Readme or in the pdf manual. label Mar 13, 2022
@snooppr
Copy link
Owner

snooppr commented Mar 13, 2022

The README lists the platforms that are supported. Virtualbox (and other similar abstractions) have no support.

@snooppr snooppr closed this as completed Mar 13, 2022
@Apacelus
Copy link
Author

Apacelus commented Mar 13, 2022

Is windows 11 not supported natively(aka not in a vm but on bare metal)?
I have realised my issue was kinda unclear. Let me clarify:
I have windows 11 installed on my pc, it didnt work on it, so I thought it might be a windows 11 issue and tried to use the app in a virtual machine with a windows 10 installation, but I got the same result.

@snooppr
Copy link
Owner

snooppr commented Mar 13, 2022

For Windows OS, support windows 7-10 (32bit 64bit).
I don't have Windows 11 and what's going on with the code I can't test. There is no support for Windows 11.
This particular "error" I could fix for Windows 11 users, but in the long run, due to my lack of OS Windows 11 itself, other, more complex errors may rain down.

Please check the readme.

p.s. In Virtualbox on Windows 7 32bit Snoop runs successfully, but I still don't support abstractions.

@snooppr
Copy link
Owner

snooppr commented Mar 13, 2022

English speaking Windows users are facing a similar issue, I will fix this error in the next version.

@snooppr snooppr reopened this Mar 13, 2022
@snooppr
Copy link
Owner

snooppr commented Mar 13, 2022

@Fornball
Can you send me the output of snoop.exe -V (snoop info )

Presumably corrected in dcb2acf
In the build version, the update will be in v1.3.4

@snooppr snooppr changed the title UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-6: character maps to <undefined> Change CSV format encoding to utf-8 for non-ru users. Mar 13, 2022
@snooppr snooppr added enhancement New feature or improvement and removed documentation The answer is described in the Readme or in the pdf manual. labels Mar 13, 2022
@snooppr
Copy link
Owner

snooppr commented Dec 9, 2022

Presumably fixed now in build-versions v.1.3.4

@snooppr snooppr closed this as completed Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants