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.lang.IllegalArgumentException: state must be Initial #3

Closed
hiteshsarsava opened this issue Dec 14, 2017 · 5 comments
Closed

java.lang.IllegalArgumentException: state must be Initial #3

hiteshsarsava opened this issue Dec 14, 2017 · 5 comments

Comments

@hiteshsarsava
Copy link

at com.marcinmoskala.videoplayview.VideoPlayView$$special$$inlined$observable$2.afterChange(Delegates.kt:58)
at kotlin.properties.ObservableProperty.setValue(ObservableProperty.kt:36)
at com.marcinmoskala.videoplayview.VideoPlayView.setVideoUrl(VideoPlayView.kt)
at com.one.vipl.adapters.AdpFeeds.onBindViewHolder(AdpFeeds.java:156)
at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6508)
at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6541)
at android.support.v7.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:5484)
at android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:5750)
at android.support.v7.widget.GapWorker.prefetchPositionWithDeadline(GapWorker.java:285)
at android.support.v7.widget.GapWorker.flushTaskWithDeadline(GapWorker.java:342)
at android.support.v7.widget.GapWorker.flushTasksWithDeadline(GapWorker.java:358)
at android.support.v7.widget.GapWorker.prefetch(GapWorker.java:365)
at android.support.v7.widget.GapWorker.run(GapWorker.java:396)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)

@MarcinMoskala
Copy link
Owner

You cannot change video url when view is already running. Library is not supporting such case.
Although library can be improved to accept it.

@mcbenjemaa
Copy link

i'm already with this issue

@midhilajm
Copy link

Without providing solution why this issue closed?

@ImranAdil
Copy link

where is solution bro??

@iamjpsharma
Copy link

How to clear video url to play new video

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

6 participants