Today youtube videos and playlist tabs stopped working for me in all channels. I've tried it both on Chrome (logged in) and Firefox (not logged in). Both times the panel just turns blank when trying to access the videos or playlist tabs in the channel.
The only thing that worked for me was reinstalling Chrome and disabling plugins.
The only workaround I've found is to remove /c from the URL.
My URL looked like this:
https://www.youtube.com/c/[channel]/videos
When I remove the /c from the URL it shows the videos correctly. I am surprised this issue has not received more complaints. I think it is something do with the google account because when not signed in, videos load normally for me, when signed in I get the exact same issue as you have shown above. I have not found the problem mentioned anywhere else on my google search. It is a difficult problem to find help with because there are so many similar results when using the keywords blank youtube channel videos. I see what you mean when the /user part is in the url there is no /c to remove so the workaround doesn't help you there.
Related
I'm trying to open a .rar file but it has password and it's in the description of a video on Youtube but when I checked the link again it was private and I don't remember the channel's name, so I just want to know if there's a way to find this channel because I just wanna ask to the user if I could have the password. This is the url if it helps, thanks.
https://www.youtube.com/watch?v=6rTPvftDHtQ
I typed "6rTPvftDHtQ" on Google in order to have only webpages containing exactly 6rTPvftDHtQ.
I let you find more details about the other interesting result except this StackOverflow post. The video gaming creator Mataraxu posted the URL of the video as a comment of a Facebook post and the post shares this YouTube channel URL https://www.youtube.com/channel/UC1OnhcSrtZcaI4cgKAfsxsw. If he isn't the man you are looking for, I let you ask him more details.
I WebArchived the webpage from the Google cache because his Facebook webpage doesn't seem to contain anymore this post (and comment), I let you delve this result.
By the way don't hesitate to check your web-browser history as you said that you already went to the video webpage. Maybe with luck you also went on the main webpage of the YouTube channel and then in the URL you would have its name or id.
As far as I know there is no way to do that. One hope would be the waybackmachine, but that has no snapshot of this video page either. So unfortunately you won't be able to search him I guess.
Best Regards!
Since last 4 days I am not able to play any video on youtube. It shows an error "An Error Occurered. Please Try again Later" on laptop but works fine on mobile. Both have same Internet connection
I did following things:
1. Updated my Google Chrome
2. Deleted all temp, cache and cookies
3. used CCLeaner to clean whatever is left out.
4. Checked and Updated Adobe Flash (anyway it was updated)
5. Some other trouble shooting steps were also tried.
6. Tried changing video quality (downgraded)
7. Tried changing DNS of IP4
Nothing seems to be working.. rest everything is working fine except Youtube. Please do help me.. Thanks in advance :)
look at this links: YouTube Help Forum and CCM- an error occurred please try again later.I would try some of the suggestions from those forums. But if it doesn't help try using different browser.
Try opening www.youtube.com in a different browser, like Mozilla firefox. If it doesn't help, check if www.youtube.com is listed in the blocked website list of windows firewall. To do this, go to C:/WINDOWS/SYSTEM32/DRIVERS/ETC/HOSTS . It's a text file which contains entries of blocked websites on your local host.
If you find such a entry as 127.0.0.1 www.youtube.com youtube.com ; cut it, save the file and try accessing youtube now.
Hope this helps.
I was trying to share a Youtube link and wanted the person to just see that clip without any of the irrelevant suggestions that pop up next to it. I knew that adding ?rel=0 (or &rel=0) at the end of the URL used to achieve this, but this doesn't seem to be working anymore. After googling a bit, I found suggestions to use the youtu.be domain instead of youtube.com, but suggestions were shown nonetheless, or the URL gave an error. How else can I share this link and have no 'related' clips shown on the side? Thanks!
rel=0 is used to disable related videos shown at the end of a video, not to remove the suggested videos in the sidebars.
You can use the embed URL to access the video on it's own - http://youtube.com/embed/dQw4w9WgXcQ. Add ?rel=0 to disable the related videos at the end too.
Note, that rel=0 no longer works if you are signed into your Google account (YouTube, Gmail, etc).
&rel=0 only works when not signed in. However, you can get around this by using the enhanced privacy mode:
https://www.youtube-nocookie.com/embed/[id]?rel=0
As of August 23, 2018,
The behavior for the rel parameter is changing on or after September
25, 2018. The effect of the change is that you will not be able to
disable related videos. However, you will have the option of
specifying that the related videos shown in the player should be from
the same channel as the video that was just played.
To be more specific:
Prior to the change, if the parameter's value is set to 0, then the player does not show related videos.
After the change, if the rel parameter is set to 0, the player will show related videos that are from the same channel as the video that was just played.
Twitter button is replacing every link on the page in Internet Explorer 8
I just copied and pasted the code from Twitter.
It only does it in IE8, however, in other browsers it shows the button count as #undefined, although it works.
It must be a conflict with other javascript files. I just wanted to see if someone else has had this problem before.
Thanks
Sadly it's a Twitter Issue you can follow the updates here: https://dev.twitter.com/issues/486
I have uploaded 1 video to my YouTube channel. Everything works fine when I try to get the list of uploaded videos this way:
http://gdata.youtube.com/feeds/api/users/[*my user name*]/uploads
But when I try to sort it, I get a list of 2 deleted videos that I am assuming were uploaded during one of my earlier tests:
http://gdata.youtube.com/feeds/api/users/[*my user name*]/uploads?orderby=published
Any ideas what might be going on?
Including orderby= causes requests to go against the search index rather than the backend datastore:
https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds#User_Uploaded_Videos