Michal

Results 7 comments of Michal

@lollozzo Hello, I am pretty new in python, so could you post your mqtt python script with correct indentation, please? Thank you.

Hello again, thank you @lollozzo for your help with correct indentation. Now I have another error... What did I do wrong this time? Thanks again. ``` (libetrv) pi@tvpi:~/libetrv $ python3...

Hello again @lollozzo so my folder structure should be the same as yours: ![Image 001](https://user-images.githubusercontent.com/29805226/71770471-11fc4280-2f2d-11ea-9960-1144de5a27a3.png) and here is your customized python script: ![Image 002](https://user-images.githubusercontent.com/29805226/71770480-32c49800-2f2d-11ea-9d3a-b4175aea15b7.png) and I have the same error:...

> > > check my version of cli.py, is up to date on github now and i did pull request to Adam Got it! :-) I can read battery, temp...

> > > Hi Misosec > > I had same issue, edit publish.single lines. add this: auth={'username': 'ik', 'password': 'ik'} > example: > publish.single("NombreEquipo", data, hostname="127.0.0.1", auth={'username': 'ik', 'password': 'ik'})...

I've just wget sample_config.toml directly to my `neolink_linux_x86_64_bookworm` folder like this: `wget "https://raw.githubusercontent.com/QuantumEntangledAndy/neolink/refs/heads/master/sample_config.toml"` and then run: `sudo ./neolink rtsp --config=sample_config.toml` The same error: `./neolink: 3: Syntax error: ")" unexpected` I...

It's working now! :-) but it gives me an error: ``` Buffer full on audsrc Buffer full on vidsrc ``` Maybe that why I can get mostly audio only. I...