Kirill
Kirill
I also encountered such a bug (or is it a chip?), it helped me to set the parameter in ConfigurationParameters `generateOutDates: .off` And it worked out as follows ``` ConfigurationParameters(startDate:...
This brunch helped me pod 'XCDYouTubeKit', :git => 'https://github.com/dpwilhelmsen/XCDYouTubeKit', :branch => 'hotfix/fix-get-video-info-error', submodules: true But i just replace 2 files https://github.com/dpwilhelmsen/XCDYouTubeKit/blob/hotfix/fix-get-video-info-error/XCDYouTubeKit/XCDYouTubeVideoOperation.m https://github.com/dpwilhelmsen/XCDYouTubeKit/blob/hotfix/fix-get-video-info-error/XCDYouTubeKit/XCDYouTubeVideoWebpage.m **It's working one time, now not work**
And now what i can do? :)
> Note that postToUrl is a shared helper which is pretty simple, so left out here for brevity. Return error "Precondition check failed" :(
> the above mentioned fix seems to work > checkout [#545 ](https://github.com/0xced/XCDYouTubeKit/pull/545) > > the innertube api key is hardcoded and we don't know how long it will last so...
When i try get video info, google return this: ` { URL: https://youtubei.googleapis.com/youtubei/v1/player?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8 } { Status Code: 404, Headers { "Alt-Svc" = ( "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\";...
> > > Note that postToUrl is a shared helper which is pretty simple, so left out here for brevity. > > > > > > Return error "Precondition check...
> Thank you! Worked for me! > Additionally fix extract images from the new response: > In file: XCDYouTubeVideo.m > After line: > `NSArray *thumbnails = XCDThumnailArrayWithString(playerResponse);` > Add this...
@MaatheusGois Hello! Tell me, have you found a solution to the problem that we do not receive anything on a REAL device except the IP address? PS. on simulator -...