Official-Husko / NN-Downloader

Easily download all of your favorite Naughty images from multiple sites.
Mozilla Public License 2.0
47 stars 8 forks source link

[BUG] There is an issue with the pages setting in Rule 34 #42

Closed Akemi-Madoka closed 1 month ago

Akemi-Madoka commented 1 month ago

Select rule34 and enter tags blue_archive+pregnant bad! image

Manually using API https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=1&limit=100&json=1&tags=blue_archive+pregnant ok!

and!

https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=1&limit=1000&json=1&tags=blue_archive+pregnant bad! https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=0&limit=1000&json=1&tags=blue_archive+pregnant ok!

Then check the source code image

I think the page parameter of rule34 should start from 0. The current mechanism causes any number of tags less than 1000 to be zero

Official-Husko commented 1 month ago

God damnit. Thank you for the report. i will solve this tomorrow once I'm back from work.

Official-Husko commented 1 month ago

After some testing the issue seems to be that you added a "+" between tag 1 and 2. If removed it works fine. Additionally the tags you provided with the "+" doesn't work using the manual api endpoints. Try it without that and report back the status please.

Official-Husko commented 1 month ago

@Akemi-Madoka Try this build and see if it fixes your issue. Additionally as said above do not include the + in your tags. nn-downloader-windows.zip

Akemi-Madoka commented 1 month ago

After some testing the issue seems to be that you added a "+" between tag 1 and 2. If removed it works fine. Additionally the tags you provided with the "+" doesn't work using the manual api endpoints. Try it without that and report back the status please.

There is no problem with '+'

https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=0&limit=1000&json=1&tags=blue_archive+pregnant num 367

https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=0&limit=1000&json=1&tags=blue_archive%20pregnant num 367

https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=1&limit=1000&json=1&tags=blue_archive+pregnant num 0

https://api.rule34.xxx/index.php?page=dapi&s=post&q=index&pid=1&limit=1000&json=1&tags=blue_archive%20pregnant num 0

Akemi-Madoka commented 1 month ago

@Akemi-Madoka Try this build and see if it fixes your issue. Additionally as said above do not include the + in your tags. nn-downloader-windows.zip

image

good!

Although the quantity seems to be a little more.. Perhaps it's because there are configured exclusion items in my browser cookie

Akemi-Madoka commented 1 month ago

@Akemi-Madoka尝试此版本,看看它是否能解决您的问题。此外,如上所述,不要在标签中包含 +。nn -downloader-windows.zip

sorry, Frequent occurrence of the following problems: image [!] An error occured while downloading from rule34! Please report this. Exception: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2559)

This may not have much to do with the previous issue, but I still hope that this problem can be resolved.. Perhaps it's a version issue with OpenSSL?

Official-Husko commented 1 month ago

@Akemi-Madoka尝试此版本,看看它是否能解决您的问题。此外,如上所述,不要在标签中包含 +。nn -downloader-windows.zip

sorry, Frequent occurrence of the following problems: image [!] An error occured while downloading from rule34! Please report this. Exception: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2559)

This may not have much to do with the previous issue, but I still hope that this problem can be resolved.. Perhaps it's a version issue with OpenSSL?

I have never encountered an ssl issue with any of my projects. Are you using any proxies? either in the tool itself with the inbuilt function or a third party proxy.

Akemi-Madoka commented 1 month ago

@Akemi-Madoka尝试此版本,看看它是否能解决您的问题。此外,如上所述,不要在标签中包含 +。nn -downloader-windows.zip

sorry, Frequent occurrence of the following problems: image [!] An error occured while downloading from rule34! Please report this. Exception: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2559) This may not have much to do with the previous issue, but I still hope that this problem can be resolved.. Perhaps it's a version issue with OpenSSL?

I have never encountered an ssl issue with any of my projects. Are you using any proxies? either in the tool itself with the inbuilt function or a third party proxy.

yes,I am using a network proxy, otherwise I cannot access rule34. Perhaps this issue is not particularly important, as there is an R34Downloader as an alternative...

Official-Husko commented 1 month ago

@Akemi-Madoka尝试此版本,看看它是否能解决您的问题。此外,如上所述,不要在标签中包含 +。nn -downloader-windows.zip

sorry, Frequent occurrence of the following problems: image [!] An error occured while downloading from rule34! Please report this. Exception: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2559) This may not have much to do with the previous issue, but I still hope that this problem can be resolved.. Perhaps it's a version issue with OpenSSL?

I have never encountered an ssl issue with any of my projects. Are you using any proxies? either in the tool itself with the inbuilt function or a third party proxy.

yes,I am using a network proxy, otherwise I cannot access rule34. Perhaps this issue is not particularly important, as there is an R34Downloader as an alternative...

If you are using a third party proxy then please make sure to disable the inbuilt proxy system. Additionally maybe try to use the unbuilt ones with your external one disabled.

Official-Husko commented 1 month ago

Has this issue been resolved? If so please close it.

thejason-bugged commented 1 month ago

I do not have as much information to give, but I had the exact same issue with any combo of tags

anything plus Jade_Harley isn't working, and doesn't load, examples used were searching Jade_Harely Jade_Harley futanari and Jade_Harley angstrom

I am behind no proxies or marks of the sort, but using the version you posted in this issue did fix my problem and let them download no problem.

Official-Husko commented 1 month ago

I do not have as much information to give, but I had the exact same issue with any combo of tags

anything plus Jade_Harley isn't working, and doesn't load, examples used were searching Jade_Harely Jade_Harley futanari and Jade_Harley angstrom

I am behind no proxies or marks of the sort, but using the version you posted in this issue did fix my problem and let them download no problem.

So you had the same issue but the latest update has fixed it?