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

fixes #102

Closed th69nd closed 1 year ago

th69nd commented 1 year ago

setProfileId should set bookmarksFilePath

th69nd commented 1 year ago

When we specify the profile_id in setProfileId and not in the GoLogin constructor, this throws an error. [Error: ENOENT: no such file or directory, open '/tmp/gologin_profile_undefined/Default/Bookmarks'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/gologin_profile_undefined/Default/Bookmarks' }