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

captcha_error #24

Closed
tamilsandro opened this issue Feb 18, 2024 · 4 comments
Closed

captcha_error #24

tamilsandro opened this issue Feb 18, 2024 · 4 comments
Assignees

Comments

@tamilsandro
Copy link

while running the code i get cy.request() failed trying to load: and Error: connect ECONNREFUSED 127.0.0.1:5000
As you said -- BASE_URL is the local python server which you will run is responsible for filling captchas for you.
can you guide me how to find BASE_URL

@shivamguys
Copy link
Owner

Did you run the python server?

cd irctc-cypress-automation/irctc-captcha-solve-server
pip3 install -r requirements.txt
export GOOGLE_APPLICATION_CREDENTIALS="your credentials file path goes here please change this............"
python3 app.py

@shivamguys shivamguys self-assigned this Feb 18, 2024
@tamilsandro
Copy link
Author

Screenshot 2024-02-18 225221
Screenshot 2024-02-18 225305

ya added and cross checked but still same issue did i miss anything

@tamilsandro
Copy link
Author

added all those python dependency's only problem is captcha except that all running fine

@shivamguys
Copy link
Owner

You can reference #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants