question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'ElectrumWindow' object has no attribute 'slp_amount_e'

See original GitHub issue

Crash 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:

  1. Loaded imported wallet (non-SLP)
  2. Tried to send some funds in send tab by right-clicking coin in coins tab -> spend
  3. entered an address
  4. hit “max”, got this crash

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jcramercommented, Jun 7, 2019

@cculianu you can close this, its handled ^

1reaction
jcramercommented, Jun 4, 2019

probably, I have tested the other wallet types more extensively and never saw this. I’ll check it out.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found