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

PlayList Task Error #18

Open
bewuluck0912 opened this issue Aug 24, 2019 · 0 comments
Open

PlayList Task Error #18

bewuluck0912 opened this issue Aug 24, 2019 · 0 comments

Comments

@bewuluck0912
Copy link

LogCat:

java.lang.IllegalStateException: Cannot execute task: the task has already been executed (a task can be executed only once)
at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:596)
at android.os.AsyncTask.execute(AsyncTask.java:551)
at com.teocci.ytinbg.youtube.YouTubePlaylistLoader.acquire(YouTubePlaylistLoader.java:87)
at com.teocci.ytinbg.ui.fragments.PlaylistFragment.searchPlaylists(PlaylistFragment.java:116)
at com.teocci.ytinbg.ui.fragments.PlaylistFragment.lambda$onCreateView$0$PlaylistFragment(PlaylistFragment.java:93)
at com.teocci.ytinbg.ui.fragments.-$$Lambda$PlaylistFragment$wGvuBTJd9fk-I63HAKgRQ0TE7dU.onRefresh(lambda)

public void acquire()
{
this.execute();
}

@bewuluck0912 bewuluck0912 changed the title PlayList Tast Error PlayList Task Error Aug 24, 2019
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

1 participant