FileNotFoundError: [WinError 53] Der Netzwerkpfad wurde nicht gefunden: '\\\\urmel\\backup\\electrum\\my_wallet_stp'
Open
Nobody has claimed this yet.
topic-walletstorage 💾
- Dominant language
- Python
- Stars
- 8.6k
- Forks
- 3.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 61
Description
Crash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
Traceback (most recent call last):
File "ntpath.py", line 647, in realpath
FileNotFoundError: [WinError 53] Der Netzwerkpfad wurde nicht gefunden: '\\\\urmel\\backup\\electrum\\my_wallet_stp'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "electrum\gui\qt\main_window.py", line 3186, in closeEvent
File "electrum\gui\qt\main_window.py", line 3213, in clean_up
File "electrum\gui\qt\__init__.py", line 386, in close_window
File "electrum\daemon.py", line 528, in stop_wallet
File "concurrent\futures\_base.py", line 439, in result
File "concurrent\futures\_base.py", line 388, in __get_result
File "electrum\daemon.py", line 532, in _stop_wallet
File "electrum\util.py", line 474, in standardize_path
File "ntpath.py", line 651, in realpath
File "ntpath.py", line 601, in _getfinalpathname_nonstrict
FileNotFoundError: [WinError 53] Der Netzwerkpfad wurde nicht gefunden: '\\\\urmel\\backup\\electrum\\my_wallet_stp'
FileNotFoundError: [WinError 53] Der Netzwerkpfad wurde nicht gefunden: '\\\\urmel\\backup\\electrum\\my_wallet_stp'
Reporter
This issue was reported by 5 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 4.1.5 | 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] | Windows-10-10.0.19041-SP0 | 2fa | de_DE | ℹ |
| 4.1.5 | 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] | Windows-10-10.0.19041-SP0 | standard | de_AT | ℹ |
| 4.3.4 | 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:24:45) [MSC v.1929 32 bit (Intel)] | Windows-10-10.0.22621-SP0 | pt_BR | ℹ | |
| 4.4.5 | 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:24:45) [MSC v.1929 32 bit (Intel)] | Windows-10-10.0.19045-SP0 | standard | en_GB | ℹ |
| 4.4.5 | 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:24:45) [MSC v.1929 32 bit (Intel)] | Windows-10-10.0.19045-SP0 | standard | en_GB | ℹ |
Additional Information
The reporting user(s) did not provide additional information.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with electrum/gui/qt/main_window.py and follow the closeEvent and clean_up calls into electrum/daemon.py and electrum/util.py, especially standardize_path. Use the reported Windows network path and traceback to understand the failure during wallet shutdown. Done should mean closing a wallet with an unavailable network path no longer produces this crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100