Closed siddhu2310 closed 10 months ago
I just checked its working....
Is there nay issue with Windows Machine ?
what's your passenger array look like can you share that... and are you on the latest code....?
what's your passenger array look like can you share that... and are you on the latest code....?
Just Now I checked with Edge , it is working, not working with Chrome and Firefox.
My User array
{
"TRAIN_NO": "16866",
"TRAIN_COACH": "SL",
"TRAVEL_DATE": "19/01/2024",
"SOURCE_STATION": "TJ",
"BOARDING_STATION": null,
"DESTINATION_STATION": "CGL",
"TATKAL": false,
"PASSENGER_DETAILS": [
{
"NAME": "Siddharth",
"AGE": 30,
"GENDER": "Male",
"SEAT": "Side Upper",
"FOOD": "No Food"
}
],
"__valid_coaches__": "SL | 2A | 3A | 3E | 1A | CC | EC | 2S",
"__valid_seats__": "Lower | Middle | Upper | Side Lower | Side Upper | Window Side | No Preference",
"__valid_genders__": "Male | Female | Transgender",
"__valid_food_choices__": "Veg | Non Veg | No Food"
}
Could you explain me the GOOGLE AUTHENTICATION step-by-step guide
leave that take mine enjoy :-)
Thanks for sharing the API KEY.
python app.py```
Is this correct Methods to add the API or just needs to add path alone.
Before that export the file path also. That i gave you the json file
See in the readme it looks like export...
On Thu, 18 Jan, 2024, 11:34 pm SIddharth, @.***> wrote:
Thanks for sharing the API KEY.
python app.py```
Is this correct Methods to add the API or just needs to add path alone.
— Reply to this email directly, view it on GitHub https://github.com/shivamguys/irctc-cypress-automation/issues/20#issuecomment-1898967915, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAX65LWF436R2DQBZZGJPLYPFP25AVCNFSM6AAAAABCAANB36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJYHE3DOOJRGU . You are receiving this because you commented.Message ID: @.***>
Sorry, I missed some of the text in the previous comment:
This is my question, Whether I need to add full path with file name or just only file path
cmd code:
::only PATH
set GOOGLE_APPLICATION_CREDENTIALS="C:\Users\Siddharth\Downloads\irctc-cypress-automation-main\irctc-captcha-solve-server\api"
::full PATH with file name
set GOOGLE_APPLICATION_CREDENTIALS="C:\Users\Siddharth\Downloads\irctc-cypress-automation-main\irctc-captcha-solve-server\api\abiding-cistern-247021-995e4c1e13e5.json"
::Run Flask Server
python app.py
Full path including that json
On Fri, 19 Jan, 2024, 10:33 am SIddharth, @.***> wrote:
Sorry, I missed some of the text in the previous comment:
This is my question, Whether I need to add full path with file name or just only file path
cmd code:
::only PATH set GOOGLE_APPLICATION_CREDENTIALS="C:\Users\Siddharth\Downloads\irctc-cypress-automation-main\irctc-captcha-solve-server\api"
::full PATH with file name set GOOGLE_APPLICATION_CREDENTIALS="C:\Users\Siddharth\Downloads\irctc-cypress-automation-main\irctc-captcha-solve-server\api\abiding-cistern-247021-995e4c1e13e5.json"
::Run Flask Server python app.py
— Reply to this email directly, view it on GitHub https://github.com/shivamguys/irctc-cypress-automation/issues/20#issuecomment-1899774663, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAX65M777FBKKGRZUBYJSTYPH5B5AVCNFSM6AAAAABCAANB36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJZG43TINRWGM . You are receiving this because you commented.Message ID: @.***>
I have set env , even it is showing an error
Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc for more information.
It's okay , i will use Manual Captcha .
I 'm testing for with manaul captcha and Tatkal False, Evrything is going fine, while on the Pasenger Details it stop there.
Console Log: