rapportive icon indicating copy to clipboard operation
rapportive copied to clipboard

SSL issue; getting it to work

Open grinono opened this issue 10 years ago • 6 comments

I'm trying to work with this script, but running the following lines gives an error.

To get it working i should run; from rapportive import rapportive profile = rapportive.request('[email protected]')

from rapportive import rapportive

gives; error: from: can't read /var/mail/rapportive

and

profile = rapportive.request('[email protected]') gives; -bash: syntax error near unexpected token `('

Is their an email system required to get this all working?? As now ./rapportive.py -e [email protected] gives an error

I run the scrips on a Debian machine

grinono avatar Oct 01 '14 09:10 grinono

First, it looks like you're initial errors are occurring because perhaps you are trying to run Python commands directly from the shell without using the Python interpreter?

Additionally, what error is ./rapportive.py -e [email protected] throwing? It looks like some changes have been made to their API recently, so this library may have been broken.

jordan-wright avatar Oct 05 '14 02:10 jordan-wright

@jordan-wright Any idea how to get this working again? I noticed the change too, it happened a few weeks ago.

rbucks avatar Oct 05 '14 21:10 rbucks

Not sure.. I'll see if I can make some time in the next couple of weeks to figure out what changed.

jordan-wright avatar Oct 06 '14 19:10 jordan-wright

Hi jordan, indeed the tool is not working because they changed some elements in the Rapportive tool. Would be great if you would be able to have a look at it...

grinono avatar Oct 13 '14 13:10 grinono

Hi Jordan, any idea when you could check the issue?

grinono avatar Oct 31 '14 13:10 grinono

Rapportive is bought by linkedIn.

In firebug you can see that new api calls are sent to https://api.linkedin.com/v1/people/email=....

artemk avatar Oct 31 '14 14:10 artemk