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

[BUG] MalformedURLException at previous working website #379

Open
Hanaru03 opened this issue Dec 26, 2023 · 0 comments
Open

[BUG] MalformedURLException at previous working website #379

Hanaru03 opened this issue Dec 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Hanaru03
Copy link

Hanaru03 commented Dec 26, 2023

Hi!

Using the Automatic tab is not working anymore I don't know if it's something that was changed recently on their end =(

Is it possible to check the error if it's not much to ask?

Thank you for your hard work.

LOG:
[2023-12-26T13:40:32] java.net.MalformedURLException: unknown protocol: data
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at grabber.GrabberUtils.getImage(GrabberUtils.java:42)
at grabber.NovelMetadata.setBufferedCover(NovelMetadata.java:83)
at grabber.sources.chrysanthemumgarden_com.getMetadata(chrysanthemumgarden_com.java:155)
at grabber.Novel.check(Novel.java:84)
at gui.GUI.lambda$null$0(GUI.java:270)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

[2023-12-26T13:40:32] java.net.MalformedURLException: unknown protocol: data
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at grabber.GrabberUtils.getFilenameFromUrl(GrabberUtils.java:30)
at grabber.NovelMetadata.setBufferedCover(NovelMetadata.java:84)
at grabber.sources.chrysanthemumgarden_com.getMetadata(chrysanthemumgarden_com.java:155)
at grabber.Novel.check(Novel.java:84)
at gui.GUI.lambda$null$0(GUI.java:270)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

[2023-12-26T13:40:32] java.lang.NullPointerException
at java.io.File.(Unknown Source)
at grabber.GrabberUtils.getFileExtension(GrabberUtils.java:96)
at grabber.NovelMetadata.setBufferedCover(NovelMetadata.java:85)
at grabber.sources.chrysanthemumgarden_com.getMetadata(chrysanthemumgarden_com.java:155)
at grabber.Novel.check(Novel.java:84)
at gui.GUI.lambda$null$0(GUI.java:270)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

@Hanaru03 Hanaru03 added the bug Something isn't working label Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant