PermissionError: [Errno 13] Permission denied: '/df5ad16d5d31ba740ea74ed03e5e4478.bip70'
Open
Nobody has claimed this yet.
- 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
File "/usr/lib/python3/dist-packages/electrum/gui/qt/main_window.py", line 2041, in do_export
with open(fn, 'wb') as f:
PermissionError: [Errno 13] Permission denied: '/df5ad16d5d31ba740ea74ed03e5e4478.bip70'
Reporter
This issue was reported by 1 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 3.3.8 | 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] | Linux-5.6.0-2-amd64-x86_64-with-debian-10.4 | standard | en_US | ℹ |
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 in electrum/gui/qt/main_window.py at do_export, specifically the open call at line 2041, and inspect the export flow for the .bip70 path. Reproduce the reported permission failure on the listed Linux/Python setup if possible; done should mean the export failure has a defined, tested outcome without this crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100