DtjiSoftware Dev
@DtjiSoftwareDev
I tried going to https://repl.it/bugs but it keeps saying "Loading" and does not let me report bugs.
HOLAXD197645 The bot always turns off and it lasts up to 2 days that the bot does not turn on, why does it do that?5 months ago
Reverence As of right now the link has been changed to replit.com/support, which redirects to form.asana.com. Don't know if they will change it.
This is as of 3-21-2211 months ago
Whenever I tried running the application without logging in to my repl.it account, an error saying "repl.it ModuleNotFoundError: no module named pymon
Python
Coder100 that's because it must have not installed correctly. Delete your packager files
image
and try installing the packages again.
Also try forking the repl and reporting to bugs2 years ago
RYANTADIPARTHI Solution
that is probably because either you have to manually install it like pip install pymongo or that module is not available on repl.it.
It could be either one of them.2 years ago
I am asking about serialization of saved game data to a database.
ObiVibKenobi Yes, you can. First, you would probably need to make accounts. To save the data itself, you need to tell us the language. In JS, it would be..
db.set(${username}, ${score}).then((score) => {
console.log(score);
});
To do the same thing in python, you could do...
db[f'{username}'] = f'{score}'
`2 years ago
SixBeeps Yes, but you'd probably need to create an account system if you want to do that. There's no way to identify who's using the Repl, so your best bet would be for them to identify themselves, which warrants using accounts.2 years ago
Hi, I have been wondering around regarding fixing the issue of having a "Conversation" class object incorrectly added to "blockedusers" private attrib