Traceback (most recent call last):
File "linkedin_learning.py", line 225, in
loop.run_until_complete(process())
File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "linkedin_learning.py", line 209, in process
await login(USERNAME, PASSWORD)
File "linkedin_learning.py", line 95, in login
raise RuntimeError("[!] Could not login. Please check your credentials")
RuntimeError: [!] Could not login. Please check your credentials
Traceback (most recent call last): File "linkedin_learning.py", line 225, in
loop.run_until_complete(process())
File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "linkedin_learning.py", line 209, in process
await login(USERNAME, PASSWORD)
File "linkedin_learning.py", line 95, in login
raise RuntimeError("[!] Could not login. Please check your credentials")
RuntimeError: [!] Could not login. Please check your credentials