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

Javlibrary not working anymore? #389

Open
arno56 opened this issue Dec 16, 2023 · 4 comments
Open

Javlibrary not working anymore? #389

arno56 opened this issue Dec 16, 2023 · 4 comments

Comments

@arno56
Copy link

arno56 commented Dec 16, 2023

Since yesterday, I am getting this:

WARNING: [Test-JavlibraryCf] Unable reach Javlibrary, enter JAVLibrary cookies and browser useragent to use the scraper

cmdlet Get-CfSession at command pipeline position 1
Supply values for the following parameters:
__cf_bm: 

I've been using it for 2 years without any issues. Until today.
Also tried with different Proxies; same result.

I never needed them, but what kind of data should I provide there?

  "javlibrary.browser.useragent": "",
  "javlibrary.cookie.__cf_bm": "",
  "javlibrary.cookie.cf_clearance": "",
  "javlibrary.cookie.session": "",
  "javlibrary.cookie.userid": "",
  "javdb.cookie.session": "",

Your Environment

  • Module version used: Last version
  • Operating System and PowerShell version: Rocky 9 with last PowerShell version
@zuko7177
Copy link
Contributor

zuko7177 commented Dec 20, 2023

Here's some info on those settings:
#169
https://javinizer.gitbook.io/docs/configuration/settings

javlibrary was not working for me either. However, I just tried it again and it's working. Give it another shot.

@deweez
Copy link

deweez commented Apr 7, 2024

The above happened to me today.

I went into my browser's dev tools to look at the cookie stored for www.javlibrary.com and couldn't find a __cf_bm field, but cf_clearance was available.

Providing the cf_clearance and my browser's User Agent value was enough to scrape the site for values.

@cavalia88
Copy link

The above happened to me today.

I went into my browser's dev tools to look at the cookie stored for www.javlibrary.com and couldn't find a __cf_bm field, but cf_clearance was available.

Providing the cf_clearance and my browser's User Agent value was enough to scrape the site for values.

Where in dev tools do you go about looking for the cf-clearance value and the User Agent value?

@deweez
Copy link

deweez commented Apr 9, 2024

Where in dev tools do you go about looking for the cf-clearance value and the User Agent value?

First, visit www.javlibrary.com to get the cookie.

cf_clearance can be found via the following:
Dev Tools > Application > Left hand menu for Storage > Expand Cookies > Click www.javlibrary.com and it should be listed in the Name column, just copy the value and paste as is

User agent - https://www.whatsmyua.info/

Additionally, I think this problem started the same time I started getting Cloudflare prompts prior to entering the website.

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

4 participants