Skip to content

Instantly share code, notes, and snippets.

@bhouston
Created December 3, 2014 14:27
Show Gist options
  • Save bhouston/a618eeafeee879e25e6b to your computer and use it in GitHub Desktop.
Save bhouston/a618eeafeee879e25e6b to your computer and use it in GitHub Desktop.
Error #1:
(unknown): Unable to get value of the property 'toUpperCase': object is null or undefined
Location: https://cdn.webglstats.com/stat.js line 8
Browser: IE 9.0
OS: Windows Vista
Error #2:
(unknown): Error loading script
Location: https://cdn.webglstats.com/stat.js line 1
Browser: IE 9.0
OS: Varies
Error #3
(unknown): Access is denied.
Location: https://cdn.webglstats.com/stat.js line 207 in [anonymous]
Browser: IE 9.0
OS: Varies
@bhouston
Copy link
Author

bhouston commented Dec 3, 2014

The access is denied error on IE 9.0 is likely related to this:

http://stackoverflow.com/questions/5793831/script5-access-is-denied-in-ie9-on-xmlhttprequest

@bhouston
Copy link
Author

bhouston commented Dec 3, 2014

The first error, some example browser strings:

Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; BOIE9;ENUS)
Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)
Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E; BRI/2)
Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MALC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment