IChat Sharing doesn't work... When is it going to be fixed?

After attempting several times to resolve this issue with an Apple technician, with the last technician advising me that it was a bandwidth issue, (I have since increased my bandwidth to 7 Mbps, and the problem still haven't been resolved) when is this issue going to be fixed? After the 10.5.7 update, the iChat software no longer works. The error message states "No activity has been received in the last 10s" which is seen on both computers after the connection is completed for 15 seconds. I've done every thing from changing the port number, to reinstalling iChat. Can anyone give me any info about any update to fix this problem?

Use UPnP in you routing device.
10:07 PM Thursday; July 30, 2009
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Similar Messages

  • Lumia 920 - internet sharing doesn't work: Connect...

    Hello all,
    I'm experiencing a serious problem with the lumia 920. It seems impossible to share my internet connection. Something I normally use for several hours a day. If this problem can't be fixed soon, ill be forced to swithc back to iphone or htc.
    Problem description:
    When turning "internet sharing" on:
    Connection not shared - There is no cellular data connection to share right now. Check your cellular settings and signal, and try again.
    Important remarks
    Belgium - cellular provider is Mobistar
    I can browse, sync email, etc over the provider's network ans send and receive MMS.
     Provider does not block internet sharing. Have always used this.
    OS Version 8.0.10211.204
    Firmware revision: 1232.5957.1308.0002
    Access point :
     Nokia Access Point version:3.4.1.7 - db 2.0.0.100 - lib 1.2.0.7
     The default access point provided in the Nokia Access Point app does not work: can't even browse.
     Using a manually added APN:
     Data type (default / LTE) tried both. Everything keeps working - except internet sharing...
     APN pro.web.be  (for professional subscribers)
    MMS APN mms.be
    MMSC address: https://mmsc.mobistar.be
    What have i tried to remedy the situatiuon?
     updated the Nokia Access Point app
     changed language to spanisch using OTA update (silly, but read on a forum this might help)
     soft reset of the phone (often!)
     deleted the manually created access point
     Hard reset of my phone
    I'm interested, of course, in any tips to solve this serieus bug / issue / problem.
    (my best guess is that Nokia tries to help their customers with the Access point app, but fails to do so).
    Please, if any of you experience the same problem please respond to this post so we can get an idea about how big of a problem this is.

    Hi,
    I had the same problem. But I let it go after weeks of corresponding with Mobistar.
    Yesterday I went to a Mobistar shop, the guy tried lots of thing I already tried (different apn's, ...).
    Then he told me the it's a problem with business clients. They have to use the apn web.pro.be, where internet sharing doesn't work (he doesn't know why).
    But, that if I call to Mobistar and ask to activate apn mworld.be on my telephone number, it should work.
    Today I called Mobistar Business (you can find the helpdesk number on your invoices), asked to activate mworld.be to have internet sharing access on a windows phone.
    Half an hour later, using mworld.be as apn i have internet access, and I can share my internet connection.
    regards,
    Stijn

  • Lync screen sharing doesn't work in Windows 10 Technical Preview (9879 Build)

    Why Lync screen sharing doesn't work in Windows 10 Technical Preview?
    It works well Windows 8.1, but why not in Windows 10?

    Hi PriTeddy,
    Thanks for your feedback.
    As Paul Adare said, Microsoft has noticed such issue, they are listed in following blog:
    http://blogs.windows.com/bloggingwindows/2014/11/12/new-build-available-to-the-windows-insider-program/
    Some known problems:
    As with the last build, you’re getting hot-off-the-presses code which means there are a few issues. We’ll be publishing WU updates shortly to fix the first two, but the remainder will not be fixed for 9879.
    •In some cases you may get a black screen when trying to log-in or unlock. The only option is to hold the power button to hard reboot.
    •You will be unable to connect to Distributed File System network locations.
    •Some systems may see disk growth of 20GB+ due to driver install duplication. On systems with low disk space this can block setup and cause a rollback to the previous build.
    •Skype calls will disconnect and Music will stop playing if those apps are minimized.
    •There are several known issues with screen sharing with Lync.
    Let’s wait for next builds.
    Alex Zhao
    TechNet Community Support

  • My speaker doesn't work when I try to listen to music or open up a quick time file, however they seem to work perfectly when I listen to a voice memo (p.s. the volume slider disappears in a song page and even in the multi tasking bar)

    my speaker doesn't work when I try to listen to music or open up a quick time file, however they seem to work perfectly when I listen to a voice memo (p.s. the volume slider disappears in a song page and even in the multi tasking bar)

    Thanks for your solution, it wasn't quite what solved the problem but i remembered that i had a bit of salt water on my phone recently and spraying the charging port with an anti-oxide spray solved my problem, do you mind if i ask, how is the charging port related with the volume or/and speakers?

  • BitmapData draw method doesn't work when the project is published as the .swf file of the web applic

    Hi,
            I am totally confused by this strange error. When I tried using the draw method of BitmapData to draw a movieclip symbol of my project, it seems to work fine locally. However, as I uploaded the published .swf file to my web server and launched it as the plugin of my web application, it failed. The source codes as follows,
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    message3 didn't show at all. Instead, the browser console shows "Uncaught Error: Error calling method on NPObject.". My understanding of this error message is that the .swf is calling something crashing, and I believe that bd.draw(stage)is the crashng method call.
    Also, here is my html embed tag:
        <embed src="/tests/videoplayer.swf" id="flash" quality="high" height="510" width="990" scale="exactfit" name="squambido" align="middle" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin: 0px auto;clear:both;position:relative;"/>
    Can someone help me?

    Thank you for your reply.
    I tried stageWidth and stageHeight, but it still doesn't work.
    The draw() methid is triggered when I clicked a screenshot button in my application as follows,
    ExternalInterface.addCallback("printscreenClicked", printscreenClicked);
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    Would you please give me an example of "waiting for Event.RESIZE is good, or just at least Event.ENTER_FRAME"?
    My real purpose in this application is to capture a snapshot of a streaming video. The video is contained in a movieclip object. I tried stage first since BirmapData.draw() doesn't work when drawing the movieclip on the web site. Do you have any suggestion for this situation? Also, is there any good method to find out what happened if the browser have "Uncaught Error: Error calling method on NPObject."?

  • I have different account ID's with my iphone and computer. I would like to standardise both to just the one. One of the ID's doesn't work, when I tried to list the second email with the preferred one a message telling me that this email is already in

    I have different account ID's with my iphone and computer.
    I would like to standardize both to just the one.
    One of the ID's doesn't work, when I tried to list this second email with the preferred one a message telling me that this email is already in use pops up.. yes it is, with me??
    Is there an easy to fix this please, Fabfitz

    If the email address you want to use is being used as the primary email address on a different ID you have to manage that ID and change it to a different primary email address.  This explains how: Change your Apple ID - Apple Support.
    If it is being used as an alternate or rescue address on a different ID, you manage the ID and either remove it or change it to a different email address.  This explains how: Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support.

  • I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing

    I have Adobe Acrobat 9.5.4 installed on my computer and it doesn't work when PDFing my document using Microft Word 2010. I have tried using the tab add-in, but it doesn't respond either. The only way to convert my document is to save it as a .pdf from the save as drop down box. I need to be able to have the full functionability of creating a PDF document with the tabs and links working.
    Please help!

    From OFFICE 2010 you either have to have AA X or just print to the Adobe PDF printer. You give no information on your operating system or specifically what you mean by PDFing -- there are multiple ways to create a PDF from a WORD document and you have given no information. However, in this case your only choice is to print to the Adobe PDF printer. Otherwise, you need to upgrade Acrobat.

  • [Photoshop CC 2014] Click&hold-move-release doesn't work when adding adjustment layer from the layer panel

    When selecting a menu item I used to click the left mouse button and hold it down, move the pointer to the desired menu item and release the mouse button. Everything works fine in the mine menu, but there's a problem when adding new adjustment layer from the layer panel: when I release the button nothing happens, I have to press the button again. In previous PS version it worked fine. How can I fix this?

    I don't think that is user fixable, meaning you'll have to wait till adobe fixes it with an update.
    Photoshop cc 2014
    windows does not work
    mac does work
    Did you already post over here:
    [Photoshop CC 2014] Click&hold-move-release doesn't work when adding adjustment layer from the layer panel

  • TS1398 The internet on my Iphone 4 doesn't work when I use the Wifi

    The internet on my Iphone 4 doesn't work when I use the Wifi at home. My Mac works fine. On the Iphone it shows it's connected but it doesn't open any app. Anyone knows what to do? Thanks

    Ÿ. If you tap and hold the "Y" does it appear? If so, just slide your finger up to select.

  • It doesn't work when I press "transfer purchased items from ipod" and I don't know specidicly whitch item I need to transfer

    It doesn't work when I press "transfer purchased items from ipod" and I don't know specidicly whitch item I need to transfer.
    Whenever i press "transfer purchased items from ipod", itunes sync's for about 3 seconds, but I still can't install updates on the ipod without itues warning me about purchased items on the ipod, that aren't in the itunes library. I've tried folowing the steps in itunes help, but I can only find a step guide for when you know the specific item that needs transferring, and I donøt know that specific item.

    This Apple Tech Note explains the process:
    http://support.apple.com/kb/ht1848
    It will transfer all purchased items that the computer you are transferring to is authorised to play: you don't have to select the items.

  • I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

  • Imessage doesn't work when i connect to my wifi only works on mobile date how do i fix this?

    Imessage doesn't work when i connect to my wifi only works on mobile date how do i fix this?

    1. Did you use Bootcamp Assistant?
    2. Did you build a USB with Windows 7 ISO and Bootcamp drivers?
    3. You should use a USB2.0 disk, not a USB3.0 disk (flash drive).
    4. What year is the Retina MBP?

  • My iPad takes hours to charge even when I turn it off I have bought like 6 chargers and my iPads been sent back twice and it still doesn't work when I'm charging it

    My iPad takes hours to charge even when I turn it off I have bought like 6 chargers and my iPads been sent back twice and it still doesn't work when I'm charging it what do I do ??

    I am also having the same problem.. Its too much annoying and its unfortunate nobody at apple support has anyclue of what is happening?
    ... This is happening almost most of the time keeping my phone down most of the times.

  • How do I delete items in my calendar when it doesn't work when I hover them over the trash can?

    How do I delete items in my calendar when it doesn't work when I hover them over the trash can?

    There are several ways
         - Selecting the event and hitting the "delete" key on your keyboard (as Wayne Contello said)
         - Selecting the event and opening the "edit" dropdown menubar item, and then selecting "delete"
         - Selecting the event and right clicking, then selecting "cut" (this option puts the event on your clipboard)

  • Collapse action doesn't work when several hierarchical columns in a report

    Hello everyone!
    I have an analysis which contains 6 hierarchical columns. And the problem is that for the 5th and 6th columns collapse doesn't work. I can easily expand the column, but I can't collapse it back. The first four columns are collapsing fine. Is there a bug which describes this?
    I'm using OBIEE 11.1.1.6.7. Tried to check this issue in Mozilla and IE - collapse didn't work in neither of them.

    It doesn't work here either. After checking the italicized bit below, I see that it doesn't work when called by an application either. It looks like a bug.
    Here's the fix I found here. Put it in the automator action "run Applescript"
    http://bbs.applescript.net/viewtopic.php?id=15292
    on run {input, parameters}
    --Pop Box
    display dialog "Automator hosed me with a bug, so I'm making you wait for 5 secs with delicious Applescript." giving up after 5
    return input
    end run
    The non-working solution :P
    One suggestion - split the workflow into two (or more) parts.
    1. Open Finder Items with Default Application
    2. Ask for Confirmation
    3. Run Workflow
    4. Wait for User Action
    5. Open Finder Items with Specific Application
    Save the first as an app, the second as a workflow.
    BG3, G4QS, G4ALPB   Mac OS X (10.4.3)  

Maybe you are looking for

  • Ipod affected by podcast (air america DRM?)/firewaire error message

    I've had problems with one of two nano's in the house. The "firewire is not supported..." message without anything connected was the problem. The ipod was into Apple three times, each time they found nothing, and when I synced it back up to the origi

  • Adobe Acrobat 9 Pro Installation help?

    I have the Adobe Creative Suite 3 Design Premium for Mac. I installed InDesign, Photoshop, Illustrator, Flash, and Dreamweaver with no problems about a year ago. I realized that I never installed Acrobat... On the front cover it says "Install softwar

  • Themes have disappeared

    After updating to the latest version of Firefox all the themes under addons have simply disappeared, and when I click get addons the page goes into perpetual load, with the little loading circle swirling away. The themes page never loads...

  • From Lightroom to iCloud photo library

    Is there any way to write from the Mac to the iCloud photo Library? I just want to get rid of Lightroom mobile, but I want a quick sync for all photos. Is there a folder on the Mac where I can write to and which iCloud will pick for the photo Library

  • Split mirror backup action in db13

    Dear gurus, I am trying to schedule  Split Mirror Datbase Offline / Split Mirror Datbase Online Backup through db13. But these specific action is not showing in DB13. I am using AIX with Oracle 10g (sap ecc6 version) Please guide how to configure the