You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I used XCDYouTubeKit for my project and encounter a problem for upcoming live stream video in Youtube.
XCDYouTubeKit used to return the remaining time before live stream. However, it is not working now.
Here is the result in Xcode.
[XCDYouTubeKit] Video operation finished with error: The operation couldn’t be completed. (XCDYouTubeVideoErrorDomain error -2.)
Domain: XCDYouTubeVideoErrorDomain
Code: -2
User Info: {
}
May I know there is anyone encounter the same problem?
Is there any idea to fix this issue? Thanks.
The text was updated successfully, but these errors were encountered:
It seems like the first modification makes the user info become empty.
After I use the old code in XCDYouTubeVideoOperation.m, it is working very well.
Hello everyone, I used XCDYouTubeKit for my project and encounter a problem for upcoming live stream video in Youtube.
XCDYouTubeKit used to return the remaining time before live stream. However, it is not working now.
Here is the result in Xcode.
[XCDYouTubeKit] Video operation finished with error: The operation couldn’t be completed. (XCDYouTubeVideoErrorDomain error -2.)
Domain: XCDYouTubeVideoErrorDomain
Code: -2
User Info: {
}
May I know there is anyone encounter the same problem?
Is there any idea to fix this issue? Thanks.
The text was updated successfully, but these errors were encountered: