shivamguys / irctc-cypress-automation

Tatkal and Normal train Booking Automation in 1 Minute ✔️ Signing in with your username and password. ✔️ Auto Upgradation Enabled. ✔️ Filling Captchas and retrying untill success. ✔️ Support for Food Choices, Seats Preferences. ✔️ Payment Gateway Automation (Paying With UPI ID OR QR Code).
92 stars 142 forks source link

captcha_error #24

Closed tamilsandro closed 6 months ago

tamilsandro commented 6 months ago

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 commented 6 months ago

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
tamilsandro commented 6 months ago

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

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

tamilsandro commented 6 months ago

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

shivamguys commented 6 months ago

You can reference https://github.com/shivamguys/irctc-cypress-automation/issues/10