Descriptive Problem Summary:
There's no longer a "Play Now" button next to games.. the only way to play them is if they have the webclient enabled. Well, you can also copy the link displayed, but that's... eh.
Workarounds:
Use the pager.
ID:1843505
![]() May 1 2015, 8:47 am (Edited on May 1 2015, 1:37 pm)
|
|||||||||||||
Not a bug
| |||||||||||||
Looks to me like the system thinks you're not using Windows for whatever reason. Have you tried it in another browser like Firefox?
|
I just tried it with IE and it's the same issue. I don't have any other browser installed, and I don't really feel like installing a new one.. <.<
|
Very strange indeed, I'm using the same version of Windows without issue. It's definitely an issue with OS recognition since it's giving you the message that appears when non-Windows clients access those pages. You can follow the directions it gives to play the game in the meantime, but I'd imagine someone with a little more insight into how the script is detecting the OS (Lummox) will have to weigh in for a more reasonable solution.
|
FishMan, can you open up developer tools and look at the network requests for me? I'd like to see what your user-agent string looks like. It seems that it's not being interpreted correctly, so it's probably something our script hasn't seen.
|
I'd love to be of help, but I quite frankly have no idea where the "user-agent" string is located at. The "find" feature doesn't seem to work on actual code. If you could tell me which file it is located under, then I can play a little bit of hide and seek with it (:
|
You need to open up the developer tools in your browser, and go to the area where it can view network traffic. When you go to a hub entry, open up that request to look at the details. It should show you the user-agent string your browser sent, along with a bunch of other things. There also appear to be lots of sites on Google that will show you your user-agent.
|
You can simply visit http://whatsmyuseragent.com/ to get the data if you don't want to dig through the data.
|
You're going to have to post the whole thing, there should be more, including your Gecko version and Windows version.
If there's nothing else to it, the issue is the user agent for some reason omitting the information BYOND needs to know you're using Windows. |
If that's your entire user-agent string, no wonder! Find out what plugin/extension you're using that's altering that, because it should at least be including your OS.
|
That's basically it. I am using this website: http://whatsmyuseragent.com/ and the only other things being said are rather irrelevant.
![]() |
There's definitely something altering your user-agent to show less data, for some reason. It's either a plugin or a system setting (since it happens in IE too, I have to wonder).
|
Nadrew's right; something is modifying your user-agent. If it's in multiple browsers the main culprits would be a system-wide issue like aggressive antivirus, your ISP, or a proxy if you happen to be using one.
|
Yeah, I was using a proxy. I took it off and here's what I got:
EDIT: The issue has seized to exist. Sorry for all of the trouble. |
Can you elaborate more? The Play Now button doesn't exist at all for any games or is there specific games you are trying?
Have you cleaned your cookies on your internet browser, closed the browser, opened it back up and revisited the hub page again and still no Play Now button?