foocp
foocp
for me it fails when the SFTP password has a non-ascii character. > UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 0: ordinal not in range(128) 2021-09-20 10:16:40: [motioneye]...
I have the same problem, it generates raw text like this > \xc3\xa8p However if I follow your suggestion and delete .encode('utf-8') it fails with this error: > UnicodeEncodeError: 'ascii'...
running the install script on a fresh 20.04 gives me ``` creating config file /etc/arm/config/arm.yaml cp: cannot stat '/opt/arm/setup/arm.yaml': No such file or directory ```
Thanks. I got it (the Ubuntu 20.04 install script) working by changing line 125 (git checkout v2_master) to "git checkout v2_devel“ - but I suppose removing it entirely does the...
OK, seems this works to get the webserver starting on Python2. Amend build.py: ``` # import http.server #won't work on python2, instead use from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer #import socketserver...
I'm trying out the Raspberry image. The captive portal doesn't work for me neither but this does: http://your_raspberry_ip/things http://your_raspberry_ip/captive_client?macaddr=whatever_MAC_address (obviously enter the IP address of your Dowse box.
I'd recommend https://github.com/adafruit/pi_video_looper/ as this project seems to be retired
I've tried the old .img file that I downloaded last year from Google docs (the link is now dead), and here the loops are seamless! I wish I understood more...
Hi, could it be an issue with the screen resolution you're using? I found that it works better on some screens than on others. I've edited /boot/config.txt to set the...
Oops, I'm now seeing that that line is included in install.sh, but it's commented out. I suggest you remove that hash.