ssebastianoo
@ssebastianoo
i code stuff
A Python Flask app that makes people login with Discord using OAUTH2 lib.
Hello, I was working with a Flask app and watch
This works:
this_work
This returns KeyError (I defined the same thing):
thisdoesntwork
some minutes ago this wasn't getting any error, and now (I didn't change anything) it died with this error: repl process died unexpectedly: signal: ki
ssura The same error happened to me. For me, this error occurred because the memory capacity was filled while running the program. It might be different in your case but this is what I know from my experience.2 years ago
sylashur Repl sometimes does things with reasons that... don't seem clear at the time. Just remember... when you become the best person you can be, you can thank repl for it. There's no question that repl's plan is how everything is meant to be.3 years ago
CodeLongAndPros That means the the UNIX server sent it a SIGKILL, meaning that something beyond your control happened. It was probably server load.3 years ago
When I run this code repl says this, but I don't know why.
Screenshot20200229200927
Atomic-Gamming That isn't why it isn't working, this is why "AttributeError: 'NoneType' object has no attribute 'strip'" and
Screenshot 2020-02-29 at 1.47.14 PM3 years ago
I would like to directly push on GitHub from a Python file, how can I do it?
HackermonDev YOu can try and use git in the shell but it pushes some unneeded files to your repo3 years ago
Is there a way to setup a 404 error in a html page made with repl?
SixBeeps Unfortunately, you cannot do this unless you host the page on a custom server. Repl.it doesn't support this feature natively (yet), but I could see this being a possibility. Suggest this on the Feedback page for sure.3 years ago
3 days ago, after 2 months of learning HTML and CSS, I started learning JavaScript and this is my first project. Fell free to send a suggestion ;-)
HTML, CSS, JS
I don't know why, but I can't load extensions with bot.load_extension("jishaku") for example, I put them in requirements.txt but nothing. ERROR: disco