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

No longer works, stuck on "Fetching Gallery Pages URL (1/2) ..." #311

Closed
424778940z opened this issue Oct 25, 2024 · 13 comments
Closed

No longer works, stuck on "Fetching Gallery Pages URL (1/2) ..." #311

424778940z opened this issue Oct 25, 2024 · 13 comments
Labels

Comments

@424778940z
Copy link

As title suggests, all downloads stuck on "Fetching Gallery Pages URL (1/2) ...".
Using Chrome 130.0.6723.59
Tested both under Tampermonkey and Violentmonkey

Error in console:

Uncaught TypeError: Cannot read properties of undefined (reading 'split')
    at xhr.onload (E-Hentai Downloader.user.js:13836:58)
@Twilicious
Copy link

Seems they changed some stuff for thumbnail and image loading and broke basically all my scripts.
Here's the changelog: https://forums.e-hentai.org/index.php?showtopic=244935
Here's a sample of the code that was supposedly changed. https://forums.e-hentai.org/index.php?s=&showtopic=199743&view=findpost&p=6559928

@Spenserty
Copy link

Hopefully the Script gets updated

@Hydrapony
Copy link

Hydrapony commented Oct 25, 2024

搜索这一行:

var pagesURL = responseText.split('<div id="gdt">')[1]

改成:

var pagesURL = responseText.split('<div id="gdt"')[1]

就行了

@70338
Copy link

70338 commented Oct 25, 2024

搜索这一行:

var pagesURL = responseText.split('<div id="gdt">')[1]

改成:

var pagesURL = responseText.split('<div id="gdt"')[1]

就行了

試過了仍然有問題,有些圖片網址沒能正確解析下載

@jak543
Copy link

jak543 commented Oct 25, 2024

将           var pagesURL = responseText.split('<div id="gdt">')[1]
修改为    var pagesURL = xhr.responseText.split('<div id="gdt" class="gt200">')[1]

@70338
Copy link

70338 commented Oct 25, 2024

将           var pagesURL = responseText.split('<div id="gdt">')[1]
修改为    var pagesURL = xhr.responseText.split('<div id="gdt" class="gt200">')[1]

還是有Response Error的狀況

@Hydrapony
Copy link

将           var pagesURL = responseText.split('<div id="gdt">')[1]
修改为    var pagesURL = xhr.responseText.split('<div id="gdt" class="gt200">')[1]

還是有Response Error的狀況

Response Error的时候其实已经下载完了,pause然后下载当前已成功的图片,就是完整的文件。具体等作者修吧。

@70338
Copy link

70338 commented Oct 25, 2024

将           var pagesURL = responseText.split('<div id="gdt">')[1]
修改为    var pagesURL = xhr.responseText.split('<div id="gdt" class="gt200">')[1]

還是有Response Error的狀況

Response Error的时候其实已经下载完了,pause然后下载当前已成功的图片,就是完整的文件。具体等作者修吧。

確實檔案都在,感謝兩位

@ccloli
Copy link
Owner

ccloli commented Oct 25, 2024

Should be fixed in v1.35.4, lmk if it works for you.

@Galerd
Copy link

Galerd commented Oct 25, 2024

Should be fixed in v1.35.4, lmk if it works for you.

Worked for me, thank you

@70338
Copy link

70338 commented Oct 25, 2024

Thank you sir!

@Asinin3
Copy link

Asinin3 commented Oct 26, 2024

Works on the dnsev eze branch too. Thanks

@fururebyworks
Copy link

its working, Thank you very much for the quick update.

@ccloli ccloli closed this as completed Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants