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

youtube issues #102

Closed
realspinelle opened this issue Sep 24, 2024 · 1 comment
Closed

youtube issues #102

realspinelle opened this issue Sep 24, 2024 · 1 comment

Comments

@realspinelle
Copy link

hey im putting youtube urls on my server using waterframes
i get this error
( also for information its random it works sometimes )

me.srrapero720.watermedia.api.url.fixers.URLFixer$FixingURLException: Failed to fix URL https://www.youtube.com/watch?v=y1lKVzrD5hk
	at me.srrapero720.watermedia.api.url.fixers.YoutubeFixer.patch(YoutubeFixer.java:83) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	at me.srrapero720.watermedia.api.url.UrlAPI.fixURL(UrlAPI.java:52) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	at me.srrapero720.watermedia.api.url.UrlAPI.fixURL(UrlAPI.java:30) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	at me.srrapero720.watermedia.api.image.ImageFetch.run(ImageFetch.java:75) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "me.lib720.kiulian.downloader.model.videos.VideoInfo.details()" because "videoInfo" is null
	at me.srrapero720.watermedia.api.url.fixers.YoutubeFixer.patch(YoutubeFixer.java:41) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	... 9 more
[23:33:21] [ImageFetch-Worker-1/ERROR]: An exception occurred while loading image
java.lang.IllegalArgumentException: Invalid URL
	at me.srrapero720.watermedia.api.image.ImageFetch.run(ImageFetch.java:76) ~[watermedia-2.0.71.jar%23490!/:2.0.71]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]```
@SrRapero720
Copy link
Member

duplicated/related to #90

@SrRapero720 SrRapero720 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 2024
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