Recently upgraded to version 71c on a Raspberry Pi from version 67, mainly because the old Raspberry had seen better days and I had no idea where the image file I made was.
Only problem in particular I'm having is with the FTP uploads. I've got two departments that utilize this feature. For one, it works great. For the other, I can't get it to upload for anything. I've tried different FTP accounts, using the same FTP account...pretty much everything I know to do concerning troubleshooting. Here's what I'm guessing is the relevant portion of the log file:
Code:
setting mail server up
set up mail server
starting TLS
done starting TLS
logging in
logged in
MP3 Individual Email sent to REDACTED via smtp.gmail.com o$
Adding Sample Tone back to detection list after 4 second delay
MP3 Individual Email sent to REDACTED via smtp.gmail.com o$
FTP UPLOAD STARTS HERE
RETURNING AND REMOVING STUFF HERE
[]
Traceback (most recent call last):
File "/home/pi/TTD/TwoToneDetect71c.py", line 1155, in uploadFTP
File "/usr/lib/python2.7/ftplib.py", line 120, in __init__
self.connect(host)
error: [Errno 101] Network is unreachable
Other than that, all the departments I've set it up for have nothing but praise for it. This is the first real problem I've come across in over five years. I greatly appreciate all the hard work, Andy (and anyone else who has contributed)!
Other relevant info:
•Running on Stretch, because Buster and I just weren't getting along
•Currently running this on a R-Pi 2. I've tried it on the same R-Pi, different R-Pis.
•I've tried running on the same network side-by-side, and different networks.
•I've tried using the FTP login that I know works on the one that doesn't, with no success.
•Everything is based off the same image. I just update the config and tone files as needed.