Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Badge page didn't load #188

Open
Vyious opened this issue Nov 10, 2015 · 13 comments
Open

Badge page didn't load #188

Vyious opened this issue Nov 10, 2015 · 13 comments

Comments

@Vyious
Copy link

Vyious commented Nov 10, 2015

Hello,

I started having this issue recently where after i login with my steam account it goes into a loop of trying to load the badge page but it doesn't work

so i took the liberty to fiddle around with the code and i came up with this log:

System.Net.WebException: An exception occurred during a WebClient request. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Net.WebClient.DownloadBitsState.SetResponse(WebResponse response)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at IdleMaster.CookieClient.d__5.MoveNext() in c:\Users"Location"\Source\IdleMaster\CookieClient.cs:line 90

And i found out that if i replace the URL for my steam profile which is something like that :

http://steamcommunity.com/profiles/496456465645/badges/?p=1

with my actual username that i see in the browser URL bar which looks like this:

http://steamcommunity.com/profiles/"NAME"/badges/?p=1

IM is happy and idling again.

Regards.

@sijmonh
Copy link

sijmonh commented Nov 10, 2015

I have the exact same problem even though things worked fine before (problem since last couple/2 days?).

Idle Master keeps trying, and sometimes succeeds, but it always ends in me no longer being signed in and unable to idle. When it does work I can click the "Update game status" for a refresh and it will still work then but when I restart (instead of just "refreshing") the badge page won't load again. Oh, and when I restart my signed in session is saved just fine so I don't know what triggers the session to be reset when I leave Idle Master retrying to connect to the badge page for a long while.

idlemaster_151110
idlemaster_151110_2
idlemaster_151110_3

Please look into this.

10-11-2015 11:47:56   CookieClient -> GetHttpAsync, for url = http://steamcommunity.com/profiles/{LONGNUMBER}/badges/?p=1
System.Net.WebException: An exception occurred during a WebClient request. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Net.WebClient.DownloadBitsState.SetResponse(WebResponse response)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
   --- End of inner exception stack trace ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at IdleMaster.CookieClient.<GetHttpAsync>d__5.MoveNext()

@aveao
Copy link

aveao commented Nov 12, 2015

http://steamcommunity.com/profiles/"NAME"/badges/?p=1

Did you mean http://steamcommunity.com/id/name/badges/?p=1 ?

Also I think that there might be a code that tries to keep the address on "http://steamcommunity.com/profiles/76561198034299068/badges/?p=1" rather than "http://steamcommunity.com/id/ardaozkal/badges?p=1" which steam redirects to.

@Vyious
Copy link
Author

Vyious commented Nov 15, 2015

Yes your URL is correct excuse me i missed the "id"
http://steamcommunity.com/id/name/badges/?p=1 ?

@NotTsunami
Copy link

Fixed by #197

@yashendra2797
Copy link

Well I'm facing this problem too. Running the latest IM downloaded from the website

@sijmonh
Copy link

sijmonh commented Jan 4, 2016

I just wanted to add that as of 1.4.0.0 this has been fixed for me and everything is still working fine. So Yashendra2797 make sure that it's actually 1.4.0.0 that is running and it should be fine.

@yashendra2797
Copy link

@genetal Yup. Latest IM (1.4.0.0) and latest stable Steam. Tried on my old Windows 8 laptop as well as a Parallels Virtual Machine running Windows 10 on my Macbook Air Mid 2013.

@bruceweed
Copy link

Yea not working for me either. just keeps saying it can't load the badge page ect. Tried everything and got nowhere. Wonder if steam got wise..... ppftttt hahaha naw probably something simple. Im going to see if I can't figure it out while I wait for a response if I fix the issue I'll let everyone know what I did to fix it myself.

@bruceweed
Copy link

Alright at the moment. I believe this to be an issue on steams end perhaps? I see them having a little issue here atm. Unless it is my internet connection (HIGHLY unlikely), however, you never know.

@bruceweed
Copy link

I can see the badge page and everything. It appears as if it isn't giving it enough time to collect everything before it times out. Got to remember, there are people out there that have literally THOUSANDS of games.

@DisenzZ
Copy link

DisenzZ commented Jan 7, 2017

Hello! I just fixed mine by downloading the new update. You can find it here: http://www.steamidlemaster.com/ Please tell me if this worked for you to

@bruceweed
Copy link

bruceweed commented Jan 7, 2017 via email

@CherryPill
Copy link

@DisenzZ Works for me now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants