Skype Home refuses to comply with my wishes

So for several weeksI haven't been able to use or see skype home. It's not too inconvenient, but I mean, I'd like to see what my friends post and are up to.
I've tried updating skype and that didn't change anything.
Any other suggestions?
The exact message it gives me is 
Solved!
Go to Solution.

If your Internet Explorer cannot display this link, then Skype will not be able to display the Home page either.
The above link is used by Skype to display the Home page. The https://apps.com/home/ site is loaded using Internet Explorer engine.
Try to reset all Internet Explorer settings to default.
http://support.microsoft.com/kb/923737
Also make sure that the apps.skype.com site is not blocked in your Internet Explorer.

Similar Messages

  • Skype home page on MAC

    My Skype home page does not show "Contacts", "Recent", "Call Phones" and "Profile". How do I change it to have it?
    This is how I expect it to look like.
    http://www.techhive.com/article/242716/how_to_use_skype_for_voice_and_video_chat_on_your_android_ios...
    Mine is just showing me pictures at the top and the rest of the blue screen just says "Bring your facebook friends so Skype"

    Dialing a cell phone requires either a calling plan or Skype credit. Once you've done that, tap the stylized dial pad icon. Then enter the full telephone number you wish to call. That number must begin with the country code of the phone you're calling. In the U.S., for example, the number will begin with +1 (1 is the code for the U.S.)
    Entia non sunt multiplicanda praeter necessitatem.

  • Error: Specified WebLogic home is not associated with given Middleware home

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

  • Skype Home not working

    Hi...I have a laptop and I have had problems with skype home in the past, but not it will not work at all. It keep spinning. 
    I am using windows 7 professional. Last nite I used piriform defraggler instead of the one built into my computer and now skype home won't work. I don't know if that is the problem or not.
    Any help would be greatly appreciated.
    Thanks, Faith

    Try to reset all Skype settings.
    Quit Skype or use Windows Task Manager to kill any Skype.exe process. Go to Windows Start and in the Search/Run box type %appdata% and then press Enter or click the OK button. The Windows File Explorer will pop up. There locate a folder named “Skype”. Rename this folder to something different, e.g. Skype_old. Restart Skype.
    N.B. If needed, you will still be able to re-establish your call and chat history. All data is still saved in the Skype_old folder.

  • "Skype Home Unavailable"

    I've got this problem for more than a year
    every time i enter skype this is what i see
    "Skype Home Unavailable
    Skype home is unavailable at the moment. Check back later to see your news and alerts.
    its easy to start a conversation on skype:
    -Choose a contact and start talking
    -Call a phone or mobile from the dial pad, or send an SMS"
    i can call contacts, text them, change profile pictures and do what ever i want
    the only problem is with Skype Home
    doesnt work...
    i got Windows XP
    and the fact that i got this problem for more than a year shows you it has nothing to do with updating Skype
    how can i fix this???

    IE8 is the latest version for Windows XP.
    Try this:
    Reset all Internet Explorer settings:
    http://support.microsoft.com/kb/923737
    Open Internet Explorer. Go to Tools -> Internet Options -> Connections -> LAN settings. Make sure that the only option selected is “Automatically detect settings”.
    Clear all Temporary Internet Files.
    Open Internet Explorer -> Tools -> Internet Options -> General. In the section “Browsing history” press the “Settings” button and in the next window the “View files” button. Delete all files from the Temporary Internet Files folder.
    What do you see now when you open this link in your Internet Explorer?
    https://apps.skype.com/home/

  • Skype Home Unavailable for weeks - what can i do?

    Hello,
    Please could you help?   Since updating my skype on my Windows 7 laptop, i've been unable to make / receive video calls on my laptop (i do not have a smart phone or a tablet).  The message i have on my home page is "Skype Home Unavailable at the moment. Check back later to see your news and alerts."  I have Windows 7 & 64 bit version, Service Pack 1.   I have tried your troubleshooting help on your support page and disabled the compatibility mode as advised and i have rebooted my laptp to no avail.  Your help pages extensively cover problems with Windows XP (a downgraded version of mine) or Windows 8 however not much is mentioned about windows 7.  My daughter in Australia has been trying to call me and i would really like to see on a call with skype. 
    Any help would be grately appreciated,
    Many thanks
    Allen
    Attachments:
    skype problem.PNG ‏23 KB

    Your connection status on Skype is Offline. When Online, the status icon next to your name must be solid green with a white checkmark inside. Try to change the status using the dropdown arrow next to this icon.

  • To Removed SKYPE Home and saving memory done ,But AVG Error

    Yesterday, I removed ??? and skype home is done.
    My question is ' I don't know how to do that' .....
    Would you tell me what I do and well done to remove hating skype home?
    Now, the skype only 79M memory usage.....
    Below show out skype active message in console...
    11/7/13 13:55:48.084 VDCAssistant[390]: AVF encoder error: fail to create accelerator instance
    11/7/13 13:55:51.212 Skype[389]: tcp_connection_destination_handle_socket_event 8 kevent(read) failed 9 - Bad file descriptor
    11/7/13 13:55:51.212 Skype[389]: BUG in libdispatch: 13A603 - 2076 - 0x0
    11/7/13 13:55:52.218 Skype[389]: dnssd_clientstub read_all: SO_ISDEFUNCT failed 9 Bad file descriptor
    11/7/13 13:55:52.219 Skype[389]: dnssd_clientstub read_all(94) failed -1/28 9 Bad file descriptor
    11/7/13 13:55:52.219 Skype[389]: BUG in libdispatch client: kevent[EVFILT_READ] delete: "Bad file descriptor" - 0x9
    BTW, I tried open facetime and work fine....
    Jerry

    I've no idea if it's related, but recently I started getting an error on my Box Sync desktop client, saying "Navigation to webpage cancelled". This is their response. It means nothing to me, and I didn't even try the solution because it seems too much effort. But is it possible the "Skype home unavailable" issue is related?
    We made a recent security change to our servers because of the SSL3 Vulnerability. Our servers are now blocking SSLv3. This may cause your Box access with Internet Explorer (IE) to show an error message: "This page can't be displayed". (This issue may also affect Box Sync, Box Edit, Box for Office, Box for Outlook)
    This can be fixed in IE Advanced Settings for SSL/TLS. Microsoft is working on a security update for the IE browser. Until then, please apply the workaround below:
    Individual Users: Disable SSL 3.0 and enable TLS 1.0, TLS 1.1, and TLS 1.2 in Internet Explorer
    You can disable the SSL 3.0 protocol in Internet Explorer by modifying the Advanced Security settings in Internet Explorer. To change the default protocol version to be used for HTTPS requests, perform the following steps:
    On the Internet Explorer Tools menu, click Internet Options.
    In the Internet Options dialog box, click the Advanced tab.
    In the Security category, uncheck Use SSL 3.0 and check Use TLS 1.0, Use TLS 1.1, and Use TLS 1.2 (if available).
    Click OK.
    Exit and restart Internet Explorer.
    Note After applying this workaround, Internet Explorer will fail to connect to Web servers that only support SSL up to 3.0 and don’t support TLS 1.0, TLS 1.1, and TLS 1.2.
    Your access to Box should work fine after applying the changes above and restarting IE.

  • Skype does NOT start up with Windows

    When I boot up Windows, Skype refuses to load with it even though it is enabled to do so in the Skype settings.
    Windows 7
    Skype 6.21.0.104
    Solutions tried: removing and reinstalling Skype and checking/unchecking the Start Skype with Windows checkbox.

    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" if Firefox is closed because that prevails and prevents Firefox from opening tabs from the previous session.
    If you use CCleaner then make sure that Session is unchecked in the settings for the Firefox application.

  • Contacts deleting by themselves and iPhone needs a full backup restore after refusing to sync with iTunes. - Pls Help!

    I have had my new iPhone 5s since the middle of December 2013 and I really enjoy it, however, I'm finding the iOS a little unstable.
    I backup often - whether to iCloud or to my iMac at my office or to my Acer Windows 7 based Notebook at home, and I have had to do a full backup restore of my phone software after it suddenly refused to sync with iTunes. The only option open to me was "Restore iPhone" which also is a nuisance and takes a little while if you have a lot of content on your phone. I've had to do this 3 times now and it's getting on my nerves!
    Also, as I type this, my contacts are suddenly removing themselves from my phone book. I discovered this as I was going through my Whatsapp messages when I noticed a few numbers in my recent chats that didn't have names or contact pictures. When I scrolled to the top of the message, I noticed that the "add contact" detail was suddenly available. I immediately checked my phone book and noticed that those contacts are no longer available. A lot of my numbers are suddenly showing up like this within the last hour and I haven't changed any settings at all. I back up to my notebook and iCloud once a week. This problem is a first for me  as well.
    I must point out that I never had these issues with my iPhone 3GS which was only becoming cumbersome due to its outdated OS and because of its processing speed.
    Will I need to wait for the next IOS Update to solve this problem, or will I have to find an alternative solution?
    Any advice you have to offer would be most welcome.

    Simplify your question,will you? I have trouble in reading such a long English article.

  • Skype Home Not Available

    Hello, all!
    So, for a while I'd log onto skype and get the message:
    Skype - No Connection
    Skype Home unavailableSkype Home is unavailable at the moment. Check back later to see your news and alerts.
    It's easy to start a conversation on Skype:
    Choose a contact and start talking
    Call a phone or mobile from the dial pad, or send an SMS.
    Now, at first I thought it might be that I wasn't signed into skype, but I checked and ensured that I was in fact registered as online, able to send/receive messages but not able to view skype home. Then when I heard about the new update, I uninstalled my current version and installed Skype 6.12.
    Same issue- able to send/receive messages, but no skype home. 
    I'm running Windows Vista, 64-bit operating system. Internet explorer may be my issue, as it doesn't actually seem to work at all beyond google, but I don't know how to fix that problem at all.
    Help?

    The issue is with your Internet Explorer. Skype Home page is created using IE and this link:
    https://apps.skype.com/home/
    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.

  • Skype Home Page Unavailable

    i am using the windows 7 and skype home page is unavailable, what i can do to resolve the prablum

    Ureka!  I had the same problem re accessing the Home Page - and it was due to not having put my name as being Online.
    ruwim wrote:
    BuildingDreams wrote:
    The solution you have given relates to A MISSING LOGIN BOX not missing home page. I tried it anyway and I have logged in and out countless times restarted computer same and still nothing is working. I have not received any answers to messages in days as well so feel they are not going through either. PLEASE HELP. I use this for my business and it is urgent.
    It just shows message saying it is unavailable and to check in later 
    Thank you so much for your help.
    Is your Skype connection status Online? The status icon next to your name must be solid green with a white checkmark inside. Try to change the status using the dropdown arrow next to this icon.

  • Get rid of random people pics on Skype Home

    On my Skype Home page there are 6 pcitures of random people - mostly women either scantily dressed or with suggestive names. The underneath a box asking me to "Tell your Friends what you're up to" Needless to say these folks are not my friends - how do I get rid of these pics?

    This is a known bug in the latest Skype 6.14 update. The "solution" is to revert to the older 6.11.0.102 version:
    http://community.skype.com/t5/Windows-desktop-client/Blocked-Contacts-showing-as-quot-top-contacts-q...

  • On my skype home screen the screen is blank.

    On my skype home screen the screen is blank. Does not display the skype users or messages or adverts. I used to see my home screen before so I do not know what has changed or how to bring it back

    Hello,
    You are posting on the "SkypeToGo" product board but our records show that you are not registered with "SkypeToGo". Please advise.
    Thank you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Can't Join Group Chats, Can't Receive Files, and Skype Home Doesn't Work

    Okay, so back when Windows 8 was newer I got my current laptop and when I saw Skype's original Windows 8 design, I said hell no to that and downloaded an earlier version of Skype instead. When Skype did that big overhaul and stopped support for all older versions, I was at least happy to see it was back to being on the desktop instead of that Windows 8 pseudo-tablet nonsense. But at the same time, I stopped getting notifications from Skype Home - it always says it's unavailable. Some time after that, in between Skype's updates, I started having trouble with Groups. Every time someone tried to add me to one, I couldn't see it, even if they said I was in it on their screen. Eventually I had to start making all Group Chats myself, because at least then it worked for me... up until the 7.7 update. Now no matter how I try to get into a Group now, it straight up doesn't work. And before I got locked out of Groups entirely, I started having issues with files, right around when the "inline photos" thing happened - they just don't work when sent to me, and I can't send them either. When people try to send them to me it's just a grey image and something about how it's not supported or it didn't go through.  I've sort of just been patiently dealing with all of it until the newest update when Groups stopped working entirely and I was in the middle of trying to join an important conversation. I Googled that specific issue and found a ton of unresolved threads about it dating back to at least 2013, I believe. I tried every suggestion I could find - I restarted, uninstalled Skype, reinstalled Skype, restarted after uninstalling and then reinstalling... the list goes on. Every time I got it back, it was the same. Now I'm on Windows 8.1, and I don't know if that's related, but my boyfriend - who uses a Mac - is having none of these problems whatsoever, and he also has the latest version of Skype.  With older versions of Skype not available, I ended up trying Skype Web, and it's letting me see all the Groups, which is the most important thing but I'd really prefer to go back to the desktop version. All three of my issues might be unrelated, but they've all progressed as Skype has updated so I figured I'd try to get help for all of them. I'm at my wit's end, here. I use Skype for a pretty large portion of my online communication, and being unable to use Groups or get files is really crippling the experience. 

    Hi,
    I have the same problem.
    Since I'm using my new Laptop with Skype 7.0, I can't join to a group chat.
    It's a public chat and joining is enabled.
    With my former laptop and former Skype-Version, I never had this problem.
    I could click on a link in the browser and joined to the group.
    I have to chose a program.
    Unfortunately Skype.exe seems not to be the right decision.
    I'm asked to get a Skype-app, which I never needed with the old version.
    Which kind of app do I need and how can I get the app or what else can I do?

  • Skype home page

    Hi There
                When I try to sign in to Skype  I get the message that Skype home page isn't available.  I have uninstalled and reinstalled Skype twice now but still see the same messaage.  This has been going on for a week.  At the bottom right-hand corner of my computer there is a grey icon with arrows spinning.  I have windows xp and internet explorer 8.  Can you help me reconnect to Skype?  Thanks

    I have the same problems regarding using Skype to call internationally to Lima Peru using a windows 7 desktop with the latest version of skype.
    I have been receiving this notice "skype home not available" check later"  . I have tried to
    remove  the program and then download it again . I am using the latest version of Skype but to no avail.  I have credit in the account and I want to use the service  and I should be able to use it like before it was purchased by Microsoft. With the modifications done lately  a lot of the previous options have been deleted. For example there is no option to dial the number by yourself (soft phone)  among other previous options that have been deleted without any reason.
    If the number is mistaken there is no option to EDIT the contact either.
    Skype was  simple ,fun  to use,  Not anymore.
    If the moderator is reading this thread please do something about it.

