Permission error
See original GitHub issueDescribe the bug Cannot start recording
Log
shows toast :No permission for android.permission.WRITE_EXTERNAL_STORAGE
on pressing start button.
Can it be reproduced in demo app installed this apk on physical device got error.
HBRecorder version 2.0.1
Device information
- Samsung M30 (Android 10)
Screenshot |
---|
![]() |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
PermissionError: [Errno 13] in Python - Stack Overflow
Test is a folder, the Document im following reads i can open a text doc using the following syntax a_file = open('E:\Python Win7-64-AMD...
Read more >PermissionError: [Errno 13] Permission denied error solved
The error "PermissionError: [Errno 13] Permission denied error" often occurs when the file you are trying to read from or write to is...
Read more >Python PermissionError: [errno 13] permission denied Solution
A PermissionError indicates that Python does not have the right permissions to access a file. Let's check the permissions of our file. We...
Read more >Error: Permission denied (publickey) - GitHub Docs
A "Permission denied" error means that the server rejected your connection. There could be several reasons why, and the most common examples are...
Read more >5 Ways to Fix Python Permission Denied Error in Windows 11
One of the main causes of PermissionError: [Errno 13] Permission denied is because Python is trying to open a folder as a 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 Free
Top 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
Yes, its working now. Thank a lot for the quick response and fix. Really appreciate it.
I found the issue. I will update the library in the next 30 minutes.