idle_master icon indicating copy to clipboard operation
idle_master copied to clipboard

Badge page didn't load

Open tw0f1sh opened this issue 7 years ago • 5 comments

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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.MoveNext()

tw0f1sh avatar May 08 '18 06:05 tw0f1sh

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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.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.<LoadBadgesAsync>d__23.MoveNext()

Amorano avatar May 09 '18 16:05 Amorano

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

JonasNilson avatar May 10 '18 18:05 JonasNilson

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

whispertante avatar May 15 '18 09:05 whispertante

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

GottZ avatar Jul 05 '18 10:07 GottZ

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.

JonasNilson avatar Jul 05 '18 10:07 JonasNilson