Hmm I see that, too. I don't have many new barcodes anymore so this wasn't failing here. I've uploaded a new scan.py, which comments out the gmail section. That seems to work for me. Can you use WinSCP to replace the scan.py on your machine, or, all I did was put a ''' at line 221 (in front of gmail_user = conf.get()['gmail_user'] , and another set at the end of line 233 after smtpserver.close() .
I need to pick back up what I'm doing in the dev branch to allow upgrades (still planning to port to Python 3 by the end of the year).
I'm leaving the issue open for now, as for now gmailing is not working, but i will fix this soon.
Originally posted by @henroFall in #6 (comment)
Hmm I see that, too. I don't have many new barcodes anymore so this wasn't failing here. I've uploaded a new scan.py, which comments out the gmail section. That seems to work for me. Can you use WinSCP to replace the scan.py on your machine, or, all I did was put a ''' at line 221 (in front of
gmail_user = conf.get()['gmail_user'], and another set at the end of line 233 aftersmtpserver.close().I need to pick back up what I'm doing in the dev branch to allow upgrades (still planning to port to Python 3 by the end of the year).
I'm leaving the issue open for now, as for now gmailing is not working, but i will fix this soon.
Originally posted by @henroFall in #6 (comment)