AssertionError:
See original GitHub issueCrash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash_gui/qt/bfp_upload_file_dialog.py", line 427, in select_file
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash_gui/qt/bfp_upload_file_dialog.py", line 314, in sign_txns
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash/bitcoinfiles.py", line 290, in getFundingTxn
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash/wallet.py", line 1552, in make_unsigned_transaction
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash/coinchooser.py", line 186, in make_tx
File "Electron_Cash_SLP-3.4.14-py3.6.egg/electroncash/transaction.py", line 562, in from_io
AssertionError:
Reporter
This issue was reported by 4 user(s):
Electron Cash Version | Python Version | Operating System | Wallet Type | Locale |
---|---|---|---|---|
3.4.14 | 3.6.8 (default, Jun 8 2019, 19:47:49) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] | Darwin-17.7.0-x86_64-i386-64bit | slp_standard,slp_imported_privkey | en_US |
4.1.0 | 3.6.9 (default, Jul 29 2020, 21:55:37) [GCC Clang 10.0.0 ] | Darwin-19.5.0-x86_64-i386-64bit | standard | |
4.1.0 | 3.6.9 (default, Jul 29 2020, 21:55:37) [GCC Clang 10.0.0 ] | Darwin-19.5.0-x86_64-i386-64bit | standard | |
4.2.0 | 3.6.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-5.4.0-52-lowlatency-x86_64-with-debian-bullseye-sid | standard | en_US |
Additional Information
Trying to upload file a bitcoin file from a “slp_imported_privkey” wallet. (@jcramer)
was running the Inter-Wallet transfer app…
re-started the Inter-Wallet Transfer app, it made a few transactions and broke again.
Looks like an issue with inter-wallet transfer? I had both wallets running in the background when I got this error. jlmoriart@gmail.com
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Python | Assertion Error - GeeksforGeeks
Python | Assertion Error ... Assertion is a programming concept used while writing a code where the user declares a condition to be...
Read more >AssertionError (Java Platform SE 7 ) - Oracle Help Center
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1...
Read more >What is an AssertionError? In which case should I throw it from ...
AssertionError is an Unchecked Exception which rises explicitly by programmer or by API Developer to indicate that assert statement fails.
Read more >Guide to Working of AssertionError in Python - eduCBA
An AssertionError exception is raised when the statement of assert fails. BaseException class is the base of all exception classes in Python.
Read more >AssertionError - Manual - PHP
AssertionError is thrown when an assertion made via assert() fails. Class synopsis ¶. class AssertionError extends Error {. /* Inherited properties */.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Plugin bug.
@cculianu this can be closed.