-
Notifications
You must be signed in to change notification settings - Fork 627
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
getVideoWithIdentifier return XCDYouTubeVideoErrorDomain error #534
Comments
get_vid_info is shut-downing. |
HI, the error appears again on my side - Error Domain=XCDYouTubeVideoErrorDomain Code=-3 |
https://stackoverflow.com/a/67629882
|
it seems that the updated request is now working on my side. I hope it will continue to work. |
This also seems to fix it on my end (for now...). Good find @armendh! |
Yep can confirm this fixed it for me too thanks @armendh |
I've created a PR here: alexeichhorn#3 though you could install the fix by updating your podfile with:
|
@philmmoore great, thanks, good luck |
…ErrorDomain-error-code-3 Fixes issue 0xced#534
Great solution. It works for me as well 🎉 I just changed line value 151. in XCDYouTubeVideoOperation.m to this below.
|
same issue. common videos works fine but "LIVE NOW" videos didn't work |
I use this line to make pod update works
|
did you test the "LIVE NOW" videos ? |
|
live videoIDs : hartiIFC1s4, azl07ua79pa |
PR #536 seems the best hotfix for now, but we need a long-term solution for this. |
So, finally, can you play the live videos(hartiIFC1s4, azl07ua79pa) using XCDYoutubekit? |
The second video is no longer valid. The first one does not play, the player just keeps on loading. |
@markdegrootnl |
More in: 0xced#534
This also works for me |
This solution is not completely fixed, sometimes it works, sometime not. |
I followed 2 modifications from another closed issue to fix the live broadcast cannot be played problem. #538
But this is resulting in another issue, the user info for upcoming live stream will return error: XCDYouTubeVideoErrorDomain: -2 instead of remaining start time. |
Hello folks! seems that Again this is not working, i can't play videos on iOS. even with the latest modifications to the line 152, seems that again the URL schema has change, since i can't decode the response. Any ideas? |
Somehow this is working again... |
@CharlyVaiMX |
Hello,
XCDYouTubeClient.default().getVideoWithIdentifier(videoID)
This method above always returns error XCDYouTubeVideoErrorDomain with code -3. I think Youtube API changed something.
Do you know anything about it?
The text was updated successfully, but these errors were encountered: