Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replit not working #80

Closed
CorentinGaillard opened this issue Jun 16, 2021 · 1 comment
Closed

replit not working #80

CorentinGaillard opened this issue Jun 16, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@CorentinGaillard
Copy link

Subject of the issue

I clicked the replit link out of curiosity, but It's missing a main.sh, so it won't run

Your environment

Windows 10 - Edge
replit environment:
python 3.8.10 (at the time of writing)
GNU bash 4.4.20

Expected behaviour

The program should launch automatically when the environment loads, or be a few steps from launching

Actual behaviour

We get an error saying unable to run, main file "main.sh" not found.
I tried installing mitype with pip install . --user and then launching with python mitype/__main__.py but I got ModuleNotFoundError: no module named mitype

@CorentinGaillard CorentinGaillard added the bug Something isn't working label Jun 16, 2021
@CorentinGaillard CorentinGaillard changed the title repl.it not working replit not working Jun 16, 2021
@Mithil467
Copy link
Owner

Thanks @CorentinGaillard for reporting the issue!

According to Repl's documentation they no longer support running terminal apps directly in browser. The new way is to visit the source repl and hit the run button. But even then it wasn't running as somehow, the project had been classified as a bash project instead of python. Hence it was asking for a main.sh file. I have reconfigured it.

Thank you!

@Mithil467 Mithil467 added this to the v0.2.3 milestone Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants