snoop icon indicating copy to clipboard operation
snoop copied to clipboard

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

Open Apacelus opened this issue 2 years ago • 5 comments

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

Apacelus avatar Mar 12 '22 22:03 Apacelus

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

snooppr avatar Mar 13 '22 03:03 snooppr

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.

Apacelus avatar Mar 13 '22 03:03 Apacelus

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 avatar Mar 13 '22 03:03 snooppr

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

snooppr avatar Mar 13 '22 05:03 snooppr

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

Presumably corrected in https://github.com/snooppr/snoop/commit/dcb2acf7546e87693f434a6d6f6c5bd77b33db47 In the build version, the update will be in v1.3.4

snooppr avatar Mar 13 '22 05:03 snooppr

Presumably fixed now in build-versions v.1.3.4

snooppr avatar Dec 09 '22 10:12 snooppr