zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

'Queue popular apps' not working #31

Closed fhibler closed 4 years ago

fhibler commented 5 years ago

Using latest and fresh install of 'lancache-autofill'

florian@lancacheprimer:~/lancache-autofill$ ./lancache-autofill steam:show-queue
Steam queue is empty
florian@lancacheprimer:~/lancache-autofill$ ./lancache-autofill steam:queue-popular-apps 5
florian@lancacheprimer:~/lancache-autofill$ ./lancache-autofill steam:show-queue
Steam queue is empty

Referencing to #4 No error message shows up, so I guess something has been changed on the API side?

ilumos commented 4 years ago

You're right, Steamspy have stopped returning results. I've removed the option.

tobiasgies commented 4 years ago

HI @ilumos, this seems weird to me – I've just executed ./lancache-autofill steam:queue-popular-apps on a checkout that was a few days out of date and it enqueued the 100 most popular apps. Maybe it was just an intermittent failure on Steamspy's side?

ilumos commented 4 years ago

And they fixed their API 😂

https://steamspy.com/api.php?request=top100in2weeks

I'll re-add this one then...

ilumos commented 4 years ago

Reverted, and better error messages added 👍

Thanks for catching this one