AttributeError: 'ElectrumWindow' object has no attribute 'slp_amount_e'
See original GitHub issueCrash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
File "/Users/calin/src/ec/ec-slp/gui/qt/main_window.py", line 1721, in spend_max
self.do_update_fee()
File "/Users/calin/src/ec/ec-slp/gui/qt/main_window.py", line 1866, in do_update_fee
if not self.slp_amount_e.get_amount():
AttributeError: 'ElectrumWindow' object has no attribute 'slp_amount_e'
Reporter
This issue was reported by 1 user(s):
Electron Cash Version | Python Version | Operating System | Wallet Type | Locale |
---|---|---|---|---|
3.4.13 | 3.6.8 (default, Dec 30 2018, 13:01:55) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)] | Darwin-17.7.0-x86_64-i386-64bit | slp_standard,imported_privkey | en_US |
Additional Information
Calin here:
- Loaded imported wallet (non-SLP)
- Tried to send some funds in send tab by right-clicking coin in coins tab -> spend
- entered an address
- hit “max”, got this crash
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
AttributeError: '' object has no attribute '' - python - Stack Overflow
Your NewsFeed class instance n doesn't have a Canvas attribute. If you want to pass the Canvas defined in your Achtergrond class instance ......
Read more >'Window' object has no attribute '_progSignedTexFont' - Builder
I keep getting the error AttributeError: 'Window' object has no attribute '_progSignedTexFont' ################ Experiment ended with exit ...
Read more >From cumm: AttributeError: 'BuildMeta' object has no attribute ...
Running into this problem when importing spconv.
Read more >AttributeError: 'MultivariateSample' object has no attribute 'train'
While running the python code that is available in the linkclient-libraries-multivariate , i got the below error in "Run the Application" area.
Read more >AttributeError: 'NoneType' object has no attribute 'call' on ...
Hello, I'm at a loss to explain why this flow fails and succeeds at the same time… It only consists in triggering a...
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
@cculianu you can close this, its handled ^
probably, I have tested the other wallet types more extensively and never saw this. I’ll check it out.