Closed (fixed)
Project:
Media: YouTube
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jul 2017 at 18:27 UTC
Updated:
19 Dec 2020 at 01:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mcdoolz commentedComment #3
joseph.olstadPlease submit a patch that handles error code 110
Comment #4
opdaviesI've had the same issue. Here is a patch that throws the same MediaInternetValidationException, just with a different error message.
Comment #5
joseph.olstadthanks!
RTBC
Comment #6
joseph.olstadok should commit this soon.
Comment #7
aaronelborg commentedNot really the same issue but I ran into an issue where the request was returning a 404. Seems like a strange timing issue.
Attached patch seems to do the trick.
Comment #8
opdaviesIf #7 is a fixing a different thing, it should probably be in it's own issue instead of adding to this one.
Comment #9
stovak commentedGoogle as a company is deprecating "http" on all API's. All these API's need to be 100% https.
makes a http call that almost always times out. Creating a new ticket to fix this.
Comment #11
joseph.olstadComment #13
mikeytown2 commentedHeads up that Google now will always return a 200, thus you need to look at the headers vs http status code.