Skip to main content

Questions tagged [replit]

Replit (formerly Repl.it) is an online IDE (integrated development environment) supporting over 50 programming languages. Use this tag for questions regarding using the IDE.

0 votes
1 answer
19 views

replit have reached its limit after 3 uses

my replit have reached its limit after 3 uses. is there a way i can erase it and use again.if yes how? i am currently attending udemys course and it requires me to use replit but it says after 3 tries ...
Devi S's user avatar
  • 1
0 votes
0 answers
31 views

How to clone or download locally a Replit repo from bash?

How can I clone or download locally a Replit repository from bash or CLI? I tried: git clone https://replit.com/@USER/REPO Also I tried: wget https://replit.com/@USER/REPO.zip But for this second ...
Eliel Beck's user avatar
0 votes
0 answers
28 views

I don't understand why I type in "upm add markupsafe" it said errno

It showed me ~/WideeyedYawningStaffPRa$ upm add flask --> poetry add flask Skipping virtualenv creation, as specified in config file. Using version ^3.0.3 for flask Updating dependencies Resolving ...
Nickys18's user avatar
0 votes
0 answers
12 views

REplit + Node JS - How to override local file JSON data

My code snippet works with node js but my actual file “LOCAL_JSON_FILE_PATH” does not update with the new data. I want to remove old data from the file and import new data at set times. My code works ...
Houghtonator's user avatar
0 votes
0 answers
27 views

Api return empty data response after deploy on replit

I have a simple telegram bot which fetch data from an api and sends data to telegram as message. Api url works on any browser without any request and it works on postman successfully. My code runs and ...
captainblack's user avatar
  • 1,033
0 votes
0 answers
20 views

We couldn't reach this Repl Make sure this Repl has a port open and is ready to receive HTTP traffic

I ran into this error, while trying to launch my webview on replit. (some pythion code) Hmm... We couldn't reach this Repl. Make sure this Repl has a port open and is ready to receive HTTP traffic. ...
Folakemi Ogunseiju's user avatar
0 votes
0 answers
36 views

How to import a Utils.js file to Vue Repl?

Vue Repl repo: https://github.com/vuejs/repl Is anyone familiar with this module? I want to import a local Utils.js file that contains a few methods to be used in the example, AppVue. Is there a ...
Donut's user avatar
  • 63
0 votes
0 answers
26 views

Code works but shows 401 client error in replit

I wrote this piece of code on my pycharm which works and still works anytime I run it on pycharm. But I needed to put the code on replit and it keeps giving me 401 client error on replit On replit I ...
David Oladeji's user avatar
-1 votes
1 answer
34 views

Text Variable not updating in tkinter in replit

So i'm trying to make a program that required you to put in a bunch of data of employees, and the function im using to make these sets of data inputs doesnt return them changing. Here's my code : # ...
Gixo's user avatar
  • 1
0 votes
0 answers
49 views

TextVariable not working in replit tkinter python

I'm trying to make a simple entry widget but it's not working. For some reason even when I change the text the variable doesn't change. I don't know if it's my computer, replit or my code. Here's the ...
Gixo's user avatar
  • 1
-2 votes
1 answer
44 views

How do I keep Discord Bot online on repl.it?

Previously I used to take the web-url provided and use uptimerobot to ping it at regular intervals but it seems like replit has changed all fo it. The file just keeps stopping everytime u close the ...
Anshul Gada's user avatar
0 votes
0 answers
15 views

Replit debugger- not working for me- no comments

enter image description hereenter image description hereI am trying to practice debugging and for the life of me i cant get the comments to come up under the debugger. i have added a break point and ...
user25251894's user avatar
1 vote
1 answer
55 views

How do I make my discord bot recognise bad words even if they have spaces or non-letter characters in between?

This is my code for my discord bot. I wanted to make the bot also to delete messages that contain bad words that have characters (. , * / _ - and space character) in between each letter of the words. ...
John Hawking's user avatar
0 votes
1 answer
26 views

How to embed a Replit Project on Wix, so that it automatically runs, and fits the screen of the website

I tried to make an embed on Wix, but I didn't how to. I also tried to make an embed on W3 schools, which kind of worked, but it didn't run the project but instead showed the files of the project. I ...
Exuberate Exuberate's user avatar
0 votes
1 answer
60 views

Printing Color using Ruby

Using Replit as my IDE, I'm trying to create a program that outputs color palettes (either in the console, or textfile, or something). How can I output something that shows the color of a specific rgb ...
Seahorse's user avatar

15 30 50 per page
1
2 3 4 5
47