Skip to content

InvalidData, error: "stream did not contail valid UTF-8" #131

Discussion options

You must be logged in to vote

This line here is wrong

cp /usr/local/bin/neolink my_config.toml

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

neolink --config my_config.toml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aaronj1234
Comment options

Answer selected by aaronj1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants