Open ape3xdiem opened 3 days ago
ERROR | 1234 - 4 | Unknown error: 403, message='Forbidden', url=URL('https://notpx.app/api/v1/offer/check')
Then sleep
Try updating the script. I’ve made some adjustments to address your situation.
Thanks for quick action
bu still continue ERROR | 1236 - 1 | Unknown error: 403, message='Forbidden', url=URL('https://notpx.app/api/v1/offer/check')
As a workaround, I disable the relevant lines and run normally
# await self.check_response(http_client=http_client)
and
# headers_ = copy.deepcopy(headers_check)
# headers_['User-Agent'] = self.user_agent
# response = await http_client.post("https://notpx.app/api/v1/offer/check", headers=headers_)
# response.raise_for_status()
same
same
Today, I was researching the game and noticed that during the launch, it makes a request to the check controller. I decided to add this request to the bot to make it mimic the game's behavior as closely as possible in terms of requests. However, it seems that not everyone’s game makes a check request. In your case, during the request, you are getting a "403 Forbidden" response, meaning access is denied.
same error, how to fix it?
same error, how to fix it?
fixed
ERROR | 1234 - 4 | Unknown error: 403, message='Forbidden', url=URL('https://notpx.app/api/v1/offer/check')
Then sleep