jshackles / idle_master

Get your Steam Trading Cards the Easy Way
GNU General Public License v2.0
1.54k stars 561 forks source link

Badge page didn't load #291

Open tw0f1sh opened 6 years ago

tw0f1sh commented 6 years ago

since some days i got the error loop "Badge page didn't load". Set the privacy from my profile to public didnt help. Profile URL is correct, i just censored it

here the error log: ``08.05.2018 08:28:18 Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/7656119xxxxxxxx System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 08.05.2018 08:28:28 Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/7656119xxxxxxxx System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext()

Amorano commented 6 years ago

Same result. No longer works.

5/9/2018 9:48:29 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 5/9/2018 9:48:40 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 5/9/2018 9:48:50 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 5/9/2018 9:49:01 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 5/9/2018 9:49:12 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext() 5/9/2018 9:49:22 AM Badge -> LoadBadgesAsync, for profile = http://steamcommunity.com/profiles/76561198027397440 System.NullReferenceException: Object reference not set to an instance of an object. at IdleMaster.frmMain.ProcessBadgesOnPage(HtmlDocument document) at IdleMaster.frmMain.d23.MoveNext()

JonasNilson commented 6 years ago

You can try to update Steamworks.NET, it seems to help with certain issues.

I have bundled the latest version of Steamworks.NET with my own fork of Idle Master, feel free to try it out: https://github.com/JonasNilson/idle_master_extended/releases

whispertante commented 6 years ago

@JonasNilson Cool, thank you - I already thought that I do something wrong..

GottZ commented 6 years ago

small hint: could it be that some people use the current steam client beta? it also changes parts of the steamcommunity itself.

JonasNilson commented 6 years ago

could it be that some people use the current steam client beta? @GottZ

Idle Master parses data from the web version of Steam. At this moment the badge page is unaffected by the Steam community updates - but that could change in a near future.