my code run, my main file is bot.py inside the RP Utilities beta folder
oh, you arenât at all import
ing the server.py
file so it wonât run.
What I recommend is to move everything out of the folder: run in Shell
mv RP-Utilities-Beta/{.,}* .
rm -r RP-Utilities-Beta
sed -i '/^entrypoint/s|".*/|"|' .replit
And then in your main file
import server
No, webview is in Replit.
so itâs just run my replit?
uhmmâŚ
* Serving Flask app 'server'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:3000
* Running on http://172.31.196.33:3000
Press CTRL+C to quit
172.31.196.1 - - [18/Sep/2023 21:34:41] "GET / HTTP/1.1" 200 -
Once you do that, you should see a tab named webview, along with a link. Put that link in UptimeRobot.
What if you put the https:// prefix?
Yup, that looks about right.
i see, thought my bot seems to not running, like, itâs offline and not online
i donât know why my bot in discord is not working
it seems tunning the server but not running the bot.py
okay i have no idea how to fix that problem, i donât know how i execute it into my bot
okay i found what happened, i didnât imported bot
Can you mark me as a solution if I helped?
Is there a reason youâre using uptimerobot instead of Deployments?