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

Everpad syncing doesn't seem to work #201

Open
jhodapp opened this issue Jan 8, 2013 · 12 comments
Open

Everpad syncing doesn't seem to work #201

jhodapp opened this issue Jan 8, 2013 · 12 comments

Comments

@jhodapp
Copy link

jhodapp commented Jan 8, 2013

I've created several notes, all in a particular folder. When going to another Everpad instance on Ubuntu 12.10, or Evernote itself on my iPhone or iPad, I don't see any of these notes. The only place that I can see these notes is from the particular machine that I created them on. I'm using Everpad v2.3

@nvbn
Copy link
Owner

nvbn commented Jan 8, 2013

You need to run "killall everpad-provider; evepad-provider --verbose" and post errors here.

@jhodapp
Copy link
Author

jhodapp commented Jan 8, 2013

After running the above 2 commands and then having Everpad sync again, I get:

Tag daily planning local
EDAMUserException(errorCode=10, parameter='Tag.name')

@nvbn
Copy link
Owner

nvbn commented Jan 8, 2013

This bug fixed in git-version, you need to wait for next release or install version from git with:

git clone git@github.com:nvbn/everpad.git
cd everpad
python setup.py install

@jhodapp
Copy link
Author

jhodapp commented Jan 8, 2013

Alright, thanks for letting me know. Do you have a PPA that contains a daily build of git master?

@tante
Copy link

tante commented Jan 8, 2013

I have a current checkout of the develop branch installed (commit 20657f8) and I hit a similar problem:

Notebook talks local
EDAMUserException(errorCode=10, parameter='Notebook.name')

Should I use the master branch?

nvbn added a commit that referenced this issue Jan 10, 2013
@nvbn
Copy link
Owner

nvbn commented Jan 10, 2013

Try latest revision, probably this bug fixed.

@tante
Copy link

tante commented Jan 10, 2013

Yeah does no longer throw the exception and performs full sync here. Thanks!

@tante
Copy link

tante commented Jan 10, 2013

But the Fix just seems to have supressed the error?

I just created a Notebook called "Blog Posts" and put a note in there. Neither the note nor its tags not the new notebook were synced to the server. No error in the evernote-provider terminal.

@nvbn
Copy link
Owner

nvbn commented Jan 10, 2013

Can you say this tags and notebook names?
I only added check with evernote regex before sync, issue not fixed.

@tante
Copy link

tante commented Jan 10, 2013

Notebook name: "Blog posts"
Note title: "Die Digitale Almende"
Tags: "spackeria"

@nvbn
Copy link
Owner

nvbn commented Jan 10, 2013

Hm, this tag and notebook name doesn't match evernote regexp =)
Evernote/evernote-sdk-python#10

nvbn added a commit that referenced this issue Jan 10, 2013
@matrixracer
Copy link

Hi, i have a similar problem here on Everpad 2.5 on Ubuntu 12.04 32bits kernel 3.2.0-49, Everpad opens but never sync, and everpad-provider crashes all the time, specially when i try to create a note and paste web content, i have to paste as plain text, killall everpad-provider, restart evernote and then syncs,and i have to do it all the time, this is the last evverpad-provider --verbose message when create a note, fail to upload and try to sync again.

$ everpad-provider --verbose
[Error 104] Connection restarted by the remote machine (***_translated from spanish)
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 458, in run
self.perform()
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 489, in perform
if self._need_to_update():
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 74, in _need_to_update
update_count = self.note_store.getSyncState(self.auth_token).updateCount
File "/usr/lib/pymodules/python2.7/evernote/edam/notestore/NoteStore.py", line 2439, in getSyncState
self.send_getSyncState(authenticationToken)
File "/usr/lib/pymodules/python2.7/evernote/edam/notestore/NoteStore.py", line 2448, in send_getSyncState
self._oprot.trans.flush()
File "/usr/lib/pymodules/python2.7/thrift/transport/THttpClient.py", line 124, in _f
result = f(_args, **kwargs)
File "/usr/lib/pymodules/python2.7/thrift/transport/THttpClient.py", line 163, in flush
self.__http.endheaders()
File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
File "/usr/lib/pymodules/python2.7/thrift/transport/httpslib.py", line 35, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno -2] Nombre o servicio desconocido

mhaggag pushed a commit to mhaggag/everpad that referenced this issue Oct 12, 2013
mhaggag pushed a commit to mhaggag/everpad that referenced this issue Oct 12, 2013
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

4 participants