You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on signing and submitting payment transactions, I encountered an issue with the memo field. I inadvertently passed unprocessed text to the memo field, resulting in the error ValueError: non-hexadecimal number found in fromhex() arg at position 0.
This error message is currently quite generic, making it challenging to pinpoint the specific cause of the issue within the broader context of a transaction.
I would greatly appreciate it if the error messaging could be more specific in this scenario. For example, a more informative message could indicate:
The invalid character is encountered within the memo field.
The position of the invalid character within the string.
This enhanced clarity would significantly improve the debugging process and expedite issue resolution.
The text was updated successfully, but these errors were encountered:
While working on signing and submitting payment transactions, I encountered an issue with the memo field. I inadvertently passed unprocessed text to the memo field, resulting in the error
ValueError: non-hexadecimal number found in fromhex() arg at position 0.
This error message is currently quite generic, making it challenging to pinpoint the specific cause of the issue within the broader context of a transaction.
I would greatly appreciate it if the error messaging could be more specific in this scenario. For example, a more informative message could indicate:
This enhanced clarity would significantly improve the debugging process and expedite issue resolution.
The text was updated successfully, but these errors were encountered: