Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDAMTest.py run errors #9

Open
jamiesun opened this issue Nov 15, 2014 · 3 comments
Open

EDAMTest.py run errors #9

jamiesun opened this issue Nov 15, 2014 · 3 comments

Comments

@jamiesun
Copy link

python3.4

python3 EDAMTest.py
Traceback (most recent call last):
File "EDAMTest.py", line 41, in
UserStoreConstants.EDAM_VERSION_MINOR
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/evernote/api/client.py", line 125, in delegate_method
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/evernote/edam/userstore/UserStore.py", line 491, in checkVersion
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/evernote/edam/userstore/UserStore.py", line 504, in recv_checkVersion
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/thrift/protocol/TBinaryProtocol.py", line 144, in readMessageBegin
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/thrift/transport/THttpClient.py", line 99, in readAll
File "/usr/local/lib/python3.4/site-packages/evernote-1.25.0-py3.4.egg/thrift/transport/THttpClient.py", line 96, in read
File "/usr/local/lib/python3.4/http/client.py", line 500, in read
return super(HTTPResponse, self).read(amt)
MemoryError

python3.3

export PYTHONPATH=../lib; python3 EDAMTest.py
Traceback (most recent call last):
File "EDAMTest.py", line 41, in
UserStoreConstants.EDAM_VERSION_MINOR
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/evernote-1.25.0-py3.3.egg/evernote/api/client.py", line 125, in delegate_method
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/evernote-1.25.0-py3.3.egg/evernote/edam/userstore/UserStore.py", line 491, in checkVersion
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/evernote-1.25.0-py3.3.egg/evernote/edam/userstore/UserStore.py", line 504, in recv_checkVersion
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/evernote-1.25.0-py3.3.egg/thrift/protocol/TBinaryProtocol.py", line 145, in readMessageBegin
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/evernote-1.25.0-py3.3.egg/thrift/protocol/TBinaryProtocol.py", line 201, in readByte
struct.error: unpack requires a bytes object of length 1

@foxmask
Copy link

foxmask commented Dec 9, 2016

I meet also the error

[...]thrift/protocol/TBinaryProtocol.py", line 201, in readByte
    val, = unpack('!b', buff)
struct.error: unpack requires a bytes object of length 1

in python 3.4 too

@Ignacio-Freire
Copy link

I'm finding the same error using Python 3.4 in a AWS Linux Server.

Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/evernote/api/client.py", line 70, in get_note_store
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/evernote/api/client.py", line 131, in delegate_method
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/evernote/edam/userstore/UserStore.py", line 1156, in getNoteStoreUrl
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/evernote/edam/userstore/UserStore.py", line 1167, in recv_getNoteStoreUrl
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/thrift/protocol/TBinaryProtocol.py", line 144, in readMessageBegin
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/thrift/transport/THttpClient.py", line 99, in readAll
File "/usr/local/lib/python3.4/dist-packages/evernote-1.25.0-py3.4.egg/thrift/transport/THttpClient.py", line 96, in read
File "/usr/lib/python3.4/http/client.py", line 500, in read
return super(HTTPResponse, self).read(amt)
MemoryError

@foxmask
Copy link

foxmask commented May 15, 2017

No hope 3 y mater:/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants