jjinux / party-playlist-picker

This is a demo project that makes use of YouTube and Google+ APIs to allow users to collaboratively edit a YouTube playlist.
Apache License 2.0
0 stars 1 forks source link

RequestError: {'status': 410L, 'body': 'No longer available', 'reason': ''} #6

Open jacobbuck opened 8 years ago

jacobbuck commented 8 years ago

Once authenticated, I get:

Traceback (most recent call last):
  File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 715, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/initialization.py", line 56, in check_login
    handler_method(self, *args)
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/../third-party/oauth2client/appengine.py", line 235, in check_oauth
    method(request_handler, *args)
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/handlers/playlistshandler.py", line 34, in get
    yt_service.GetYouTubePlaylistFeed, username="default")
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/utils/youtube.py", line 105, in fetch_feed_and_entries
    feed = get_feed_callback(*args, **kargs)
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/../third-party/gdata/youtube/service.py", line 350, in GetYouTubePlaylistFeed
    return self.Get(uri, converter=gdata.youtube.YouTubePlaylistFeedFromString)
  File "/base/data/home/apps/s~party-playlist-picker/1.361544138219890479/playlistpicker/../third-party/gdata/service.py", line 1108, in Get
    'reason': server_response.reason, 'body': result_body}
RequestError: {'status': 410L, 'body': 'No longer available', 'reason': ''}
jacobbuck commented 8 years ago

Might be related to https://github.com/jjinux/party-playlist-picker/issues/5