Quiz Center After finish ranking doesnt work - My continent is not supported

I tried 3 times. But it doesnt work. I saw many topics but I can’t solve it. Please help.

2 Likes

Please send your heroku logs here!

Please copy it and use the </> button then paste it :smiley:

Wdym? I dont find <>

This button.
image
In the editor above.

Sorry, I can’t find. If you can please give me hint. I am sorry that wasting time.

Its alright! Here, I’ll show you the entire topbar; look for that icon!
image
Look for THIS icon below.
image

2022-07-23T07:18:31.286623+00:00 app[web.1]: INFO:     Shutting down
2022-07-23T07:18:31.327588+00:00 app[web.1]: INFO:     Shutting down
2022-07-23T07:18:31.388662+00:00 app[web.1]: INFO:     Waiting for application shutdown.
2022-07-23T07:18:31.388977+00:00 app[web.1]: INFO:     Application shutdown complete.
2022-07-23T07:18:31.388980+00:00 app[web.1]: INFO:     Finished server process [11]
2022-07-23T07:18:31.428153+00:00 app[web.1]: INFO:     Waiting for application shutdown.
2022-07-23T07:18:31.428516+00:00 app[web.1]: INFO:     Application shutdown complete.
2022-07-23T07:18:31.428664+00:00 app[web.1]: INFO:     Finished server process [10]
2022-07-23T07:18:31.524757+00:00 app[web.1]: INFO:     Stopping parent process [4]
2022-07-23T07:18:31.688471+00:00 heroku[web.1]: Process exited with status 0

On your alt account that is in the group do the application and wait to be ranked. Then show me the logs.

