Skip to content

Error: EACCES: permission denied on Android 13. #50

@vipulpurohit

Description

@vipulpurohit

While starting server I'm getting the following error:
`node:internal/fs/utils:345
throw err;
^

Error: EACCES: permission denied, open '/storage/emulated/0/JTVServer/index.js'
at Object.openSync (node:fs:585:3)
at Object.readFileSync (node:fs:453:35)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1122:18)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
errno: -13,
syscall: 'open',
code: 'EACCES',
path: '/storage/emulated/0/JTVServer/index.js'
}`

All permissions are already granted:
Screenshot_20230311-215041_Permission controller

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions