after a bit of digging i finally find this bit…
after quite a bit of troubleshooting the best i could get for Msgpack_to_json.py:
Traceback (most recent call last):
File "c:\Users\Admin\msgpack_to_json.py", line 33, in <module>
convert(file)
File "c:\Users\Admin\msgpack_to_json.py", line 18, in convert
data = msgpack.unpack(in_file)
File "C:\Program Files\Python39\lib\site-packages\msgpack\__init__.py", line 46, in unpack
return unpackb(data, **kwargs)
File "msgpack\_unpacker.pyx", line 195, in msgpack._cmsgpack.unpackb
ValueError: int is not allowed for map key
PS C:\Users\Admin>
and json_to_msgpack.py… doesn’t seem to even try O.o
PS C:\Users\Admin> & "C:/Program Files/Python39/python.exe" c:/Users/Admin/json_to_msgpack.py
PS C:\Users\Admin>
If I could get the json_to_msgpack.py working I could use Simoyd’s msgpack converter for the other half… theoretically
anyway i have little experience with python so I’m probably doing/missing something monumentally stupid ![]()