Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.io.IOException Permission Denied #9

Closed
codaman opened this issue Mar 12, 2021 · 6 comments
Closed

java.io.IOException Permission Denied #9

codaman opened this issue Mar 12, 2021 · 6 comments

Comments

@codaman
Copy link

codaman commented Mar 12, 2021

I always get permission denied error. I don't understand what did I do wrong

String url = "www.youtube.com/watch?v=xxxxx";
try {
VideoInfo streamInfo = YoutubeDL.getInstance().getInfo(url);
System.out.println();
} catch (YoutubeDLException e) {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}

com.bawaviki.youtubedl_android.YoutubeDLException: java.io.IOException: Cannot run program "/data/user/0/xxxxxx/files/youtubedl-android/packages/usr/bin/python": error=13, Permission denied

@subhantariq33
Copy link

Have you found the solution ?

@codaman
Copy link
Author

codaman commented Mar 26, 2021

I could't found the solution yet. I don't understand that I is working on test application but I is not working in my project. I checked permissions

@subhantariq33
Copy link

subhantariq33 commented Mar 26, 2021 via email

@codaman
Copy link
Author

codaman commented Mar 28, 2021

Radio application but also users can search videos and listen it

@codaman
Copy link
Author

codaman commented Apr 7, 2021

yes it is fixed. thank you

@codaman codaman closed this as completed Apr 7, 2021
@subhantariq33
Copy link

subhantariq33 commented Apr 7, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants