nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

First sync takes forever #367

Open statc0der opened 10 years ago

statc0der commented 10 years ago

I installed Everpad and authorized it to access Evernote. No notes appeared for several days so I thought it didn't work but when I finally went to delete it, it was populated with 100 notes from one of my accounts.

However, it turned out that I used the wrong account. So I deauthorized that account and authorized the correct one, which has about 130 short plaintext notes. That was 2 days ago. It's still saying "Wait, first sync in progress".

I tried restarting. What's going on?

shuhikari commented 10 years ago

@statc0der What Distro are you using?

statc0der commented 10 years ago

Ubuntu 13 64-bit

and it's still on that same status : /

diogomatsubara commented 10 years ago

How did you install everpad? Are there any logs available in ~/.everpad/logs/?

statc0der commented 10 years ago

I'm 90% sure that I used the Ubuntu App Store though I suppose there's a 10% chance I used apt-get.

jmiller@ubuntu:~/.everpad$ ls data everpad.5.db

not only are there no logs, there's nothing in that data folder either

diogomatsubara commented 10 years ago

You can try running in a terminal: everpad-provider --verbose and it'll give more info. Or you can try and install from trunk or from my PPA which has a more recent version (https://code.launchpad.net/~matsubara/+archive/everpad). Notice that due to some bug in the packaged version of pyside, you'd have to install it manually through pip. More details here https://github.com/nvbn/everpad/issues/359

With the latest version there's better logging for everpad and everpad-provider so it's easier to debug issues.

statc0der commented 10 years ago

Thanks for that info :)

jmiller@ubuntu:~/.everpad$ everpad-provider --verbose everpad-provider already ran

hmmm I'm not sure what I'm doing wrong with that, but I will attempt to uninstall and re-install from your trunk. My sys admin abilities are limited but I think I should be able to pull that off and report back. Thanks again!

On Oct 11, 2013, at 12:56 PM, Diogo Matsubara notifications@github.com wrote:

everpad-provider --verbose

statc0der commented 10 years ago

OK, I did this:

  1. apt-get remove everpad (it says it successfully removed it)
  2. Followed your link
  3. Added the sources to the top of my sources list
  4. apt-get install everpad
  5. Launched everpad

and when it launched it was already authorized to my Evernote account and was in the same status that it has been in for like 48 hours or more : /

On Oct 11, 2013, at 12:56 PM, Diogo Matsubara notifications@github.com wrote:

You can try running in a terminal: everpad-provider --verbose and it'll give more info. Or you can try and install from trunk or from my PPA which has a more recent version (https://code.launchpad.net/~matsubara/+archive/everpad). Notice that due to some bug in the packaged version of pyside, you'd have to install it manually through pip. More details here #359

With the latest version there's better logging for everpad and everpad-provider so it's easier to debug issues.

— Reply to this email directly or view it on GitHub.

diogomatsubara commented 10 years ago

You can try removing your local ~/.everpad/ dir and restart.

statc0der commented 10 years ago

thanks. ok i will try that. just gimme a few minutes to save my work.

statc0der commented 10 years ago

It worked!! Thanks!!

On Oct 11, 2013, at 1:56 PM, Diogo Matsubara notifications@github.com wrote:

You can try removing your local ~/.everpad/ dir and restart.

— Reply to this email directly or view it on GitHub.