beeper / linkedin

LinkedIn Messaging <-> Matrix Bridge
Apache License 2.0
69 stars 14 forks source link

Manual Token login error #19

Closed AnisTaluqdar closed 1 year ago

AnisTaluqdar commented 1 year ago

Failed to log in: Deserialising to <class 'linkedin_messaging.api_objects.UserProfileResponse'> failed because response was 403. Details: CSRF check failed.

sumnerevans commented 1 year ago

You probably entered one of the tokens incorrectly, probably the JSESSIONID. Can you give an example of how you invoked the login-manual command?

AnisTaluqdar commented 1 year ago

Example: login-manual li_at "JSESSIONID"

AnisTaluqdar commented 1 year ago

Ah I was used jsessionid as a string " "

I have to remove " "

Now it successfully logged

sumnerevans commented 1 year ago

I guess I should make the command automatically strip off the "s...