bookieio/bookie-firefox

Fails to create new bookmark

Closed this issue · 2 comments

This error appears in the server log when trying to create a bookmark using the extension.

StatementError: invalid literal for int() with base 10: 'false' (original cause: ValueError: invalid literal for int() with base 10: 'false') u'INSERT INTO bmarks (hash_id, description, extended, stored, updated, clicks, is_private, inserted_by, username, tag_str) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s)' [{'username': u'jerome', 'updated': None, 'extended': u'', 'description': u'XIA', 'inserted_by': u'firefox_ext', 'tag_str': u'', 'is_private': u'false', 'hash_id': u'3ab797ff5caba6'}]

I'm unable to reproduce this issue. Was this with the most recent version 0.5.0 of the extension, and are you still seeing this issue?

closing as incomplete, I've uploaded a new 0.6 version that has been qa'd to work correctly. if there are issues with that release please reopen for file a new bug.