You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 155, in scrape
job_post = self._process_job(job_card, job_id, fetch_desc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 202, in _process_job
location = self._get_location(metadata_card)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 315, in _get_location
country = Country.from_string(country)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/jobs/init.py", line 166, in from_string
raise ValueError(
ValueError: Invalid country string: 'isle of man'. Valid countries are: argentina, australia, austria, bahrain, belgium, brazil, canada, chile, china, colombia, costa rica, czech republic,czechia, denmark, ecuador, egypt, finland, france, germany, greece, hong kong, hungary, india, indonesia, ireland, israel, italy, japan, kuwait, luxembourg, malaysia, malta, mexico, morocco, netherlands, new zealand, nigeria, norway, oman, pakistan, panama, peru, philippines, poland, portugal, qatar, romania, saudi arabia, singapore, south africa, south korea, spain, sweden, switzerland, taiwan, thailand, türkiye,turkey, ukraine, united arab emirates, uk,united kingdom, usa,us,united states, uruguay, venezuela, vietnam, usa/ca, worldwide
The text was updated successfully, but these errors were encountered:
johndolan29
changed the title
Issue with LinkedIn Scraper searching 'Isle of Man'
Issue with LinkedIn Scraper searching UK, issue seems to be with 'Isle of Man'
Jan 18, 2025
Traceback (most recent call last):
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 155, in scrape
job_post = self._process_job(job_card, job_id, fetch_desc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 202, in _process_job
location = self._get_location(metadata_card)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/scrapers/linkedin/init.py", line 315, in _get_location
country = Country.from_string(country)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/job_search/venv/lib/python3.11/site-packages/jobspy/jobs/init.py", line 166, in from_string
raise ValueError(
ValueError: Invalid country string: 'isle of man'. Valid countries are: argentina, australia, austria, bahrain, belgium, brazil, canada, chile, china, colombia, costa rica, czech republic,czechia, denmark, ecuador, egypt, finland, france, germany, greece, hong kong, hungary, india, indonesia, ireland, israel, italy, japan, kuwait, luxembourg, malaysia, malta, mexico, morocco, netherlands, new zealand, nigeria, norway, oman, pakistan, panama, peru, philippines, poland, portugal, qatar, romania, saudi arabia, singapore, south africa, south korea, spain, sweden, switzerland, taiwan, thailand, türkiye,turkey, ukraine, united arab emirates, uk,united kingdom, usa,us,united states, uruguay, venezuela, vietnam, usa/ca, worldwide
The text was updated successfully, but these errors were encountered: