Issue with gmail-parser.py script I have been running forever...
I recently had to reinstall my main build system and in the rebuild, I cannot get the gmail-parser.py script to run anymore.. It still works fine on all other machines so it is definitely something I have not installed (something I have forgotten...)
Here is the conky feedback when it is run
File "/home/vastone/gmail_parser.py", line 46, in <module>
f = auth() # Do auth and then get the feed
File "/home/vastone/gmail_parser.py", line 30, in auth
feed = f.read()
File "/usr/lib/python2.7/socket.py", line 355, in read
data = self._sock.recv(rbufsize)
File "/usr/lib/python2.7/ssl.py", line 766, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 653, in read
v = self._sslobj.read(len)
socket.error: [Errno 0] Error
I have everything the script installed (feedparser etc) but no go to get it to run
Anyone spot what I am missing?