Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Feixu

@FeixuRuins
FeixuRuins
FeixuRuins
shared a Post
3 years ago
Symlink issue
@Coder100, looking to you for help on this one. The bug team hasn't helped at all, saying it's an issue with my run button. Any ideas? https://repl.it
Coder100
Coder100
hmm... perhaps the misread your feedback ticket? Try rephrasing it.3 years ago
FeixuRuins
FeixuRuins
shared a Post
3 years ago
I used this tutorial, and it's running on port 3000 (repl's favorite). However, Repl doesn't seem to see that it's running? It just keeps trying to wa
Coder100
Coder100
make sure its hosting on 0.0.0.0 and not localhost3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
If it says repl waking up, try refreshing, or making a new repl. If all fails, just report it to bugs. or maybe try a different localhost3 years ago
FeixuRuins
FeixuRuins
shared a Post
3 years ago
Is there a way to install PHP libraries via Composer? I've tried installing it but it needs sudo perms. If not, are there plans for it in the future?
PreknowledgeWeb
PreknowledgeWeb
Use this trick > php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" > php -r "if (hashfile('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHPEOL;" > php composer-setup.php > php -r "unlink('composer-setup.php');" then > php composer.phar composer commands here2 years ago
programmeruser
programmeruser
Try using install-pkg to install the composer package.3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
I don't think there is, maybe if you want this, just give it to the feedback section.3 years ago
FeixuRuins
FeixuRuins
shared a Post
3 years ago
Am I being rate limited or something? The solution is here but I'm confused as to why it happens.
Coder100
Coder100
I cooked up a simple repl to combat this problem. What happened was probably the server failing to terminate, thus making an error on the port being used.3 years ago
RayhanADev
RayhanADev
G’day @FeixuRuins It’s probably some Repl lag (unless of course your project is super big, in which case you should consider getting Hacker). Repl is going through some changes and their server craps out often sometimes (Happens to me as well). Hope this helps!3 years ago
FeixuRuins
FeixuRuins
shared a Post
3 years ago
^^title‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎‎ ‎‎‎‎‎‎‎‎‎‎‎ ‎‎‎‎‎‎‎‎‎‎‎‎‎‎ ‎‎‎‎‎‎‎‎‎‎‎
Coder100
Coder100
They used to have it, but it got pretty unstable and there were double-instances of discord bots. For now, just use this3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
Not sure, but for now, they have choices of online, or not. Please mark my answer if this helps. Thanks!3 years ago
Kai_Justice
Kai_Justice
Yes, source.3 years ago