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

Exception whilst trying to sync #498

Open
adrianomarto opened this issue Apr 29, 2020 · 6 comments
Open

Exception whilst trying to sync #498

adrianomarto opened this issue Apr 29, 2020 · 6 comments

Comments

@adrianomarto
Copy link

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"

@msbentley
Copy link

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...

@robert7
Copy link

robert7 commented Apr 29, 2020

duplicate of robert7#151
unfortunately I don't have solution yet.. :(

@memfiz
Copy link

memfiz commented Apr 30, 2020

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 2019101607312.1.6-rc1ubuntu18.04.1).

@robert7
Copy link

robert7 commented May 1, 2020

There is a fix available in version version 2.1.6-rc6, see linked ticket for more info.

@arne-henningsen
Copy link

I experience the same bug. What is the easiest way to upgrade nixnote to version 2.1.6-rc6 on Ubuntu 20.04?

@robert7
Copy link

robert7 commented May 4, 2020

@arne-henningsen
see release notes https://github.com/robert7/nixnote2/wiki/Migration-v2.0-to-v2.1
and migration info https://github.com/robert7/nixnote2/wiki/Release-notes-v2.1

but basically you don't need to do anything special; make a backup and install new version and start it :)

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

5 participants