Giter Club home page Giter Club logo

upwork-jobs-screener's Introduction

Hi there, I'm Alwaz! ๐Ÿ‘‹

Full Stack Developer and Software Engineer specializing in Web and Tool Development.

You can find web development/application projects, software development, and automation, stay tuned. I am actively working on diverse initiatives, including the development of extensions, CLI tools, and utility tools.

  • ๐ŸŒฑ Iโ€™m currently learning Cyber Security & AI.
  • ๐Ÿ’ฌ Ask me about Reverse engineering, system architecture, React/Next/Astro.js, SPAs/MPAs, Auth Flow, API architecture and development, as well as Configrations ,debugging and optimization.
  • ๐Ÿ“ซ How to reach me: LinkedIn LinkedIn
  • โšก Fun fact: Self-taught (22), plays guitar, learning something new every day..

alwaz-shahid

My skill stack:


If you are interested in working with me or have any questions, please feel free to get in touch!




alwaz-shahid

upwork-jobs-screener's People

Contributors

alwaz-shahid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

upwork-jobs-screener's Issues

ValueError('Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.'))

Hi,
I tried running this on my local machine.
But I have this issue:

ERROR:li:scraper:('[Engineer][United States]', ValueError('Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.'))

I'm not sure what to do?

Thank you!!

Heres the full ERROR:

`INFO:li:scraper:('Using strategy AnonymousStrategy',)
WARNING:li:scraper:("AnonymousStrategy is no longer maintained and it won't probably work. It is recommended to use an authenticated session, see documentation at https://github.com/spinlud/py-linkedin-jobs-scraper#anonymous-vs-authenticated-session.",)
INFO:li:scraper:('Starting new query', "Query(query= options=QueryOptions(limit=27 locations=['Worldwide'] optimize=False apply_link=False skip_promoted_jobs=False page_offset=0))")
ERROR:li:scraper:('[][Worldwide]', ValueError('Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.'))
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/linkedin_scraper.py", line 165, in __run
driver = build_driver(
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/utils/chrome_driver.py", line 91, in build_driver
driver = webdriver.Chrome(**kwargs)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
response = self.command_executor.execute(driver_command, params)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
return self._request(command_info[0], url, body=data)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 118, in request
return self.request_encode_body(
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 217, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 432, in urlopen
conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 303, in connection_from_host
return self.connection_from_context(request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 328, in connection_from_context
return self.connection_from_pool_key(pool_key, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
pool = self._new_pool(scheme, host, port, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 265, in _new_pool
return pool_cls(host, port, **request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 196, in init
timeout = Timeout.from_float(timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 190, in from_float
return Timeout(read=timeout, connect=timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 119, in init
self._connect = self._validate_timeout(connect, "connect")
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
raise ValueError(
ValueError: Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.
[ON_ERROR] Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/linkedin_scraper.py", line 165, in __run
driver = build_driver(
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/utils/chrome_driver.py", line 91, in build_driver
driver = webdriver.Chrome(**kwargs)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
response = self.command_executor.execute(driver_command, params)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
return self._request(command_info[0], url, body=data)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 118, in request
return self.request_encode_body(
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 217, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 432, in urlopen
conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 303, in connection_from_host
return self.connection_from_context(request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 328, in connection_from_context
return self.connection_from_pool_key(pool_key, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
pool = self._new_pool(scheme, host, port, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 265, in _new_pool
return pool_cls(host, port, **request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 196, in init
timeout = Timeout.from_float(timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 190, in from_float
return Timeout(read=timeout, connect=timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 119, in init
self._connect = self._validate_timeout(connect, "connect")
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
raise ValueError(
ValueError: Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.

[ON_END]
INFO:li:scraper:('Starting new query', "Query(query=Engineer options=QueryOptions(limit=5 locations=['United States', 'Europe'] filters=QueryFilters(company_jobs_url=https://www.linkedin.com/jobs/search/?f_C=1441%2C17876832%2C791962%2C2374003%2C18950635%2C16140%2C10440912&geoId=92000000 relevance=RelevanceFilters.RECENT time=TimeFilters.MONTH type=[<TypeFilters.FULL_TIME: 'F'>, <TypeFilters.INTERNSHIP: 'I'>] experience=[<ExperienceLevelFilters.MID_SENIOR: '4'>] on_site_or_remote=[<OnSiteOrRemoteFilters.REMOTE: '2'>]) optimize=False apply_link=True skip_promoted_jobs=True page_offset=2))")
ERROR:li:scraper:('[Engineer][United States]', ValueError('Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.'))
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/linkedin_scraper.py", line 165, in __run
driver = build_driver(
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/utils/chrome_driver.py", line 91, in build_driver
driver = webdriver.Chrome(**kwargs)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
response = self.command_executor.execute(driver_command, params)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
return self._request(command_info[0], url, body=data)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 118, in request
return self.request_encode_body(
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 217, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 432, in urlopen
conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 303, in connection_from_host
return self.connection_from_context(request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 328, in connection_from_context
return self.connection_from_pool_key(pool_key, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
pool = self._new_pool(scheme, host, port, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 265, in _new_pool
return pool_cls(host, port, **request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 196, in init
timeout = Timeout.from_float(timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 190, in from_float
return Timeout(read=timeout, connect=timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 119, in init
self._connect = self._validate_timeout(connect, "connect")
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
raise ValueError(
ValueError: Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.
[ON_ERROR] Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/linkedin_scraper.py", line 165, in __run
driver = build_driver(
File "/usr/local/lib/python3.9/dist-packages/linkedin_jobs_scraper/utils/chrome_driver.py", line 91, in build_driver
driver = webdriver.Chrome(**kwargs)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
response = self.command_executor.execute(driver_command, params)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
return self._request(command_info[0], url, body=data)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 118, in request
return self.request_encode_body(
File "/usr/local/lib/python3.9/dist-packages/urllib3/_request_methods.py", line 217, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 432, in urlopen
conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 303, in connection_from_host
return self.connection_from_context(request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 328, in connection_from_context
return self.connection_from_pool_key(pool_key, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
pool = self._new_pool(scheme, host, port, request_context=request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/poolmanager.py", line 265, in _new_pool
return pool_cls(host, port, **request_context)
File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 196, in init
timeout = Timeout.from_float(timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 190, in from_float
return Timeout(read=timeout, connect=timeout)
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 119, in init
self._connect = self._validate_timeout(connect, "connect")
File "/usr/local/lib/python3.9/dist-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
raise ValueError(
ValueError: Timeout value connect was <object object at 0x78b260dce5c0>, but it must be an int, float or None.

[ON_END]`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.