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 "InSpy.py", line 56, in
for response in search_linkedin(args.company, os.path.abspath(args.titles)):
File "/home/beckox/InSpy/lib/workbench.py", line 65, in search_linkedin
if response["status"] == 200:
TypeError: 'NoneType' object has no attribute 'getitem'
WHAT SHOULD I DO, HOW CAN I RESOLVE THIS?
THANKS IN ADVANCE FOR YOUR SUPPORT.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "InSpy.py", line 56, in
for response in search_linkedin(args.company, os.path.abspath(args.titles)):
File "/home/beckox/InSpy/lib/workbench.py", line 65, in search_linkedin
if response["status"] == 200:
TypeError: 'NoneType' object has no attribute 'getitem'
WHAT SHOULD I DO, HOW CAN I RESOLVE THIS?
THANKS IN ADVANCE FOR YOUR SUPPORT.
The text was updated successfully, but these errors were encountered: