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
When running --export-config the file generated is using UTF-16 LE encoding, but the --configure option used to import that same file only accepts UTF-8 encoded files.
My environment is python 3.13 running on Windows 11 (not within WSL) using Meshtastic module version 2.5.9.
My current workaround is to use VS Code to save the exported file using the correct UTF8 encoding.
I'm unable to attach an export of the yml file due to github file restrictions. I can send the file directly if requested. I am also adding a link to a Stack Overflow thread that mentions the same issue with Python, but I'm not familiar enough with this module to make the changes myself.
When running --export-config the file generated is using UTF-16 LE encoding, but the --configure option used to import that same file only accepts UTF-8 encoded files.
My environment is python 3.13 running on Windows 11 (not within WSL) using Meshtastic module version 2.5.9.
My current workaround is to use VS Code to save the exported file using the correct UTF8 encoding.
Error during import:
I'm unable to attach an export of the yml file due to github file restrictions. I can send the file directly if requested. I am also adding a link to a Stack Overflow thread that mentions the same issue with Python, but I'm not familiar enough with this module to make the changes myself.
https://stackoverflow.com/questions/3597480/how-to-make-python-3-print-utf8
The text was updated successfully, but these errors were encountered: