SteamDiscoveryQueueAutoSkipper icon indicating copy to clipboard operation
SteamDiscoveryQueueAutoSkipper copied to clipboard

Discovery Queue Reward Detection/Prompt Doesn't Work Anymore

Open PotcFdk opened this issue 1 year ago • 3 comments

There is detection code for checking if processing a queue will yield trading cards:

https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/blob/2763bebcb70049e1c70e8de570ef3056f614cca5/SteamDiscoveryQueueAutoSkipper.user.js#L320-L336

It checks if getQueueCount returns > 0. getQueueCount tries to find a subtext class tag, which doesn't exist anymore:

https://github.com/PotcFdk/SteamDiscoveryQueueAutoSkipper/blob/2763bebcb70049e1c70e8de570ef3056f614cca5/SteamDiscoveryQueueAutoSkipper.user.js#L111-L143

This seems to be broken as Valve changed the website probably some time throughout this year.

PotcFdk avatar Dec 17 '24 13:12 PotcFdk

Maybe Valve changed discovery queue system 2024 winter sale.

deuxdoom avatar Dec 20 '24 16:12 deuxdoom

discovery queue is now a popup for me

image

sigma67 avatar Dec 27 '24 18:12 sigma67

Yes, it seems like there are now two forms of discovery queues. The old one at the old url still worked the last time I tried it, but the new one requires new logic. Since this issue is about the detection/prompt, support for the new queue form will be tracked in #16.

PotcFdk avatar Jan 13 '25 13:01 PotcFdk