Roblox Ranker Bot
I am trying to make a roblox ranker bot for my group/game and I keep getting this in my roblox output
HTTP 500 (Internal Server Error)
. I am not sure whats wrong or what to do here.6 Replies
Thats my workers code.
Roblox code
Share error details, if your worker has observability enabled you should be able to see error details in the console logging utility.
Depending on your coding skills level, the try/catch might suppress some important details. You can use the rethrow keyword or comment out your error handling to find out.
Side note, use worker secrets to secure your keys, the identity information in your screen shots should not be shared publicly.
Great idea for an worker application, have fun, code on!