Marcelo Gazzola Ribeiro
Marcelo Gazzola Ribeiro
Hi @Ulixestoitaca might you provide your code here please? How are you getting cookies and using them?
@tomquirk Why don't you check the cookies from `COOKIE_PATH = os.path.join(LINKEDIN_API_USER_DIR, "cookies/")` ? In my case, saved at: `C:\Program Files\Python38\lib\site-packages\linkedin_api\cookie_repository.py` ``` import os from pathlib import Path HOME_DIR = str(Path.home())...
I got the same problem today and sorted it! Go to `LinkedinApiSettings.COOKIE_PATH` on your linux: ``` /home/ubuntu/.linkedin_api/cookies/ ``` on windows: ``` C:\Users\\.linkedin_api\cookies ``` and delete the cookies.jr file and run...
Hi all, I am getting the same error. It works when Testing but doesn't work when I send HTTP POST request. Actually it works via POST request after I send...
I need something like that as well. I am going to try to code it. One question: Is personal detail considered as meta or content?
Me too! I think your needs are exactly the same of mine! Let’s keep in touch! Tomorrow I will upload a sample here! Sent with GitHawk