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
I have a Python script written to process some of my local files into a notebook. It started failing with this error, so I pulled down the latest of this repo and tried running the EDAMTest.py script and got the same error.
Traceback (most recent call last): File "EDAMTest.py", line 59, in <module> UserStoreConstants.EDAM_VERSION_MINOR File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/api/client.py", line 132, in delegate_method File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/edam/userstore/UserStore.py", line 490, in checkVersion File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/edam/userstore/UserStore.py", line 501, in send_checkVersion File "build/bdist.cygwin-1.7.25-x86_64/egg/thrift/transport/THttpClient.py", line 125, in _f File "build/bdist.cygwin-1.7.25-x86_64/egg/thrift/transport/THttpClient.py", line 150, in flush File "/usr/lib/python2.7/httplib.py", line 1020, in putheader raise ValueError('Invalid header value %r' % (one_value,)) ValueError: Invalid header value 'en-devtoken:V=2 / 1.25; Python / 2.7.14 (default, Oct 31 2017, 21:12:13) \n[GCC 6.4.0];'
The text was updated successfully, but these errors were encountered:
I have a Python script written to process some of my local files into a notebook. It started failing with this error, so I pulled down the latest of this repo and tried running the EDAMTest.py script and got the same error.
Traceback (most recent call last): File "EDAMTest.py", line 59, in <module> UserStoreConstants.EDAM_VERSION_MINOR File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/api/client.py", line 132, in delegate_method File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/edam/userstore/UserStore.py", line 490, in checkVersion File "build/bdist.cygwin-1.7.25-x86_64/egg/evernote/edam/userstore/UserStore.py", line 501, in send_checkVersion File "build/bdist.cygwin-1.7.25-x86_64/egg/thrift/transport/THttpClient.py", line 125, in _f File "build/bdist.cygwin-1.7.25-x86_64/egg/thrift/transport/THttpClient.py", line 150, in flush File "/usr/lib/python2.7/httplib.py", line 1020, in putheader raise ValueError('Invalid header value %r' % (one_value,)) ValueError: Invalid header value 'en-devtoken:V=2 / 1.25; Python / 2.7.14 (default, Oct 31 2017, 21:12:13) \n[GCC 6.4.0];'
The text was updated successfully, but these errors were encountered: