Page 1 of 1

/forum/games/ shows no games if logged in

Posted: Sun Jan 04, 2015 9:25 pm
by ThiaZ
hi guys..

When i want to join games this page would normally show all ent hosted games. But when i log in the page is just blank. If i log out all games show. So far i have just logged out but it gets very irritating if i want to comment on the forum in between games :P

Anyone know of a solution?

edit:

http://i.imgur.com/IDNgRKf.png

Re: /forum/games/ shows no games if logged in

Posted: Sun Jan 04, 2015 11:57 pm
by bit
try clearing browser cache

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 12:29 am
by ThiaZ
Just did a complete swipe and changed nothing :(

Here is what i did - since i expect that to be your next question :p

http://i.imgur.com/Q3DMow7.png

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 12:42 am
by Neco
If you're using Chrome, try right clicking on the empty page and going "Inspect Element". From there, click Console and if there's anything there take a screenshot otherwise it's an issue to do with the site backend.

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 12:44 am
by nabo.

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 9:44 am
by ThiaZ
Inspect element when logged in:
http://i.imgur.com/NZ5UmAE.png
Inspect element when logged out:
http://i.imgur.com/69MisoQ.png

Clearly there is a difference. I have tried to CTRL+F5 and swipe cache through CTRL+SHIFT+DEL like i did in OP. Nothing works.
I have also tried to turn off my adblocker. I have no extenstions that i would say i can be without :P

edit:

I also tried incognito mode and it still only worked when i was logged out.

edit2:

I also tried the disgusting Internet Explorer = same thing - games shows when logged out but not when logged in.

That should say that i ruled the following things out:
Its not my cache, cookies etc.
Its not my browser and extenstions when same problem is in IE
There is a difference in the content i get from the webpage according to inspect element but why is unresolved.

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 10:21 am
by Neco
Neco wrote:From there, click Console


Try looking at the console output not the HTML.

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 10:34 am
by ThiaZ
@neco

ahh missed that :P That showed a really interesting thing.

logged in:
http://i.imgur.com/Gbujttr.png EDIT: the type error refers to games.js:4 (THIS IS THE PROBLEM :D)

logged out:
http://i.imgur.com/Y0z9VxY.png (The error refers to googlesyndicate which probably is ads being blocked)


edit2:
just added proof that i allow js.
http://i.imgur.com/ObGgxCm.png

edit3:

does games.js:4 mean line4?

Code: Select all

Line 4: var botsArray = botsString.split(",");

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 12:11 pm
by aRt)Y
You should be seeing games with adblocker, too, unless displaying the games is connected to ads.

Re: /forum/games/ shows no games if logged in

Posted: Mon Jan 05, 2015 12:28 pm
by ThiaZ
@art)Y exactly. And since i can see the games when logged out they should not be connected to them.

Re: /forum/games/ shows no games if logged in

Posted: Tue Jan 06, 2015 5:03 am
by uakf.b
It should be fixed now. @Neco @ThiaZ thanks for reporting issue / debugging.

Re: /forum/games/ shows no games if logged in

Posted: Tue Jan 06, 2015 5:10 am
by ThiaZ
@uakf.b Thank you sir! It works perfectly now.