Closed jukebox1412 closed 4 years ago
Also there's a workaround to the second issue I mentioned, just put &next=<#> into the tags and you'll be able to pull the page
I fixed a bunch of issues with Sankaku paging system in 6.0.3, can you give it a try?
Also, if you're logged in the max page should be 50, not 25. Did you provide your credentials in Grabber source settings?
However, if I replace the 'next' attribute to 6514530 instead of 5190595, it displays the correct images. I got this from going into Sankaku's website and actually clicking the next button to get to page 25 from page 24.
If you're going from a high page to its previous (for example 137 to 136) what will be set is the prev
parameter. The next
parameter is used when going from a low page to a higher one (for example 136 to 137).
It crashes instead.
Can you reproduce this crash on v6.0.3 then upload your crash dump? You can find them in C:/Users/%USERNAME%/AppData/Local/Bionus/Grabber/crashes
(note that I'm only interested in 6.0.3 dumps, not 6.0.2).
It will allow me to investigate the root of the issue.
Seems that the original problem has been fixed.
Also with 6.0.3, I've found that I can get past page 25+ without using the &next=
What steps will reproduce the problem?
Find some user with more than 26 pages of favorites on chan.sankaku and search using their username e.g. 'fav:jukebox1412' NSFW warning
Go to page 26 of the search results (which is also broken and only shows the top 4 most popular)
Go to page 25
What is the expected behavior? What do you get instead?
I expect it to go to page 25. It crashes instead.
How often does this problem occur? On which sources?
Always. Other sources are not reproducible as I do not have an account on other image boards.
What version of the program are you using? On what operating system?
6.0.2 Windows 10 x64
Please provide any additional information below
I've noticed that when going to page 25 and above for favorites in Sankaku, the only images loaded are the top 4 most popular images at that time. Following the link to Sankaku will lead me to a url such as this:
NSFW WARNING https://chan.sankakucomplex.com/post/index?next=5190595&tags=fav:jukebox1412%20-video
However, if I replace the 'next' attribute to 6514530 instead of 5190595, it displays the correct images. I got this from going into Sankaku's website and actually clicking the next button to get to page 25 from page 24. https://chan.sankakucomplex.com/post/index?next=6514530&tags=fav:jukebox1412%20-video
Also, if I choose to use the URL https://chan.sankakucomplex.com/?tags=fav%3Ajukebox1412&page=26 while logged in to the site I can avoid the
next
attribute on browser. However, I this only works if I'm logged into to the site.