Difference between revisions of "Error"

From Obyte Wiki
(copypasta from original Byteball wiki)
 
(huh?: changed note)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Error messages and (maybe) how to fix them
+
Error messages in the [[wallet]] and (maybe) how to fix them.
  
 
==huh?==
 
==huh?==
 
 
Table information collection in progress. Please contact @slackjore with any info.
 
Table information collection in progress. Please contact @slackjore with any info.
{| border="1" cellpadding="1" cellspacing="1" class="article-table" style="width: 800px;"
+
{| class="wikitable"
 +
|-
 +
! Error message !! Notes
 
|-
 
|-
! scope="col"| Error message
+
| could not send payment: bad signature at path r || look under the table
! scope="col"| Notes
 
 
|-
 
|-
| could not send payment: bad signature at path r
+
| could not send payment: precommit callback failed || smart wallet containing committed funds that only the counter-party can now spend
| look under the table
 
 
|-
 
|-
| could not send payment: precommit callback failed
+
| could not send payment: authentifier verification failed || [[smart contract]] conditions not fulfilled
| smart wallet containing committed funds that only the counter-party can now spend
 
 
|-
 
|-
| could not send payment: authentifier verification failed
+
| could not send payment: known bad || if you try a bad send repeatedly
| smart contract conditions not fulfilled
 
 
|-
 
|-
| could not send payment: known bad
+
| could not create payment proposal: No bytes to pay fees || so send bytes to wallet
| if you try a bad send repeatedly
 
 
|-
 
|-
| could not create payment proposal: No bytes to pay fees
+
| connect to light vendor failed [socket closed] || firewall? turn off Tor? (light vendor = hub)
| so send bytes to wallet
 
 
|-
 
|-
| connect to light vendor failed [socket closed]
+
| ??? || incoming payment not confirmed yet, so wait another 5 minutes or so
| firewall? turn off Tor? (light vendor = hub)
 
 
|-
 
|-
| ???
+
| [internal] connection closed || maybe non-functioning hub: change to another hub
| incoming payment not confirmed yet, so wait another 5 minutes or so
 
 
|-
 
|-
| [internal] connection closed
+
| unable to verify the first certificate || ???
| maybe non-functioning hub: change to another hub
 
 
|-
 
|-
| unable to verify the first certificate
+
| too many messages, try sending a smaller amount [of blackbytes] || send smaller amounts
| ???
 
 
|-
 
|-
| too many messages, try sending a smaller amount [of blackbytes]
+
| on login “Uncaught exception: Error: message encrypted to unknown key, device" || don't click ok; right click > "inspect" > delete the window in the html code ; restart
| send smaller amounts
 
 
|-
 
|-
| on login “Uncaught exception: Error: message encrypted to unknown key, device"
+
| unable to find parents; failed to find compatible parents: no deep units || witness error, such as (user) swapping out two at once
| don't click ok; right click > "inspect" > delete the window in the html code ; restart
 
 
|-
 
|-
| unable to find parents; failed to find compatible parents: no deep units
+
| Syncing -- __ private payments left (Android) || probably a connection problem
| witness error, such as (user) swapping out two at once
 
 
|-
 
|-
| Syncing -- 24 private payments left (Android)
+
| Uncaught exception: Error: Error: SQLITE_ERROR: no such index: outputsIsSerial SELECT unit, message_index, sequence FROM outputs INDEXED BY outputsIsSerial JOIN units USING(unit) WHERE outputs.is_serial IS NULL AND units.is_stable=1 AND is_spent=0 || Likely due to restoring a full backup on a new wallet when the original full backup was an older wallet version. Try downloading a legacy wallet to restore and send funds to the new version
| try clearing out smart wallets; related to private assets?
 
 
|}
 
|}
  

Latest revision as of 07:05, 15 May 2019

Error messages in the wallet and (maybe) how to fix them.

huh?

Table information collection in progress. Please contact @slackjore with any info.

Error message Notes
could not send payment: bad signature at path r look under the table
could not send payment: precommit callback failed smart wallet containing committed funds that only the counter-party can now spend
could not send payment: authentifier verification failed smart contract conditions not fulfilled
could not send payment: known bad if you try a bad send repeatedly
could not create payment proposal: No bytes to pay fees so send bytes to wallet
connect to light vendor failed [socket closed] firewall? turn off Tor? (light vendor = hub)
??? incoming payment not confirmed yet, so wait another 5 minutes or so
[internal] connection closed maybe non-functioning hub: change to another hub
unable to verify the first certificate ???
too many messages, try sending a smaller amount [of blackbytes] send smaller amounts
on login “Uncaught exception: Error: message encrypted to unknown key, device" don't click ok; right click > "inspect" > delete the window in the html code ; restart
unable to find parents; failed to find compatible parents: no deep units witness error, such as (user) swapping out two at once
Syncing -- __ private payments left (Android) probably a connection problem
Uncaught exception: Error: Error: SQLITE_ERROR: no such index: outputsIsSerial SELECT unit, message_index, sequence FROM outputs INDEXED BY outputsIsSerial JOIN units USING(unit) WHERE outputs.is_serial IS NULL AND units.is_stable=1 AND is_spent=0 Likely due to restoring a full backup on a new wallet when the original full backup was an older wallet version. Try downloading a legacy wallet to restore and send funds to the new version

Comments

tonych [10:43 AM 2017-06-14 #helpdesk]:

Bad signature at path r is a mysterious bug that affected a few users in the past but there is no clarity about its nature. Are you on android, did you send any payments from this wallet before? any other unusual actions with this wallet?

External links

References