nvbn / everpad

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

Fedora 19 problems with stable and git versions #368

Closed ndias closed 10 years ago

ndias commented 10 years ago

With the last stable version the program runs, but when I click on the icon I get this error and the applications frezes

InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Original exception was: Can't determine relationship direction for relationship 'Note.conflict_parent' - foreign key columns within the join condition are present in both the parent and the child's mapped tables. Ensure that only those columns referring to a parent column are marked as foreign, either via the foreign() annotation or via the foreign_keys argument.

With the code from git the program doesn't start and I get this error

File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.