TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Possibly get unlisted mod info #371

Closed thakyZ closed 2 years ago

thakyZ commented 4 years ago

Right now if you add a unlisted mod to the server mod list, it will display nothing for it's name. Possibly figure out how to fetch the information and get it, since its seemingly possible.

kippandrew commented 3 years ago

Also having this issue. It's pretty annoying.

kippandrew commented 3 years ago

I did a little testing on this. It seems the Steam WebAPI does not allow fetching data on unlisted workshop items by unauthenticated users.

thakyZ commented 2 years ago

Well, I do know it is not able to, but what I have done personally as a workaround with other apps that get workshop collections, is parse the webpage's HTML when it's unlisted.