rborn / TitaniumYoutubePlayer

Play youtube directly in your app
42 stars 16 forks source link

HTTP error #2

Closed venky-anubavam closed 11 years ago

venky-anubavam commented 11 years ago

Ti.Network.createHTTPClient - It goes to onerror Callback - error {"type":"error","source":{"cache":false},"code":404,"error":"HTTP error","success":false}

rborn commented 11 years ago

Give me more details, platform? Ti SDK, maybe you try to get a wrong video?

venky-anubavam commented 11 years ago

Ti SDK - 3.1.0 IOS - 6.1

Video url running in webview and also running in safari. Now not running in your Application.. Its also getting same error. Previously it was working in my application and your application

rborn commented 11 years ago

Something changed on the YouTube side, looking for a fix

venky-anubavam commented 11 years ago

Thanks in advance. notice me once fixed

rborn commented 11 years ago

Please have a look now, didn't have time to test it on Android. Let me know if you test it on android and if it works or not.

Thank you.

venky-anubavam commented 11 years ago

Great its working fine now.

Can you please provide me what changes made in YouTube. Where you got those information.

rborn commented 11 years ago

They changed the layout, so the old code couldn't find the info anymore. Read the Update section in the readme file to see what I changed

venky-anubavam commented 11 years ago

Thanks for your information.