pull/9655/merge
Martijn van der Ven 1 day ago committed by GitHub
commit 645164f1c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -154,6 +154,7 @@ def _extract_firefox_cookies(profile, container, logger):
container_id = next((context.get('userContextId') for context in identities if container in (
context.get('name'),
try_call(lambda: re.fullmatch(r'userContext([^\.]+)\.label', context['l10nID']).group()),
try_call(lambda: re.fullmatch(r'user-context-(.+)', context['l10nId']).group())
)), None)
if not isinstance(container_id, int):
raise ValueError(f'could not find firefox container "{container}" in containers.json')

Loading…
Cancel
Save