'Major error occurred when trying to execute a SQL statement' when clicking on inbox message #474
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#474
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just checkouted the latest version
eff4edb8e8
subscribed to some channel.
I've got some new messages from timeserver (BM-BcbRqcFFSQUUmXFKsPJgVQPSiFA3Xash)
when i click on message, app crashes.
2013-09-04 13:58:15,984 - CRITICAL - Major error occurred when trying to execute a SQL statement within the sqlThread. Please tell Atheros about this error message or post it in the forum! Error occurred while trying to execute statement: "SELECT toaddress, read FROM inbox WHERE msgid=?" Here are the parameters; you might want to censor this data with asterisks (***) as it can contain private information: (('\x8b\xb01+\xc1\xb9.\x10\x823\x87\xfc9\x8e\x81P^O\xac\xa1\x19\xb2)\xb3\xe4\xf8\xaf\xb7\x8fF\x03\xd0',),). Here is the actual error message thrown by the sqlThread: Error binding parameter 0 - probably unsupported type.
'pubkey' from Peer(host='173.59.250.105', port=8444)
2013-09-04 13:58:15,985 - CRITICAL - This program shall now abruptly exit!
I personally solved that issue following way:
cd ~/PyBitmessage
git reset --hard
7ad8ce7e1b
To developers: you shold probably use branches and tags. Regular users should use software from stable, well-tested branch (which, actually, master supposed to be).
Thank you very much for reporting this.
@afiskon Indeed, master should be stable all the time. This bug slipped past some people. Releases (which have a new version number) will be marked with tags from now on.