longreacher
Member
Hi Andy,
Thanks for the help (again). I've made those corrections, and am still running into the same error. I wonder if it might be due to my trying to upgrade to v69. I might try a clean install on a backup pi tonight to see if I can get better results.
Here is the output of my latest error message.
python ftpuploader.py sample.mp3 lrfd.orgfree.com/ username password --remotepath /callmp3/
Traceback (most recent call last):
File "ftpuploader.py", line 34, in <module>
ftp.connect(host,port,10)
File "/usr/lib/python2.7/ftplib.py", line 132, in connect
self.sock = socket.create_connection((self.host, self.port), self.timeout)
gaierror: [Errno -2] Name or service not known
could not upload sample.mp3 to lrfd.orgfree.com/
Thanks for the help guys.. Between your guidance and an "AHA" moment, we're up and running. (I hadn't made the change on our remote file, and so tones.cfg kept getting rewritten.) Doh.
I'm wondering about the behavior of "text_email_send = after record" vs. "text_email_send = both".
I had it sent to "both", and it did send 2 text messages, but I didn't see any difference between them. What advantage does setting that to "both" have?
I'm working in a live system, so I get limited opportunities to test settings.
Thanks again