gottogethelp

Results 2 issues of gottogethelp

Describe the bug: Connected database not showing Steps to reproduce the behavior: Click ```Add new connection``` Click ```MySQL``` Click ```TEST CONNECTION``` - says ```Successfully connected``` Click ```SAVE CONNECTION``` - says:...

triage

I'm trying to call the API of a website using the following code: ``` from seleniumrequests import Firefox driver = Firefox() driver.get("https://www.itftennis.com/en/tournament-calendar/mens-world-tennis-tour-calendar/?categories=All&startdate=2024-01") driver.request( method="POST", url="https://www.itftennis.com/tennis/api/TournamentApi/GetDrawsheet", json={ "tournamentId": 1100193157, "tourType": "N",...