<div dir="ltr"><div>Hi,</div><div>I've configured access to my google contacts, I have 2FA enabled.</div><div>The procedure terminated correctly, but when I restart blink it shows this error:</div><div><br></div>ERROR    [main] Unhandled exception in notification observer <blink.contacts.GoogleContactsManager object at 0x7fd50b84b950> while handling notification 'GoogleAuthorizationWasAccepted'<br>ERROR    [main] Traceback (most recent call last):<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/application/notification.py", line 211, in post_notification<br>ERROR    [main]     observer.handle_notification(notification)<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/blink/contacts.py", line 945, in handle_notification<br>ERROR    [main]     handler(notification)<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/blink/contacts.py", line 951, in _NH_GoogleAuthorizationWasAccepted<br>ERROR    [main]     self._service = build('people', 'v1', credentials=notification.data.credentials, http=Http(timeout=10), cache_discovery=False)  # todo: what's the best fix for cache?<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper<br>ERROR    [main]     return wrapped(*args, **kwargs)<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 235, in build<br>ERROR    [main]     client_options=client_options<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper<br>ERROR    [main]     return wrapped(*args, **kwargs)<br>ERROR    [main]   File "/app/lib/python2.7/site-packages/googleapiclient/discovery.py", line 345, in build_from_document<br>ERROR    [main]     raise ValueError("Arguments http and credentials are mutually exclusive.")<br><div>ERROR    [main] ValueError: Arguments http and credentials are mutually exclusive.</div><div><br></div><div>Do you know what's wrong with it?</div><div>Thanks<br></div><br></div>