Api request was sent to wrong address, i fixed it.
Note! There is subdomain bug which sends api request to subdomain.domain and as we know gulag web on osu subdomain is blocking api requests (I dunno why) and any other subdomain will route api request to subdomain.domain. So it needs fix, I did it by simply adding .replace('www', 'osu') but thats not the best solution as everything matching www is replaced + not everyone uses www subdomain.
Api request was sent to wrong address, i fixed it.
Note! There is subdomain bug which sends api request to subdomain
.domain
and as we know gulag web on osu subdomain is blocking api requests (I dunno why) and any other subdomain will route api request to subdomain.domain. So it needs fix, I did it by simply adding.replace('www', 'osu')
but thats not the best solution as everything matching www is replaced + not everyone uses www subdomain.