InvalidData, error: "stream did not contail valid UTF-8" #131
-
Hello, I was trying to run Neolink today, when I got this error: I'm not sure how to fix this. I copied the Neolink file to the
But that still did not fix the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This line here is wrong
What you did here was copy the binary file into the config toml. You need to make the config toml yourself in a text editor. Delete your current my_config.toml Go and find the example config on GitHub and download that. https://github.com/thirtythreeforty/neolink/blob/master/sample_config.toml Edit the file in a text editor to include your cameras details. I recommend notepad++ but any basic texteditor should work do not ms word. Rename the example config to Run neolink with the config
|
Beta Was this translation helpful? Give feedback.
This line here is wrong
What you did here was copy the binary file into the config toml.
You need to make the config toml yourself in a text editor.
Delete your current my_config.toml
Go and find the example config on GitHub and download that. https://github.com/thirtythreeforty/neolink/blob/master/sample_config.toml
Edit the file in a text editor to include your cameras details. I recommend notepad++ but any basic texteditor should work do not ms word.
Rename the example config to
my_config.toml
Run neolink with the config