Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
Quote:
Originally Posted by vldcnst
(Post 1162154)
I opened up a network sniffer and I'm seeing 403's when cuteTube is requesting new sub videos. Any ideas?
LE: here's the error from youtube:
Code:
GET /feeds/api/users/default/newsubscriptionvideos?v=2&max-results=30&alt=json&start-index=1 HTTP/1.1..AUTHORIZATION: AuthSub token=<SNIP>..X-GDATA-KEY: key=<snip?>..Connection: Keep-Alive..Accept-Encoding: gzip..Accept-Language: ro-RO,en,*..User-Agent: Mozilla/5.0..Host: gdata.youtube.com....
[snip] 403.
<code>ServiceForbiddenException</code><internalReason>Currently authenticated user does not have access to these subscriptions.</internalReason></error></errors>
|
The API documentation doesn't give any explanation as to what would cause that specific error, though similar 403 responses are caused by having unlinked accounts. Do you have unlinked Google and YouTube accounts?
A couple of weeks ago, I had a problem with that same feed, and it was resolved (without my intervention) within 24 hours. It's possible that they are just making some changes to the API.
|