Can't access Youtube anymore

Hi folks,
I don't know what's happening but I could go to Youtube and use it to see videos etc. Since last week, I can't even get access to the site. It simply doesn't LOAD (tried with Chromium and Firefox). Tried on Windows today and it worked perfectly. Any idea about what's going on? Any help would be heavily appreciated.
Thanks.
D.

Hi people,
Thanks for your answers.
PING works fine.
TRACEROUTE gives the following result:
traceroute www.youtube.com
traceroute: Warning: www.youtube.com has multiple addresses; using 74.125.234.65
traceroute to youtube-ui.l.google.com (74.125.234.65), 30 hops max, 52 byte packets
1  192.168.0.1 (192.168.0.1)  1.162 ms  0.965 ms  0.797 ms
2  172.16.6.203 (172.16.6.203)  2.814 ms  2.454 ms  2.870 ms
3  ip253.brasweb.com.br (187.62.224.253)  6.986 ms  4.754 ms  3.451 ms
4  201.49.221.2 (201.49.221.2)  5.392 ms  4.398 ms  8.079 ms
5  as15169.sp.ptt.br (200.219.130.55)  31.831 ms  32.079 ms  31.103 ms
6  209.85.243.198 (209.85.243.198)  32.542 ms  31.293 ms  37.387 ms
7  209.85.248.203 (209.85.248.203)  37.350 ms  38.462 ms  32.749 ms
8  * 74.125.234.65 (74.125.234.65)  32.151 ms  31.701 ms
So I can apparently reach youtube, but it takes too long in Firefox or Chromium and it never loads all the page, only few links (no images etc.)
Using a PROXY works 90% (some images don't load).
Any ideas?
Thanks.
Last edited by dicaiopolis (2011-05-29 17:31:48)

Similar Messages

  • Can't access youtube on Mac, no error message - just blank page

    I can't access youtube in firefox. There is no error message. I'm using leaopard on a mac.When I type in youtube.com, nothing happens, the page is completely blank. youtube works in safari. other websites work fine. Works in safari, just not firefox.
    I tried many of the solutions offered for not being able to access youtube but no solution so far. I have uninstalled flash and realplayer and disabled noscript and some plug-ins and still nothing. If I try to access youtube without these items, I don't even get a page saying that I need the flash plug-in, it's just blank. I have re-installed an older version of flash, 11.2. flash was an still is working fine on other sites, I have re-installed firefox. I have tried things like using html5, nothing works. I have read through these help pages and found nothing that helps so far.
    Please help, I have been trying to figure this out for a week and am at my wits end. I need to be able to access youtube in firefox.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can't access YouTube from my update lists.It shows updated but won't let me open app

    HHi,I can't access YouTube or Google+ from my updated apps.
    it shows that they are updated,but I am unable to open the app.Also,they have disappeared from my home screen

    Usually I could just swipe my finger across the screen and the "delete" option would pop up...instead it starts the show/movie and then gives me the error message.  I have tried restarting, I have even tried syncing to my computer.  Even though I don't have the computer set to sync any tv shows or movies, those items are still there.  I'm noticing the same thing with Podcasts in the separate podcast app and in my itunes app under podcasts.  There are several there that I have deleted from my itunes and they still show up on the iphone. 

  • User can't access camera anymore, root still can [SOLVED]

    since the last udev update, i can't access my camera anymore as user. gtkam gives this error:
    An error occurred in the io-library ('Could not find the requested device on the USB port'): Could not find USB device (class 0x6, subclass 0x1, protocol 0x1). Make sure this device is connected to the computer.
    the camera is a canon A75, vendor 04a9, product ID 305b. lsusb says it's connected to Bus 001 Device 011. i added that info to a custom 010.udev.rules file, but i don't know where to add the USB info. :?: user is in the camera group, btw.
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chmod o-rwx $env{DEVICE}"
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chgrp users $env{DEVICE}"
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chmod g+rw $env{DEVICE}", OPTIONS="last_rule"
    thanks for any help.
    >>edit: turns out root can't access the photos, either. the camera is detected and the photos load and show up in gtkam, but when i try to save them i get an error, e.g., "Problem getting 'IMG_0332.JPG' from folder '/store_00010001/DCIM/103CANON'."  wtf? :?:
    >>edit2: okay, i got it by adding
    SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", GROUP:="camera"
    to a 00.gphoto.udev.rules file and restarting udev (i never noticed b4, but no script? i had to kill udevd and do /usr/sbin/udevd -d).
    is that just a kluge fix though? i don't know anything about udev to know if that's the best way to do it, or if there's a better, more "correct" way. i just want to be able to access the camera from now on without having to change rules or mess around with udev anymore (i thought the point of udev was to have transparency to the user? ). thanks.
    >> edit again: i love having conversations with myself.
    okay, i didn't even notice the gphoto.rules file bfore, but i just added the information for my camera to the file, restarted udev, and it seems to work. if the maintainer wants to add the info for canon A75 to the file, the line is:
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="305b", GROUP="camera"

    lanrat wrote:
    Nice conversation :-)
    If your camera isn't already in gphoto.rules you should report it to package maintainer (feature request) and/or gphoto devs.
    I wouldn't modify standard gphoto.rules. I'd rather put this rule in /etc/udev/rules.d/00.udev.rules:
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="305b", GROUP:="camera"
    to avoid overwriting after next update.
    For restarting udev there is /etc/start_udev (or udev_start or something like this - I can't remember it :-))
    thanks, it is /etc/start_udev - i was looking in /etc/rc.d.
    i moved it back to 00.gphoto.rules so it won't get overwritten.
    now that it's verified working in the standard rules, i'll make a report to the devs to add the cam there.
    is your method for doing this in the wiki? i pretty much only figured out how to do it by reading your posts. if you have time, i think it would be a great wiki item.  8)

  • Can't access youtube and google docs.

    I can't access some websites, like youtube (I can only see a page with text and links) and google docs (firefox stops downloading like everything is correct, but nothing happens). Allready fully uninstalled (as far as I know, forgot bookmarks, passwords, etc....) firefox from my OSX 10.6. Installed it again and find the same problems. Other browsers have no problem with these websites. thanks. No errors reported by firefox.

    If it works through the Ethernet port on the AirPort Extreme base station (AEBS) it probably has nothing to do with the AEBS. There must be something about the configuration of the computer connecting wirelessly.

  • EA4500 - can only access youtube, google at a very slow speed, can not access anyother website

    Got a new EA4500 for X'mas
    After setting up the new router I could only access youtube and google at a very slow speed, however I can not access anyother website - facebook, yahoo and etc...
    it would ping yahoo and google no problem
    friend told me to do a tracert some ip address and his conclusion was the router is fully functional
    ISP uses PPPoE, Im sure that the username and password are correct. 
    upgraded to the latest firmware manually, and holy hell accessing the router with no internet access is a pain in the **bleep**! 
    Please help and Merry X'mas

    tonup80 wrote:
    I've made sure that both the EA4500 setting were the same as the WRT54G, did not solve the problem. 
    IP Address behind WRT54G is 192.168.1.103
    behind modem is 202.151.XX.XX
    It might be a DNS problem. Release & renew ip on the status page of your router. Just make sure you are already using the latest Linksys smart wifi firmware, reset the router & reconfigure. You can download the firmware here http://homesupport.cisco.com/en-us/support/routers/EA4500.

  • Can't access youtube

    i have two network LAN and wireless with only one LAN interface in the same subnet and i did rule to allow YouTube from wireless range with only some users , it was working and stoped  the users can access youtube but can't watch video , however the
    lan range who have access can access and watch . i loged that and found that with wireless range user anonymous so what steps should i do to back to default .
    Thanks

    Hi,
    According to your description, do you want to allow all the users to watch videos or just for some wireless users and all LAN users? I would appreciate it if you
    can tell more detailed information about your requirement or post the error message to us.
    In addition, if you want to block YouTube videos for LAN users, you need to create outbound deny access rule in the Firewall policy for this specified users and create a new content type set(such as
    video/mp4,video/x-flvin,video/x-ms-asf)
    in the properties of the rule. For more detailed information, please refer to the link below:
    Configuring content types
    Best regards,
    Susie

  • The new user I created can't access YouTube.

    I created a new user on my MacBook Pro.  This new user appears to be blocked from accessing certain websites, namely YouTube.  I have verified that the new user does have the ability to access any website under Parental Controls.  The strange part is that while logged on as administrator, these sites are not blocked.  Any suggestions?

    Only just seen this, I'm in the UK so your original post was at 11 pm UK time
    As Demo says, when you use home sharing you need to use the same account on both your computer's iTunes (via the File > Home Sharing menu option), and on your iPad via Settings > Music > Home Sharing . If both the iPad and computer are connected to the same wifi network, and iTunes is open on your computer, you should then get a 'Shared' option under the More button at the bottom of the Music app :
    What have you managed to do so far ? Have you enabled home sharing on your computer's iTunes via the File drop-down menu, and if so which account have you used, the old or the new one ? The same account then needs to be used on the iPad as that is what will link them together.
    If you can't remember the password for your old account then you might be able to get it reset via this page : http://iforgot.apple.com

  • Can't access youtube or facebook

    After upgrading to V35 I could no longer access Google, my other browsers on this computer, IE and Chrome could with no issues.
    I uninstalled and reloaded Firefox V35 and now I can reach Google, but have now lost Youtube and Facebook (which are still reachable by the other two browsers). The browser just sits with the trying to connect message before finally dropping back to the page I was on.
    I run Avast Antivirus (free) and Comodo Firewall, I've disabled both with no effect.
    I have cleared the DNS cache in a command window and still the problem exists.
    Any suggestions what could be the cause?

    Do you get this message??
    Try this your pages could be timing out.
    Q: Are you on DSL?
    Type in a Bank URL '''about:config''' then press button "I be careful. I promise"
    Then in the text box at the top '''network.http.response.timeout'''
    it might be set to 300, On the very left side under Value select "Modify"
    Change 300 to 300000 and exit out the tab (Just close the tab and try your sites again)

  • Can't access Youtube & other google services with Safari (maps, translate...))

    Hello,
    since I got my new Macbook (retina 13") several google websites don't work anymore.
    - Youtube
    - google maps
    - google translate
    - google play
    - google books
    - etc.
    It's only a problem with Safari, as soon as I use a different browser like Opera or firefox, everthinks works.
    If I use Safari I get the message:
    "Safari can't connect to Server"
    It never worked with the new Macbook, so I think it can't be a problem of a particilar software installed on my Macbook.
    Thanks for you help.

    Is there an y Proxy server selected?
    Safari > Preferences > Advanced
    Proxies:
    Click "change settings"
    The network preference window  will open up.
    Under "Select a protocol" if any box is checked uncheck it.
    Click "ok", then "Apply".  Close the window.
    Restart Safari.

  • I have a new computer, many of my old tunes and videos were attached to e-mail that no longer exists..can't access them anymore, what can i do?

    I recently bought a new computer, when i set up itunes I found that I no longer had access to many of my tunes and videos as they were for an e-mail account which I no longer have or know the password to...is there a solution to restoring access to itmes that I previsouly purchased under a dead account?

    iTunes purchases are permanently tied to the ID they were purchased with.
    Contact iTunes Customer Support if you have forgotten the password to that account and they can assist you.

  • I can't access FTP anymore after modem update

    I recently updated my modem through Comcast. As a result, I can no longer access FTP sites. I am on MacBook Pro OSX 10.9.1. It was working just fine before the update. Firewall is off and there are no proxies. I have “Use Passive FTP Mode” unchecked as well. I am using Transmit but have tried Fetch as well.
    Here is the error message that I get:The connection has timed out The server at ftp.powweb.com is taking too long to respond. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection.
    Any suggestions would be greatly appreciated. Thanks!

    ckornmann wrote:
    I recently updated my modem through Comcast.
    Did you contact Comcast tech support?  Their response? 

  • Can't access YouTube on ATV in China

    I have been unable to watch any YouTube videos since updating my ATV a few days ago.
    At first I thought it was a network problem - but I can download movie and TV trailers without any problems.
    Then I thought it was a network problem specific to YouTube, but I am able to browse through the YouTube menus and see all the previews.
    Then after reading the posts here tried resetting (many times), and logging into my YouTube account, and logging off, and setting my iTunes Store setting to US, and then to UK and then to other countries all in different combinations but no joy.
    All I see when I try to watch a video is the feint YouTube logo and the spinning 'wheel' in the bottom left corner as it tries to buffer the video endlessly.
    Does anybody else have this problem? I am in China and I thought that it could be a network block, but I can see YouTube videos on my computer without any problem, and also no problem seeing any Apple served content through iTunes or the main Apple site.
    Help!!!

    wow, thanks for the stunning insight, socalmac! certainly solved the problem for me. all i had to do was go to the apple tv settings and select "communist dictatorship" for location and works like a charm now! for those of you that don't have this location setting, you're really missing some classic must see dictator tv. top 5 youtube videos include: "mao with jedi lightsaber", "a day at the salon with kim jong-il", "ayatollah in cocktail dress" (yes, its black, but he looks good with the pearls), and "bush comedy hour" (looks to be ripped directly from CNN though). my personal favorite is "deng xioaping dunking in a monkey suit" but if you look closely you will see they censored out the trampoline he was using.

  • HT1937 I'm from jamaica I'm using a iPhone 4s I've been using FaceTime before I've update my phone to iOS 7 now I can't access it anymore....

    Why is FaceTime not working on my iPhone 4S after it has been update to iOS 7

    You need to contact the seller. If they are the original owner of the phone, they need to remove the device from their iCloud. You cannot get past Activation Lock. Only the original Apple ID and password used to activate the device can be used. If you cannot get the original owner, then return the phone for a refund. It will be useless to you.
    This explains Activation Lock to you http://support.apple.com/kb/HT5818 and this http://support.apple.com/kb/TS4515 explains what it is that you have to try and do. Either way, it requires the original Apple ID and password.
    Message was edited by: ChrisJ4203

  • Can't access firefox anymore because "it does not have a program associated with it"

    Suddenly today I was unable to launch firefox as normal. Told that "this file does not have a program associated with it for performing this action" And that I should create an association in the Folder Option control panel. I have not been able to work out how to do this, and wonder where the program (that has obviously been there for the past few years) has disappeared to?? I am still using Windows XP....... could it be something to do with that?

    There are some malware infections that make it hard to run programs (EXE) files. Hopefully you do not have one of those.
    Could you check whether it is a problem with your shortcut by starting Firefox a different way:
    Start menu > Run, type or paste the following and then press the Enter key or click Go:
    firefox.exe

Maybe you are looking for