gologinapp / pygologin

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 running
Other
61 stars 42 forks source link

profile['deviceMemory'] = preferences['gologin']['deviceMemory'] -> KeyError: 'gologin' #80

Closed listmen001 closed 2 months ago

listmen001 commented 5 months ago

The profile was created , the profile ID was received and specified in the code. It gives the following error at startup:

profile['deviceMemory'] = preferences['gologin']['deviceMemory'] KeyError: 'gologin'

Why? There is a profile in the response to the profiles method and there is no key to it "gologin" and even more so "deviceMemory". Then why does the gl.start() method want to find them?

stepjet commented 5 months ago

@listmen001 please test it with latest package version - gologin 2024.1.22082739

listmen001 commented 5 months ago

@listmen001 please test it with latest package version - gologin 2024.1.22082739

I installed the library and tried to use it 2 days ago. can't it be the last one if the version was not specified during installation?

stepjet commented 5 months ago

@listmen001 please test it with latest package version - gologin 2024.1.22082739

I installed the library and tried to use it 2 days ago. can't it be the last one if the version was not specified during installation?

fix added today, run pip3 install gologin --upgrade

listmen001 commented 5 months ago

thx