Results 14 comments of psymbio

@koenvo Can you have a look at this - https://github.com/psymbio/pyodide-http/tree/main/pyodide_http Also, I'm not sure whether it's correct - any guidance will be helpful.

This is solved by using a custom transport layer and https://github.com/urllib3/urllib3/pull/3195. For the solution visit: https://github.com/encode/httpx/discussions/2994#discussioncomment-7806700.

Same, I get the same issue with Gemini: ```bash Exception Unable to execute the request - 400 INVALID_ARGUMENT. {'error': {'code': 400, 'message': 'Provided image is not valid', 'status': 'INVALID_ARGUMENT'}} ```

Issue with Glassdoor ```python import csv from jobspy import scrape_jobs jobs = scrape_jobs( site_name=["glassdoor"], # "glassdoor", "bayt", "naukri", "bdjobs" search_term="software engineer", google_search_term="software engineer jobs remote", location="remote", results_wanted=20, hours_old=72, country_indeed='INDIA', easy_apply=True...