-
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
WARNING: [Javinizer] Unable reach Javlibrary, enter websession/cookies to use the scraper #169
Comments
I have tried changing the javlibrary.baseurl setting to http://n53i.com, still getting the same error message. Can you provide more detailed instructions on copying the cookie contents and user agent details? It's not very clear from your instructions |
@cavalia88 Can you try setting the Basically you want to access javlibrary.com (or whatever your Though I did just try it right now and javlibrary isn't giving me the proper cookies in the browser. It's possible that Cloudflare is now properly detecting legitimate (browser) vs bot (javinizer) traffic and isn't providing the cookies in the browser... EDIT: If the proper cookies aren't showing up, try deleting the
|
Thank you for the clarification. I realized what the initial problem was on my side. I updated the Javinizer version to the latest version, but was amending the settings file of the earlier version. Changing the javlibrary.baseurl setting to http://n53i.com works now for me When Javinizer updates to a new version, the old settings are not automatically migrated? We need to manually bring the settings over? I'm using the CLI version via Powershell on Windows 10 |
Glad it's working for you now! If you use the native PowerShell method, |
It seems like n53i.com now have cloudflare as well, and I've been trying to fill the cookies values from javlibrary while on it's baseurl + cookies value from n53i while using it's baseurl as well but both has been failing consistently with errors that shows i need to input captcha |
@damenootoko I'm using the default HTTPS javlibrary site to get the cookies and it's still working for me. Make sure when you paste your browser useragent it's all on a single line. I noticed when copying from google it gets separated into 2 lines so you'll need to paste it somewhere first and copy it again if you're using that method. |
Same here, n53i.com no longer works. Does Javinizer allow scraping from other websites? Or it currently only works with Javlibrary? Since Javlibrary is causing so many issues, thought it may be better if i switch to another website. |
@cavalia88 Yes, you can disable the javlibrary scraper completely and set your metadata priorities to any scraper of your choice. Open the settings via the commandline by using |
I found an issue where not using the E.g. running |
I ran into this issue because I was using |
Looks like this one is happening again. Started a week ago. Have tried the options but my cookies for the JAVLibrary site do not match what the tool needs, and the mirrors either ask for cookie https://www.n53i.com info or dont seem to work (https://www.b49t.com) Has anyone got this to work? |
Load the site (www.o58c.com) in an incognito browser window (chrome) to generate the full list of cookies. Even after clearing cookies and site data in a normal tab, I couldn't get all the cookies until I did this. Should say there are 9 cookies. You will need to select cookies under o58c.com and www.o58c.com directories as the required info is spread across both entries. |
Having this issue again. I've tried all the different solutions in this thread but I cannot get any of the various mirrors suggested here to give me the cookies that Javinizer wants. Another thing that is strange is that if I run the CLI Javinizer multiple times, it will intermittently sometimes be able to scrape one or two movies (that it had given an error for previously.) |
UPDATE: using a VPN while scraping seems to have fixed the issue. Turn off VPN, error again. Turn on VPN, works again. I think if you are sorting a large number of files, cloudflare may eventually decide to require additional security from your IP address. What is strange about this is that Javlibrary works perfectly normally in my normal web browsers. |
Cannot locate all cookie values. Have tried Firefox, Chrome and Edge. Are there other workarounds? |
Having this issue in the current version; none of the backup websites seem to be online. Javinizer asks for __cf_bm, cf_clearance and UserAgent. I do see the cf_clearance cookie, but the __cf_bm cookie seems not to be visible. Any ideas? |
@ssssionsimon I updated the post to provide the latest instructions on how to fix the javlibrary scraper. |
@jvlflame i have followed your instructions and have flaresolverr running in windows. I have specified the right host in the 3 public powershell scripts. If i run the powershell command on the flaresolverr github to test, it works fine and solves the challenge. But when i try to sort it cant seem to solve the challenge.
Command line sort: Running test from same machine in powershell using the following command block works fine and shows results. irm -UseBasicParsing 'http://10.10.1.60:8191/v1' -Headers @{"Content-Type"="application/json"} -Method Post -Body $body`
|
@androo00 Did you update to the latest flaresolverr version v3.3.20? You could also try removing all flaresolverr instances where it's setting |
@jvlflame weird.... it works now. Im guessing you wrote that up when it was version 3.3.19. Updated to 3.3.20 which was released today and it works. Thanks for bringing it to my attention. And thanks for all the work you put into this |
@jvlflame I'm getting the same error as @androo00 and I'm using the latest FlareSolverr which is v3.3.21. From FlareSolverr:
From Javinizer:
Any suggestions on how I could fix this? |
FlareSolverr doesn't work for anyone at the minute as cloudfare has pushed another update but FlareSolverr team are working on it so it'll take sometime. |
Updated June 16 2024
Join the discord server for support: https://discord.gg/Pds7xCpzpc
Download the updated files: >> 2.5.17_-_v1.01.zip <<
Instructions for both CLI and GUI
1. Open the javinizer powershell module directory with CLI command
Javinizer -OpenModule
2. Download the updated script files in the attached
2.5.17.zip
and extract the files DIRECTLY into the module folder and replace all existing files3a. Install and run the flaresolverr application. If you modify the port or need to access the flaresolverr API from a different address, take note of it for the next step. https://github.com/FlareSolverr/FlareSolverr
3b. If you set flaresolverr to a different port or address from its default, open up the files
Public/Get-JavlibraryUrl.ps1
,Public/Get-JavlibraryData.ps1
andPublic/Javinizer.ps1
and update the$FLARESOLVERR_URL
variable to point to the correct URL and save.Check that the
scraper.movie.javlibrary
(or whichever language) setting is enabled and that javlibrary is added into your scraper metadata settingsSet the
throttlelimit
setting to 1. The scraper may break often if it is greater than 1.Test that javlibrary scraper is working in the CLI. View your flaresolverr logs to check that it is solving the cloudflare challenges.
Instructions for GUI (Windows)
Folllow the CLI and GUI instructions above to extract the updated files to your module directory
Open PowerShell 7 in administrator mode and run the following to replace your current GUI installation
Javinizer -InstallGUI -Force
Open the GUI and confirm that scraping works
Javinizer -OpenGUI
Instructions for GUI and CLI (Docker)
Find the javinizer module path inside the container. In most cases it will be
/root/.local/share/powershell/Modules/Javinizer/2.5.17
. If not, enter PowerShell usingpwsh
and run(Get-InstalledModule).InstalledLocation
.Use
curl
(or alternative) to download the2.5.17.zip
file below into the container and copy the contents fromPrivate
andPublic
into their respective directories in the module folder.If you want to update the GUI, copy and replace the
javinizergui.ps1
file from underUniversal/Repository
in the zip file intohome/data/Repository/javinizergui.ps1
You may need to restart the container to propagate changes. (You will need to repeat these steps if you delete/reinstall the container)
The text was updated successfully, but these errors were encountered: