You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
Hi, I have an error when i use company_details option.
I have created a function which takes linkedin's url in parameter.
In this function I call begin and I call Linkedin::Profile.new with the url put in parameter and proxy_ip + proxy_ports options. If the proxy fails I call rescue/retry to loop with new proxies (thanks to an API) until I get a successful response.
But when I add the option company_details: true I have this error which is not catched by begin/rescue/retry:
Hi, I have an error when i use
company_detailsoption.I have created a function which takes linkedin's url in parameter.
In this function I call
beginand I callLinkedin::Profile.newwith the url put in parameter andproxy_ip+proxy_portsoptions. If the proxy fails I call rescue/retry to loop with new proxies (thanks to an API) until I get a successful response.But when I add the option company_details: true I have this error which is not catched by begin/rescue/retry:

someone can help me ?