Closed hbucchi closed 11 months ago
Hi!
I wasnt able to reproduce this. Ensure you have the correct open_ai key value and cookie values for the file.
config.json
"open_ai_api_key" : "get_this_key_from_open_ai",
"cookies": {
"JSESSIONID" : "Get this from cookie value from browser, ex: ajax:123456789012345678",
"li_at" : "Get this from cookie value from browser, (Ctrl+Shift+I > Applications > Cookies)"
},
Hi!
Linkedin shows a "CSRF check invalid". Seems that auth is not working here. Are you still able to post without it?