Shazbot / WH3-Mod-Manager

Mod manager for Total War: Warhammer 3, Steam version only
MIT License
107 stars 17 forks source link

Mod's Author column not filled #3

Closed Lobuno closed 1 year ago

Lobuno commented 1 year ago

The column is there, but it is totally blank for all mods.

Shazbot commented 1 year ago

the mod gets the author name by scraping the workshop page, same as mod name is your steam in a browser in another language than english?

firefox_KELDElLX7F I get the author name from Calm&NormalTime's Workshop here.

https://steamcommunity.com/workshop/filedetails/?id=2797285695

Lobuno commented 1 year ago

My Steam client is fully english, also the game. Dunno how can it be related though. Or I don't fully undestand you. Thanks. PS. In my internet broser Steam is also fully english, i.e. all my language options in Steam are ENGLISH.

This is how my mod manager shows:

Captura

Shazbot commented 1 year ago

I scrape the web page for the author name and I wonder if it returns something different if it's returning a page that has a different author format in a language other than English

that's my theory, not sure if that's the cause

Lobuno commented 1 year ago

I don't see how that could be, since everything Steam-related in my PC is in english. But even if that were not the case still I can't find any correlation, since the mod manager is doing it's requests to Steam by it's own, I suppose.

Shazbot commented 1 year ago

ok, can you please paste (right mouse click inside cmd) curl.exe --output out.html --url https://steamcommunity.com/sharedfiles/filedetails/?id=2791241084 in cmd and attach the out.html that gets created

Shazbot commented 1 year ago

Feel free to make a new issue if you still have it and can provide the out.html.