-
Notifications
You must be signed in to change notification settings - Fork 156
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
Exception whilst trying to sync #498
Comments
Another thread suggested re-authorising the account. I did this, and it worked for a while, but the problem came back again. Strangely this only affects one of my two NN instances... |
duplicate of robert7#151 |
It seems I have the same problem. Every day when I start the app I need to re-authorize in order to successfully sync with the evernote cloud. (version 201910160731 |
There is a fix available in version version 2.1.6-rc6, see linked ticket for more info. |
I experience the same bug. What is the easiest way to upgrade nixnote to version 2.1.6-rc6 on Ubuntu 20.04? |
@arne-henningsen but basically you don't need to do anything special; make a backup and install new version and start it :) |
I get an exception every time I try to synchronise my notes. Deleting the notebook and downloading the notes from the server seems to solve the problem temporarily. But the problem comes back after a while, then it happens consistently.
Here is the message log:
DEBUG 2020-04-29 19:26:34.991 src/nixnote.cpp:1511 Preparing sync
DEBUG 2020-04-29 19:26:34.993 src/gui/nbrowserwindow.cpp:881 saveNoteContent() not dirty
DEBUG 2020-04-29 19:26:34.994 src/threads/syncrunner.cpp:53 Starting SyncRunner.synchronize()
DEBUG 2020-04-29 19:26:34.994 src/communication/communicationmanager.cpp:128 Inside CommunicationManager::initNoteStore()
DEBUG 2020-04-29 19:26:34.994 src/communication/communicationmanager.cpp:155 Inside CommunicationManager::getUserInfo
DEBUG 2020-04-29 19:26:35.246 src/nixnote.cpp:1469 onNetworkManagerFinished OK
DEBUG 2020-04-29 19:26:38.238 src/communication/communicationmanager.cpp:503 reportError
ERROR 2020-04-29 19:26:38.238 src/communication/communicationmanager.cpp:513 Exception stacktrace:
nixnote2(ZN20CommunicationManager11reportErrorEN18CommunicationError22CommunicationErrorTypeEiRK7QStringS4+0x5d)[0x558679b5663d]
nixnote2(+0xe0250)[0x558679ab9250]
nixnote2(_ZN20CommunicationManager13initNoteStoreEv+0x55)[0x558679b58495]
nixnote2(_ZN20CommunicationManager4initEv+0x19)[0x558679b586c9]
nixnote2(_ZN20CommunicationManager9enConnectEv+0x83)[0x558679b58763]
nixnote2(_ZN10SyncRunner11synchronizeEv+0xa1)[0x558679d98fc1]
nixnote2(+0x426285)[0x558679dff285]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObject5eventEP6QEvent+0xe2)[0x7f57daaac072]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x81)[0x7f57de7534c1]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x210)[0x7f57de75a970]
nixnote2(_ZN11Application6notifyEP7QObjectP6QEvent+0x2a)[0x558679b0800a]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x179)[0x7f57daa82489]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1cb)[0x7f57daa8546b]
/lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2bc103)[0x7f57daad4103]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2ae)[0x7f57d7b5cf2e]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4e1c8)[0x7f57d7b5d1c8]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x7f57d7b5d25c]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x67)[0x7f57daad3727]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x13b)[0x7f57daa8115b]
/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QThread4execEv+0xb6)[0x7f57da8d0e76]
/lib/x86_64-linux-gnu/libQt5Core.so.5(+0xc2a67)[0x7f57da8daa67]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7fa3)[0x7f57d97a7fa3]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f57da5b24cf]
ERROR 2020-04-29 19:26:38.242 src/communication/communicationerror.cpp:86 "StdException[16]: Error transferring https://www.evernote.com/edam/user - server replied: OK"
The text was updated successfully, but these errors were encountered: