-
-
Notifications
You must be signed in to change notification settings - Fork 63
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] Headerless browser broken #371
Comments
I've updated all dependencies. Please update and try again. |
Hm. I'm still having the same issue on 3.10.3 with the same output on stderr and in the log. |
Is this only for a specific site or all? |
This is for all sites. I'm working on getting chrome installed to see if I have the same issue there. My bet is that it's an issue with the binary webdrivermanager downloads to |
And of course using chrome gives me a completely different error since apparently chrome 113 is far too old. Blah.
|
Okay. Once I got chrome >=114 installed, headerless actually worked. So this error is specific to firefox 114.0 on linux and potentially even more specific than that. What version of firefox do you have installed @Flameish that works for you? |
114.0 on Fedora 38 :) |
Hm. And can you check that you end up using the same
|
Nope, mine is 9ec7106c61fcc56916417baad150ef59 |
So it looks like it's downloading the aarch64 version of geckodriver for me which certainly explains the issue. I tried just deleting
I'm assuming this is an upstream bug with webdrivermanager incorrectly believing my x86_64 install of Void Linux is aarch64. Could you help me file the issue there, please? I'm not fluent in Java. I appreciate you going back and forth with me to debug this. |
I noticed this a few months ago. I'm assuming some dependency changed their api to break Novel-Grabber.
Describe the bug
When the "Use Headerless Browser" option is checked under the "Manual" interface, Novel-Grabber fails to download anything. I have the browser to use set to firefox, and as far as I can tell, no firefox instance is actually started.
If I run the program as
java -jar bin/Novel-Grabber.jar
, I see the following in stderr which I believe probably is the best clue toward the issue:Platform
Logs
The "Log" tab shows:
The text was updated successfully, but these errors were encountered: