gologinapp / gologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and runnig
110 stars 83 forks source link

Cant use api #133

Closed moygospadin closed 3 months ago

moygospadin commented 4 months ago

System Linux Code

 const GL = new GoLogin({
    token:'myToken'  ,
     profile_id: 'profile_id',
  });

Api token from this page image Profile id from this page image Got this error ENOENT: no such file or directory, open ](race: Error: ENOENT: no such file or directory, open '/tmp/gologin_profile_66611321e0a4814db3850c71/Default/Preferences')

Ivan-WG commented 3 months ago

issue exists #132 , it's because if you look at the structure in temp, you will notice the path is '/tmp/gologin_profile_66611321e0a4814db3850c71/zero_profile/Default/Preferences')

why you receive no file or directory exists.

NephilimLord commented 3 months ago

Fixed