Mike Moore

Results 11 comments of Mike Moore

I have a .Net checkin program that has stopped working as well that is getting the same 429 error described above. I think it may be related to the issue...

> Pleased we've got it logged as I've had to rework my app to use ion-nav and pushing views onto its own stack but I'd of course prefer to be...

@liamdebeasi until, when and if, this issue gets resolved there should be a warning in the Vue section of the documentation that using tabs with child views is broken. The...

I did some checking on the **undetected-chromedriver** repository and found the following [commit](https://github.com/ultrafunkamsterdam/undetected-chromedriver/commit/5b636cb76826a57c2964759e5a249c39b4fd21fd#) (see partial screen capture below) which specifically discusses the issue **"could not connect to chrome" error when...

Further information: I tried running the script with a non root user and still encountered the problem shown in the original post.

Thanks for getting back to me. Before reverting to a prior version of chrome I thought I would try to resolve the problem by updating **undetected-chromedriver** to version 3.4.5 and...

Upon further review: After upgrading to **undetected-chromedriver** v3.4.5 the southwest-headers script runs correctly and generates headers that look okay. However, when I actually use the headers to make calls to...

Reverted back to Chrome v109 and **undetected-chromedriver** v3.1.7. Replaced line 22 of **southwest-headers.py** with `driver = uc.Chrome(headless = True, version_main=109)` Everything is now working correctly. Thanks @byalextran for the suggestion.

Yes, see screen capture below. Also, when I attempt to share one of the provided recipes (not one that I created) on the ipad the app crashes. ![Image](https://github.com/user-attachments/assets/3337c6f1-d6af-48b7-b974-67c5f865b4e0)

After reinstalling the app on the iPhone I am now able to successfully share a custom menu. As expected, the iPad still crashes.