You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a ton of these during the ~3 hours after a strange deploy Wednesday night. Both were during findNotes calls:
Traceback (most recent call last):
.....
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 3806, in findNotes
return self.recv_findNotes()
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 3820, in recv_findNotes
(fname, mtype, rseqid) = self._iprot.readMessageBegin()
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 137, in readMessageBegin
name = self.trans.readAll(sz)
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/thrift/transport/TTransport.py", line 58, in readAll
chunk = self.read(sz-have)
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/thrift/transport/THttpClient.py", line 116, in read
return self.__http.file.read(sz)
File "/usr/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
File "/usr/lib/python2.7/ssl.py", line 241, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 160, in read
return self._sslobj.read(len)
MemoryError
Traceback (most recent call last):
....
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 3806, in findNotes
return self.recv_findNotes()
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 3820, in recv_findNotes
(fname, mtype, rseqid) = self._iprot.readMessageBegin()
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py", line 137, in readMessageBegin
name = self.trans.readAll(sz)
File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/thrift/transport/TTransport.py", line 63, in readAll
raise EOFError()
EOFError
We're running Python 2.7.3 and evernote==1.25.0. Happy to provide any extra information!
The text was updated successfully, but these errors were encountered:
We had a ton of these during the ~3 hours after a strange deploy Wednesday night. Both were during
findNotes
calls:We're running Python 2.7.3 and
evernote==1.25.0
. Happy to provide any extra information!The text was updated successfully, but these errors were encountered: