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

1.8: Can't open notes with attachements #32

Closed
hotice opened this issue Sep 13, 2012 · 2 comments
Closed

1.8: Can't open notes with attachements #32

hotice opened this issue Sep 13, 2012 · 2 comments

Comments

@hotice
Copy link

hotice commented Sep 13, 2012

In the latest version (1.8), I can't open notes that had previously have a file attached with Everpad. Here's the error I get:

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 63, in open
editor = Editor(self.app, note)
File "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 446, in init
self.load_note(note)
File "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 528, in load_note
self.app.provider.get_note_resources(note.id),
File "/usr/lib/pymodules/python2.7/everpad/basetypes.py", line 39, in from_tuple
setattr(inst, field[0], data[num])
IndexError: tuple index out of range

@nvbn
Copy link
Owner

nvbn commented Sep 13, 2012

Dbus api changed and you need to restart provider or reboot your system.
13.09.2012 14:18 пользователь "Andrew" notifications@github.com написал:

In the latest version (1.8), I can't open notes that had previously have a
file attached with Everpad. Here's the error I get:

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 63, in
open
editor = Editor(self.app, note)
File "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 446, in *
init*
self.load_note(note)
File "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 528, in
load_note
self.app.provider.get_note_resources(note.id),
File "/usr/lib/pymodules/python2.7/everpad/basetypes.py", line 39, in
from_tuple
setattr(inst, field[0], data[num])
IndexError: tuple index out of range


Reply to this email directly or view it on GitHubhttps://github.com//issues/32.

@hotice
Copy link
Author

hotice commented Sep 13, 2012

I can't retest this since I've deleted the old notes with attachments, so I'm closing it...

@hotice hotice closed this as completed Sep 13, 2012
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

2 participants