You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading a video duration, a NullPointerException is thrown:
java.lang.NullPointerException
at model.Video.retrieveDuration(Video.java:295)
at controller.tasks.RssReader.call(RssReader.java:139)
at controller.tasks.RssReader.call(RssReader.java:27)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:844)
The text was updated successfully, but these errors were encountered:
When reading a video duration, a NullPointerException is thrown:
The text was updated successfully, but these errors were encountered: