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
When you search something and do another search in the same tab before waiting for all the thumbnails to load, the later search will stuck at "Loading page `source url here`"
For an example, if you search 'A' and again search 'B' (in the same tab) before all the thumbnails from search 'A' loads, search 'B' wont show any result at all.
There are no specific sources that this issue is unique to, it will work on any source afaik. (I tested some sources and all gave the same results)
Steps to reproduce
1. Search anything that gives results. 2. Wait till the loading statuses of the thumbnails show up in the tab. 3. Then before all the thumbnails loads do another search in the same tab. 4. You can see the new search won't show any results.
(at 1st step empty search is ok too, if all the thumbnails loads instantly it won't work, in 3rd step its ok if there's some of the thumbnails that are loaded btw, if there's any of the thumbnails that are currently loading issue will reproduce)
Expected behavior
Well of course the expected behavior is the new search should show some response in the window.
Context
Guess this might help in some way to debug the problem. main.log
Yes after some more investigation it seems to be an issue with the networking code, where if a request was aborted before it's even started, it would lock one of the simultaneous download slots and never releasing it. I'm working on a fix.
Not sure which progress bar you're talking about though? You mean the greyed out buttons?
Yes after some more investigation it seems to be an issue with the networking code, where if a request was aborted before it's even started, it would lock one of the simultaneous download slots and never releasing it. I'm working on a fix.
Not sure which progress bar you're talking about though? You mean the greyed out buttons?
There is a progress bar at the bottom in search tabs which comes up. I assume, it shows the initial source hits for the page as the number of steps equals the number of sources. Nowadays we have such fast connections that it only comes up for an instant.
Bug description
When you search something and do another search in the same tab before waiting for all the thumbnails to load, the later search will stuck at "Loading page `source url here`"
For an example, if you search 'A' and again search 'B' (in the same tab) before all the thumbnails from search 'A' loads, search 'B' wont show any result at all.
There are no specific sources that this issue is unique to, it will work on any source afaik. (I tested some sources and all gave the same results)
Steps to reproduce
1. Search anything that gives results.
2. Wait till the loading statuses of the thumbnails show up in the tab.
3. Then before all the thumbnails loads do another search in the same tab.
4. You can see the new search won't show any results.
(at 1st step empty search is ok too, if all the thumbnails loads instantly it won't work, in 3rd step its ok if there's some of the thumbnails that are loaded btw, if there's any of the thumbnails that are currently loading issue will reproduce)
Expected behavior
Well of course the expected behavior is the new search should show some response in the window.
Context
Guess this might help in some way to debug the problem. main.log
here's a part of the log,
as u can see in the second search, it gets stuck at
"Loading page"
System information
The text was updated successfully, but these errors were encountered: