-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service is None #12
Comments
same. |
I am having this problem as well. |
same for me ..., but I figured it out temporary solution: |
Closed as the latest version (0.2.0) gets on par with Google API 2.0.0. Thank you all for contributing to this. |
I get the following error:
`TypeError Traceback (most recent call last)
in
10 print(service)
11 # Init the album manager
---> 12 album_manager = Album(service)
13
14 # Create a new album
~/jupyter/lib/python3.7/site-packages/gphotospy/album.py in init(self, service)
170 """
171
--> 172 self._service = service["service"]
173 self._secrets = service["secrets"]
174
TypeError: 'NoneType' object is not subscriptable`
The text was updated successfully, but these errors were encountered: