-
Notifications
You must be signed in to change notification settings - Fork 69
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
"Submit" Button Does Nothing #3
Comments
@TheTallestHobbit thank you for bringing this up. I am going through the repo again today and will see if i can figure out what is happening here. Will report back after some testing. is there anything that comes up in terminal when you click submit, or no action at all? Also are you on mac/pc/linux ? |
@TheTallestHobbit i just updated the repo to remove .dockerfile in the yml. pull the latest change and try it out again. let me know if this fixes the issue for you. if not, I will look into this further. -- i just went through cloning the repo to another computer and ran RepoToText successfully on itself. (https://github.com/JeremiahPetersen/RepoToText) it did take a little bit to populate after clicking submit (8 seconds ish). if the repo is large, it may take longer than you expect. should not take longer than 30 seconds though. you can check in the terminal and see backend-1 | XXX.XX.X.X - - [07/Mar/2024 00:34:06] "OPTIONS /scrape HTTP/1.1" 200 - you then should see it populate in the text area and also in the "Data" folder in the repo. |
UPDATE: I was using the wrong URL. You want to use the HTTPS URL under the green "Code" button on the repo's page. I also needed to strip the ".git" extension. The original URL was: I'm getting the following error. Note, I'm on mac. Looks like its failing at:
I'm using the https link in the "Enter Github repo URL" entry, specifically:
EDIT: I tried running it with the https "git" link as well, but got the error below. This time I used:
|
One possible reason might be the port 5000 weirdness on macos e.g dotnet/aspnetcore#48932 But yeah also didn't work for me on mac, i was using codespaces though soo maybe that was why |
thank you for sharing data on this. it seems it may be a mac specific issue. i will leave this issue raised while i continue researching a solution. |
I got everything running via Docker, and I'm on the localhost:3000 web app. I Entered my repo URL in the form of https://github.com/GitHubUser/GitHubRepo and left the documentation URL blank. I have "All Files" selected. I click the "Submit" button and nothing happens. I don't see any debug output in the "docker compose up" window - not sure if I'm supposed to. I don't see any log files in my local copy of the repo. Nothing happens at all when I click "Submit"
The text was updated successfully, but these errors were encountered: