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 crash while saving note #46

Closed
AlexFalappa opened this issue Sep 18, 2012 · 8 comments
Closed

Everpad crash while saving note #46

AlexFalappa opened this issue Sep 18, 2012 · 8 comments

Comments

@AlexFalappa
Copy link

Everpad crashed while saving a newly edited note.

Here is the python traceback extracted from an apport crash log:

PythonArgs: ['/usr/bin/everpad']
Traceback:
 Traceback (most recent call last):
   File "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 569, in save
     self.app.provider.update_note(self.note.struct)
   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
     **keywords)
   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
     message, timeout)
 DBusException: org.freedesktop.DBus.Python.dbus.exceptions.DBusException: Note not found

Environment:

  • OS: Ubuntu 12.04 Precise Pangolin 64 bit
  • DE: Unity
  • Python: stock 2.7.3 provided with OS
  • Everpad installed from PPA
@oliverseal
Copy link

Some notes on what I think might be at play here:
Looks like this failed during the 'load' phase. So either a the note wasn't actually added to the remote server in provider.create_note or there were connectivity problems there.

Just so it's clear, have you been having any connection issues, AlexFalappa? Can we rule internet connection problems out here? My wifi hardware seems to argue with Precise from time to time.

@AlexFalappa
Copy link
Author

I could have had network problems while experiencing that crash, moreover I was behind a corporate firewall/proxy at that time.
Nevertheless I think the exception could be dealt with more gracefully and an error dialog shown to the user.

@jgomo3
Copy link

jgomo3 commented Sep 20, 2012

I even can't "authorize" the app. I know i'm behind a proxy, so, how to tell Everpad the proxy configuration?

@nvbn
Copy link
Owner

nvbn commented Sep 20, 2012

Everpad not work behind proxy, because evernote sdk not work.

@jgomo3
Copy link

jgomo3 commented Sep 20, 2012

everNOTE sdk not work? do you mean that the evernote sdk doesn't work behind proxys so Evernote itself won't work either?

Just in case, an article about how to use Evernote with proxys.

@nvbn
Copy link
Owner

nvbn commented Sep 20, 2012

I mean this - Evernote/evernote-sdk-python#2

@fmoo
Copy link
Collaborator

fmoo commented Oct 22, 2012

evernote SDK has been hacked in everpad to now read the proxy configuration set in the environment by gnome networking config.

Feel free to reopen this if you're still having problems and provide details about your env to try to increase compatibility with this solution.

@fmoo fmoo closed this as completed Oct 22, 2012
@jcruiz
Copy link

jcruiz commented Nov 27, 2012

I'm behind a proxy, I've set up my proxy settings on Ubuntu 12.10 http/https all my applications work as expected. I just installed everpad and I'm not able to autorise. Does the authorization requires to be outside of a proxy?

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

6 participants