Maybe you are looking for

  • Extended Withholding Tax

    Hi All, Please give me answers for the following - 1. If rate is changed in mid of year, what will be the effect? 2. If TDS Amount is more than Debit note of party due to the conditions laid, how it will be treated? 3. TDS is deducting on expense amo

  • JOURNAL 이 2번 POST 되어 BALANCE 와 JOURNAL TABLE 상에 금액 차이가 발생했을 경우

    제품 : FIN_GL 작성날짜 : 2003-05-13 JOURNAL 이 2번 POST 되어 BALANCE 와 JOURNAL TABLE 상에 금액 차이가 발생했을 경우 ============================================================== PURPOSE gl_balances 와 gl_je_lines table 상의 금액이 차이가 날 경우 data fix 방법을 제공한다. Problem Description

  • Getting Logic master  to send to both 1-2 and 3-4 at the same time

    I have an native Instruments Audio Kontrol 1 'sound card' that I'm running 2 different sets of M-Audio monitors off of. My question i, can I run the master output to both 1-2 and 3-4 at the same time so I can easily check mixes on both sets of speake

  • Repeating Table Headers--Boxes grayed out

    I want the headers of some tables to repeat at the top of each page. (The tables have rows that can be added or deleted.) I think I know how this should be done: On Header Row settings, under "Project">"Pagination" the check boxes for "Include Header

  • Mozilla.cfg file is not loading in my 21.0 version; how can I customize deployment?

    I need to deploy a customized configuration for a limited access network, and have created a custom mozilla.cfg file. It appears as though mozilla.cfg is not being read. I have intentionally created errors in the local-settings.js file, and it will t