-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Issue: CSV File Not Displaying Data #81
Comments
thanks for the report. I think it's because I set the exit on inactiviy to 20s and the crawler takes some time to start. I am increasing to 3m and releasing a new version |
@aixart12 a new version is released with the fix. Will you mind to check again and close the issue if it's resolved also in windows? |
@gosom , I'm running the app locally on Windows using WSL (Ubuntu 24.04), but when I try to run it again, I'm still encountering the same issue. Is there something I might be missing to run the web app properly? Also, I downloaded the .exe file from GitHub, but it gets stuck on a black screen. |
how you started the app? |
go run main.go -web |
no from the exe file, I assume similarly right? |
to run .exe file I am just running it like any other file , jut double click it . |
this won't work and the behavior is expected. But, I believe probably it should start by default in web mode. can you try that and let me know? |
@gosom, it worked with the command:
This time, I also got results in the CSV file. However, I noticed that if I cancel the app during the scraping process, the job status remains as 'working' even though no job is actually running. And Also Could you help me understand why I'm unable to run the app through the code? |
Yes this is expected behavior. There is no way to restart or remove at the moment. this should work through the code. However I don't know via WSL. Have you tried the docker container? |
After cloning the repository and navigating to the project directory, I started the web application using the following command:
The web app successfully starts at
localhost:8080
. However, despite multiple attempts and debugging sessions, I am unable to resolve an issue where the CSV file shows no data. The app doesn't throw any errors, and both the CSV file and the SQLite database are created successfully.Steps to Reproduce:
go run main.go -web
.Expected Behavior:
The CSV file should contain data as expected when interacting with the web app.
Actual Behavior:
The CSV file is created, but it is empty. No errors are shown in the logs or console output.
Screenshots:
localhost:8080
.Environment:
go1.23.1 linux/amd64
Additional Information:
Any help in resolving this issue would be greatly appreciated!
The text was updated successfully, but these errors were encountered: