Jack
How many people is this actually happening to? I haven't had any reports anywhere else.
We had a redirect issue yesterday, very briefly, but it was fixed. The fact that your browsers aren't showing the issue any more suggests the fix is working for you too. I am not sure what is going on inside the app.
If you run this in command prompt, what is the result?
curl -I -L https://igpmanager.com/app/uwv=1&appVersion=4.101&osPlatform=windowsplayer&osVersion=1&appType=standalone
RESOLVED! - Delete iGP Games folders in %appdata% (back up once, and instead of roaming go to locallow)
At line:1 char:44
+ curl -I -L https://igpmanager.com/app/uwv=1&appVersion=4.101&osPlatfo ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
At line:1 char:61
+ curl -I -L https://igpmanager.com/app/uwv=1&appVersion=4.101&osPlatfo ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
At line:1 char:86
+ ... ager.com/app/uwv=1&appVersion=4.101&osPlatform=windowsplayer&osVersio ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
At line:1 char:98
+ ... /uwv=1&appVersion=4.101&osPlatform=windowsplayer&osVersion=1&appType= ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
C:\Users\Lost_>curl -I -L https://igpmanager.com/app/uwv=1&appVersion=4.101&osPlatform=windowsplayer&osVersion=1&appType=standalone
HTTP/1.1 200 OK
Date: Fri, 07 Apr 2023 23:21:38 GMT
Content-Type: text/html
Content-Length: 93436
Connection: keep-alive
Server: Apache/2.4.29 (Ubuntu)
Last-Modified: Wed, 22 Mar 2023 01:10:40 GMT
ETag: "16cfc-5f772d41ce3a5"
Accept-Ranges: bytes
Vary: Accept-Encoding
ServedFrom: web2
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
Access-Control-Max-Age: 1000
Access-Control-Allow-Headers: x-requested-with, Content-Type, origin, authorization, accept, client-security-token
'appVersion' is not recognized as an internal or external command,
operable program or batch file.
'osPlatform' is not recognized as an internal or external command,
operable program or batch file.
'osVersion' is not recognized as an internal or external command,
operable program or batch file.
'appType' is not recognized as an internal or external command,
operable program or batch file.
When the above Url was put into the browser, you can see the tab icon flickering. This is because it was rapidly redirecting several times in succession.
Update: Going to do some digging on my end here. I was able to finally use my housemate's computer and she is unable to reproduce the error. Going to remove all information of iGP manager from my computer. Already re-removed again all cache files from all three browsers I use.
RESOLVED! - Delete iGP Games folders in %appdata% (back up once, and instead of roaming go to locallow)