AttributeError: 'NoneType' object has no attribute 'endswith'
See original GitHub issueCrash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
File "site-packages\electron_cash-4.0.12-py3.6.egg\electroncash\util.py", line 766, in run_with_except_hook
File "site-packages\electron_cash-4.0.12-py3.6.egg\electroncash\network.py", line 1463, in run
File "site-packages\electron_cash-4.0.12-py3.6.egg\electroncash\network.py", line 1436, in wait_on_sockets
File "site-packages\electron_cash-4.0.12-py3.6.egg\electroncash\network.py", line 856, in process_responses
AttributeError: 'NoneType' object has no attribute 'endswith'
Reporter
This issue was reported by 2 user(s):
Electron Cash Version | Python Version | Operating System | Wallet Type | Locale |
---|---|---|---|---|
4.0.12 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.18362-SP0 | standard | en_US |
3.6.1 | 3.6.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-4.15.0-74-generic-x86_64-with-debian-buster-sid | slp_standard | en_US |
Additional Information
computer ran out of memory, i don’t think electon cash had anything it could do. i wasn’t actively working in the wallet, it was just running in the background. if you need anything i’m at kharri1073@gmail.com
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
AttributeError: 'NoneType' object has no attribute 'endswith'
1 Answer 1 · The problem is in the last but one entry: either params.dir or params.file is None , not the last...
Read more >AttributeError 'NoneType' object has no attribute 'endswith' #610
Describe the bug Getting the following error message when running taskcat test run [ERROR ] : AttributeError 'NoneType' object has no ...
Read more >'NoneType' object has no attribute 'endswith' " trying to say?
You're trying to use the .endswith() method on a None type object, which means the object you're trying to use it on probably...
Read more >AttributeError: 'NoneType' object has no attribute 'endswith ...
AttributeError : 'NoneType' object has no attribute 'endswith' when running "mach try fuzzy".
Read more >AttributeError: 'NoneType' object has no attribute 'endswith'
... exception=AttributeError("'NoneType' object has no attribute 'endswith'")> Traceback (most recent call last): File ...
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
Update: I have released a new version of Fulcrum that works around this quirk in Electron Cash and notified all the server admins to update. Most of them have already updated. Hopefully after they all update we will never see this again in the crash reporter.
It looks like this happened to @kharri1073 today with Electron Cash 3.6.1 on Linux, which is a relatively old version. But it happened to someone else 10 days ago with Electron Cash 4.0.12 on Windows.