[android-developers] Re: You need to enter a valid Youtube address.

2015-04-29 Thread jbrohan
I tried removing the 's' in https, and incidentally changing the url to 
include the 'watch' parameter as in...
http://www.youtube.com/watch?v=PhXy552unRU
I think the root of the problem is that the youtube movie was tested as 
unlisted and maybe that parameter stuck too long.
Good Luck

On Monday, November 19, 2012 at 2:03:15 AM UTC-5, Keith Wiley wrote:

 I realize this issue is not really about Android development, but ever 
 since the Android Market Forum went away, I have not been sure where 
 developers should discuss Google Play Store administration problems.  If 
 you know a better place than this group, please politely inform me, I would 
 appreciate the clarification.

 Otherwise, here goes...

 I'm trying to set up a new app and it won't let me enter a promo video 
 URL. I keep getting an error *You need to enter a valid Youtube address.*, 
 which is staggeringly unspecific feedback.  Isn't a proper youtube URL of 
 the form *https://www.youtube.com/watch?v=XXX 
 https://www.youtube.com/watch?v=XXX*?  I don't know what else 
 to try.

 Any ideas?

 Thanks.



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: You need to enter a valid Youtube address.

2013-12-18 Thread Gopinath Prathapaneni
Remove the 's' in 'https' in the url. It works.

On Monday, November 19, 2012 12:33:15 PM UTC+5:30, Keith Wiley wrote:

 I realize this issue is not really about Android development, but ever 
 since the Android Market Forum went away, I have not been sure where 
 developers should discuss Google Play Store administration problems.  If 
 you know a better place than this group, please politely inform me, I would 
 appreciate the clarification.

 Otherwise, here goes...

 I'm trying to set up a new app and it won't let me enter a promo video 
 URL. I keep getting an error *You need to enter a valid Youtube address.*, 
 which is staggeringly unspecific feedback.  Isn't a proper youtube URL of 
 the form *https://www.youtube.com/watch?v=XXX 
 https://www.youtube.com/watch?v=XXX*?  I don't know what else 
 to try.

 Any ideas?

 Thanks.



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Re: You need to enter a valid Youtube address.

2013-08-20 Thread Cássio Oliveira
August 2013 and the problem stills. Thanks for  this thread to show the 
solution!

On Monday, November 19, 2012 11:08:58 PM UTC-3, Keith Wiley wrote:

 So, I have sort of found the problem and solution.  This is really really 
 weird.  If I type a youtube address into FireFox or click on a youtube clip 
 in youtube to go to that video, it automatically forwards to https even 
 if I start with http.  If I copy/paste the https URL into the dev 
 console, it rejects it as I have described in this thread even though the 
 https URL loads the video just fine.  I must manually edit the URL to be 
 http in the dev console in order to make it go through.

 Admittedly, Safari didn't seem to convert the URL to https so the error is 
 somewhat browser specific.  Nonetheless, I am amazed that I found 
 absolutely no description of this problem as I was trying to figure out 
 what was going on.

 So, now it's documented, here, in this thread...forever.

 Cheers!


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Re: You need to enter a valid Youtube address.

2012-11-19 Thread Keith Wiley
Incidentally, I don't think the problem is my video.  For example, I found 
another app on the market, not my app, which had a video.  I attempted to 
attach the youtube URL to that video to my app (just to test of course) and 
I got the same error.  Presumably, the URL format in my first post in this 
thread is not, in fact, correct...but I am confounded as to what the 
correct format is.

Gah!  Why is the error message so unhelpful.

Please help.  Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: You need to enter a valid Youtube address.

2012-11-19 Thread Keith Wiley
I also tried the youtube short URL, btw, i.e., http://youtu.be/XXX.
http://youtu.be/KmBVrga0mGw

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: You need to enter a valid Youtube address.

2012-11-19 Thread Ralph Bergmann | the4thFloor.eu

Am 19.11.12 09:39, schrieb Keith Wiley:

I also tried the youtube short URL, btw, i.e.,
http://youtu.be/XXX .
http://youtu.be/KmBVrga0mGw


I have added this video with success 
http://www.youtube.com/watch?v=zHirwKGEfoE



Ralph

--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: You need to enter a valid Youtube address.

2012-11-19 Thread Keith Wiley
I couldn't get that to work.  Did you add it using the old console system 
or the new one?

On Monday, November 19, 2012 1:08:14 AM UTC-8, Ralph Bergmann wrote:

 Am 19.11.12 09:39, schrieb Keith Wiley: 
  I also tried the youtube short URL, btw, i.e., 
  http://youtu.be/XXX . 
  http://youtu.be/KmBVrga0mGw 

 I have added this video with success 
 http://www.youtube.com/watch?v=zHirwKGEfoE 


 Ralph 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: You need to enter a valid Youtube address.

2012-11-19 Thread Keith Wiley
So, I have sort of found the problem and solution.  This is really really 
weird.  If I type a youtube address into FireFox or click on a youtube clip 
in youtube to go to that video, it automatically forwards to https even 
if I start with http.  If I copy/paste the https URL into the dev 
console, it rejects it as I have described in this thread even though the 
https URL loads the video just fine.  I must manually edit the URL to be 
http in the dev console in order to make it go through.

Admittedly, Safari didn't seem to convert the URL to https so the error is 
somewhat browser specific.  Nonetheless, I am amazed that I found 
absolutely no description of this problem as I was trying to figure out 
what was going on.

So, now it's documented, here, in this thread...forever.

Cheers!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en