You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title suggests, I'm having an issue where the search method is always returning the default page of search results, 1. I'm attempting to use the search method to jump to the 3rd page of the search results. Which is what I assume the page argument is for...
Enma version: 2.2.1
Python version: 3.12
OS: Windows 10 (Though I'm using bash for windows)
Source: This is happening while using the nHentai source. I haven't tested with any other sources.
The printed object (sorry, I didn't take the time to make it prettier. It's late.):
Second print result: Output: 1
This will always be the case. No matter what number I supply to the page argument, it is always returned as 1.
That's the only issue, everything else works perfectly fine. I'm able to search, view and download everything. I just need to get this search pagination implemented and I'll be golden ponyboy!
Please let me know if I'm misunderstanding what the page parameter is supposed to be used for, as this could very well be a layer 8 issue. However, if that's the case and this always returns 1 then I don't really see why it's a required value.
Thank you so much for this library and all the hard work put into it!
The text was updated successfully, but these errors were encountered:
Hello, thanks for reporting. This is a bug indeed. page property represents the source pagination value. That means that the page must match the source current pagination number.
As the title suggests, I'm having an issue where the search method is always returning the default page of search results, 1. I'm attempting to use the search method to jump to the 3rd page of the search results. Which is what I assume the page argument is for...
Enma version: 2.2.1
Python version: 3.12
OS: Windows 10 (Though I'm using bash for windows)
Source: This is happening while using the nHentai source. I haven't tested with any other sources.
My code:
The printed object (sorry, I didn't take the time to make it prettier. It's late.):
Second print result:
Output: 1
This will always be the case. No matter what number I supply to the page argument, it is always returned as
1
.That's the only issue, everything else works perfectly fine. I'm able to search, view and download everything. I just need to get this search pagination implemented and I'll be golden ponyboy!
Please let me know if I'm misunderstanding what the
page
parameter is supposed to be used for, as this could very well be a layer 8 issue. However, if that's the case and this always returns 1 then I don't really see why it's a required value.Thank you so much for this library and all the hard work put into it!
The text was updated successfully, but these errors were encountered: