Closed scheparev-moberries closed 6 years ago
Can you give us the code you are using ?
sure
client = LinkedInApplication(token=self.access_token)
...
try:
return client.get_profile(selectors=[
'id',
'email-address',
'headline',
'first-name',
'last-name',
'location',
'positions',
'picture-url',
'picture-urls::(original)',
'public-profile-url'])
except linkedin.LinkedInError as ex:
...
I suggest that you try to retrieve all the information one by one in order to find out which one fails. The LinkedIn API is not really well documented, I have no idea which one is not functioning and I don't have the time to check it.
Please give use some feedback once you have found out.
Closing because of no response
I'me getting attribute error on 502 response from linkedin, and the lib is failing to raise a handleable exception. Here is the traceback