-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
KeyError Traceback (most recent call last)
Cell In[8], line 1
----> 1 api.get_profile(profiles[9]['urn_id'])
File ****site-packages\open_linkedin_api\linkedin.py:747, in Linkedin.get_profile(self, public_id, urn_id)
745 data = res.json()
746 if data and "status" in data and data["status"] != 200:
--> 747 self.logger.info("request failed: {}".format(data["message"]))
748 return {}
750 # massage [profile] data
KeyError: 'message'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels