Skip to content
Sign UpLog In
Profile icon

ssebastianoo

@ssebastianoo
i code stuff
Repls
Community
ssebastianoo
ssebastianoo
shared a Post
3 years ago
Login with Discord Template
A Python Flask app that makes people login with Discord using OAUTH2 lib.
hg0428
hg0428
This post is. blank1 year ago
gavinwinsagain
gavinwinsagain
Noice2 years ago
ssebastianoo
ssebastianoo
shared a Post
3 years ago
Hello, I was working with a Flask app and watch This works: this_work This returns KeyError (I defined the same thing): thisdoesntwork
SixBeeps
SixBeeps
Does the KeyError show up when you hover over that line?3 years ago
ssebastianoo
ssebastianoo
shared a Post
3 years ago
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
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
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
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
ssebastianoo
ssebastianoo
shared a Post
3 years ago
When I run this code repl says this, but I don't know why. Screenshot20200229200927
Atomic-Gamming
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
ssebastianoo
ssebastianoo
shared a Post
3 years ago
I would like to directly push on GitHub from a Python file, how can I do it?
HackermonDev
HackermonDev
YOu can try and use git in the shell but it pushes some unneeded files to your repo3 years ago
ssebastianoo
ssebastianoo
shared a Post
3 years ago
Is there a way to setup a 404 error in a html page made with repl?
SixBeeps
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
ssebastianoo
ssebastianoo
shared a Post
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 ;-)
Text Page
HTML, CSS, JS
ssebastianoo
ssebastianoo
shared a Post
3 years ago
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
ssebastianoo
ssebastianoo
I have another bot and there it works3 years ago