2022-07-23T07:18:31.286623+00:00 app[web.1]: INFO:     Shutting down
2022-07-23T07:18:31.327588+00:00 app[web.1]: INFO:     Shutting down
2022-07-23T07:18:31.388662+00:00 app[web.1]: INFO:     Waiting for application shutdown.
2022-07-23T07:18:31.388977+00:00 app[web.1]: INFO:     Application shutdown complete.
2022-07-23T07:18:31.388980+00:00 app[web.1]: INFO:     Finished server process [11]
2022-07-23T07:18:31.428153+00:00 app[web.1]: INFO:     Waiting for application shutdown.
2022-07-23T07:18:31.428516+00:00 app[web.1]: INFO:     Application shutdown complete.
2022-07-23T07:18:31.428664+00:00 app[web.1]: INFO:     Finished server process [10]
2022-07-23T07:18:31.524757+00:00 app[web.1]: INFO:     Stopping parent process [4]
2022-07-23T07:18:31.688471+00:00 heroku[web.1]: Process exited with status 0
2022-07-23T07:51:52.462201+00:00 heroku[web.1]: Unidling
2022-07-23T07:51:52.464357+00:00 heroku[web.1]: State changed from down to starting
2022-07-23T07:51:54.665078+00:00 heroku[web.1]: Starting process with command `uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000}`
2022-07-23T07:51:55.612931+00:00 app[web.1]: INFO:     Uvicorn running on http://0.0.0.0:23449 (Press CTRL+C to quit)
2022-07-23T07:51:55.612987+00:00 app[web.1]: INFO:     Started parent process [4]
2022-07-23T07:51:56.919528+00:00 app[web.1]: INFO:     Started server process [10]
2022-07-23T07:51:56.919580+00:00 app[web.1]: INFO:     Waiting for application startup.
2022-07-23T07:51:56.919765+00:00 app[web.1]: INFO:     Application startup complete.
2022-07-23T07:51:56.926640+00:00 app[web.1]: INFO:     Started server process [11]
2022-07-23T07:51:56.926713+00:00 app[web.1]: INFO:     Waiting for application startup.
2022-07-23T07:51:56.926975+00:00 app[web.1]: INFO:     Application startup complete.
2022-07-23T07:51:56.950843+00:00 heroku[web.1]: State changed from starting to up
2022-07-23T07:51:58.808541+00:00 heroku[router]: at=info method=GET path="/group/rank/?user_name=1101sky21e&key=Frigatmcafeautorankingserviceon&groupid=14656894&role_number=4" host=roblox-ranking-service-friga.herokuapp.com request_id=e28c05f9-626e-4f02-831e-8792ea411b1e fwd="128.116.57.23" dyno=web.1 connect=0ms service=1233ms status=500 bytes=193 protocol=https
2022-07-23T07:51:58.807183+00:00 app[web.1]: INFO:     128.116.57.23:0 - "GET /group/rank/?user_name=1101sky21e&key=Frigatmcafeautorankingserviceon&groupid=14656894&role_number=4 HTTP/1.1" 500 Internal Server Error
2022-07-23T07:51:58.809095+00:00 app[web.1]: ERROR:    Exception in ASGI application
2022-07-23T07:51:58.809097+00:00 app[web.1]: Traceback (most recent call last):
2022-07-23T07:51:58.809103+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/uvicorn/protocols/http/h11_impl.py", line 369, in run_asgi
2022-07-23T07:51:58.809104+00:00 app[web.1]:     result = await app(self.scope, self.receive, self.send)
2022-07-23T07:51:58.809104+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line 59, in __call__
2022-07-23T07:51:58.809105+00:00 app[web.1]:     return await self.app(scope, receive, send)
2022-07-23T07:51:58.809106+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/fastapi/applications.py", line 199, in __call__
2022-07-23T07:51:58.809106+00:00 app[web.1]:     await super().__call__(scope, receive, send)
2022-07-23T07:51:58.809106+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/applications.py", line 112, in __call__
2022-07-23T07:51:58.809107+00:00 app[web.1]:     await self.middleware_stack(scope, receive, send)
2022-07-23T07:51:58.809107+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/middleware/errors.py", line 181, in __call__
2022-07-23T07:51:58.809108+00:00 app[web.1]:     raise exc from None
2022-07-23T07:51:58.809108+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/middleware/errors.py", line 159, in __call__
2022-07-23T07:51:58.809108+00:00 app[web.1]:     await self.app(scope, receive, _send)
2022-07-23T07:51:58.809109+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/exceptions.py", line 82, in __call__
2022-07-23T07:51:58.809109+00:00 app[web.1]:     raise exc from None
2022-07-23T07:51:58.809109+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/exceptions.py", line 71, in __call__
2022-07-23T07:51:58.809110+00:00 app[web.1]:     await self.app(scope, receive, sender)
2022-07-23T07:51:58.809110+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/routing.py", line 580, in __call__
2022-07-23T07:51:58.809110+00:00 app[web.1]:     await route.handle(scope, receive, send)
2022-07-23T07:51:58.809111+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/routing.py", line 241, in handle
2022-07-23T07:51:58.809111+00:00 app[web.1]:     await self.app(scope, receive, send)
2022-07-23T07:51:58.809114+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/starlette/routing.py", line 52, in app
2022-07-23T07:51:58.809115+00:00 app[web.1]:     response = await func(request)
2022-07-23T07:51:58.809116+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/fastapi/routing.py", line 214, in app
2022-07-23T07:51:58.809116+00:00 app[web.1]:     raw_response = await run_endpoint_function(
2022-07-23T07:51:58.809117+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/fastapi/routing.py", line 149, in run_endpoint_function
2022-07-23T07:51:58.809117+00:00 app[web.1]:     return await dependant.call(**values)
2022-07-23T07:51:58.809117+00:00 app[web.1]:   File "/app/./main.py", line 47, in read_items
2022-07-23T07:51:58.809118+00:00 app[web.1]:     await target.setrole(role_number)
2022-07-23T07:51:58.809118+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/ro_py/groups.py", line 490, in setrole
2022-07-23T07:51:58.809118+00:00 app[web.1]:     return await self.setrank(rank_role.id)
2022-07-23T07:51:58.809119+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/ro_py/groups.py", line 461, in setrank
2022-07-23T07:51:58.809119+00:00 app[web.1]:     rank_request = await self.requests.patch(
2022-07-23T07:51:58.809119+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/ro_py/utilities/requests.py", line 99, in patch
2022-07-23T07:51:58.809120+00:00 app[web.1]:     return await self.request("patch", *args, **kwargs)
2022-07-23T07:51:58.809120+00:00 app[web.1]:   File "/app/.heroku/python/lib/python3.10/site-packages/ro_py/utilities/requests.py", line 78, in request
2022-07-23T07:51:58.809120+00:00 app[web.1]:     raise request_exception(f"[{this_request.status_code}] {get_request_error[0]['message']}")
2022-07-23T07:51:58.809120+00:00 app[web.1]: ro_py.utilities.errors.Unauthorized: [401] Authorization has been denied for this request.

@cookie Please be my eyes and look for the error!

Hi, welcome to the forums.

The cookie is incorrect, make sure you’re getting the cookie correctly. :slight_smile:

I did it correct cookie.

Is the bot hosted in the same continent as you?

I am using Heroku. Sorry can’t understand.

What continent do you live in, and what continent is your bot hosted in?

Oh. I live in Japan so I choose Europe.

Change it to Asia.

I just done some “research” totally didn’t google it… DONT SAY I DID COZ I TOTALLY DIDNT

Do I need to fork the application?