Di Vanni Alessandro
Di Vanni Alessandro
I guess thath is necessary Flask for use this project with a container
Ok, you have to run the container everytime... Whit flask you can leave the container always run and pass the parameters when you need a new request. Sorry for my...
I have the same issue on a raspberry pi. the same project, same folder to another pc and smd works fine. someone know what due that? thanks
Yep, it is due to the Python version. I have updated to Python3.6.5 and I don’t have this problem now.
I have the same issue: pi@rpi4:/opt/smd $ sudo python3 main.py -ss https://open.spotify.com/track/3HCfLj84q3qXdArLlA1dV5?si=UuoRR-KRTnSfpKcFL2zzoA Unable to init server: Could not connect: Connection refused Unable to init server: Could not connect: Connection refused...
Hi everyone, has anyone found a "final" solution to that?
Ok, but when I update the image and restart the container I Have to re-apply the change 😑
I solved in this way: ``` volumes: - /etc/localtime:/etc/localtime:ro - /etc/ssl/certs/ca-certificates.crt:/etc/pki/tls/certs/ca-bundle.crt:ro ``` Bye
Hi, Unfortunately, I’m unable to locate the alert.log file at the specified path. At the moment, I’m running version 23.6-arm64 of the image without errors. Please let me know if...