Eilon Mor

Results 10 comments of Eilon Mor

Found now it might be fixed in: https://github.com/lupomontero/psl/pull/248/commits/e16b9346ed8067f450de4933fc882dab0781aceb Any estimations on when should it be released?

@mjyocca Feel free to open a pull request with this change :) Can be placed [here](https://github.com/eilonmore/linkedin-private-api/blob/master/src/repositories/profile.repository.ts#L37)

Can you check the response returned from LinkedIn? Does it look something like that?: ``` { login_result: 'CHALLENGE', challenge_url: ... } ```

It's LinkedIn's security mechanism that recognizes this request as a suspicious bot request. I have no way to handle the challenge. But we need to explore why it suspects the...

Can you add steps to reproduce this?

So I explored this request, it's quite straightforward to implement. We will need to add an extra method within ``profile.repository.ts``: `` getContactInfo({ publicIndentifier }): ({ publicIdentifier }: { publicIdentifier: string...

@ItzmeSwapy I'm currently training a new maintainer that will take this soon.

Hey @kopax, You can get the LI_AT from the `sessions.json` file. Regarding the experiences, it probably needs to be fetched separately and be joined to the response. It might need...

Does this still happen if you try to send those invites from another LinkedIn account?

If it helps, I've created [linkedin-private-api](https://github.com/eilonmore/linkedin-private-api) It's more for personal use and requires a LinkedIn account but you can basically do everything with it.