Help with quiz center

Hi I made a quiz center for my cafe game Its working fine until it gets to the promoting bit if a user has passed the quiz once it gets to the promoting bit it throws a error into the output which is below!

image

1 Like

I don’t know what HTTP 500 error means I’ll google it really quick and tell you what’s the problem.

Oh never mind I can’t find what HTTP 500 error means in Roblox sorry.

1 Like

Http error 500 is not a roblox’s error it’s a global error meaning it is the same for every web server/app. The http error 500 means that the target server has generated an error (specifically: internal server error) or doesn’t send back any response.

@gamergirl7902 what you provided is useless and there is no context: provide code.

Here’s a list and description of http error codes: List of HTTP status codes - Wikipedia

1 Like

Hello, i think that you should provide you’re app code (Or are you using noblox.js web server)?

Also right now it’s not possibile use ranking bot due the new roblox cookie update Read more here

500 is internal server error. It’s likely related to your bot being signed out, which also could be related to the recent cookie changes. IP Changes Invalidate Cookie




That’s the code where its erroring.

Still not helpful. You should provide the target website to which you are making the request and the causes of this error can be two:

You are sending the data in an incorrect way and the website is poorly programed and doesn’t handle exceptions;
The target website is running a code that errors and it’s not your fault.

1 Like

Do you wan’t the links to the websites I used to make the ranking bot?

1 Like

Provide all the used resources related to this part of your code

https://github.com/gamergirl7902/gamergirl7902rankingbot/blob/main/.env
I used the cookie and the api_key for that code above where I showed you and another link to a different website I used https://dashboard.heroku.com/apps/gamergirl7902rankbot/settings

First the repo is private second you linked your dashboard which we can’t access.

Also don’t commit your .env file, use environment variables instead

Why cant I use .env for may I ask?

Commiting your .env file is not safe because if someone gains access to that repository they will be able to get all your credentials.

Heroku isn’t the right platform for this, I recommend using https://replit.com

Why? The problem does not depend on the host

dude copy and paste your code here. It’s hard for anyone to fix this when you jhust put images here(also the syntax coloring is really hard on the eyes no offence)

1 Like