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
When running http_api.py its giving me this error:
Mathiss-iMac:match_ai mathis$ python3 http_api.py
Traceback (most recent call last):
File "http_api.py", line 17, in <module>
from linkedin.linkedin import LinkedInAuthentication, LinkedInApplication, PERMISSIONS
File "/usr/local/lib/python3.7/site-packages/linkedin/linkedin.py", line 294
except (requests.ConnectionError, requests.HTTPError), error:
^
SyntaxError: invalid syntax
I have looked through the previous issues and found that #86 is a similar issue. But this was in august of 2015, so I'm not sure if this has been fixed and re-appeared or if it hasn't yet.
Currently using Python 3.7.3 with linkedin==0.1.5.
I hope it can get resolved. Thanks!
The text was updated successfully, but these errors were encountered:
When running
http_api.py
its giving me this error:I have looked through the previous issues and found that #86 is a similar issue. But this was in august of 2015, so I'm not sure if this has been fixed and re-appeared or if it hasn't yet.
Currently using Python 3.7.3 with linkedin==0.1.5.
I hope it can get resolved. Thanks!
The text was updated successfully, but these errors were encountered: