[Win7 Spotify v1] no connection behind proxy

I can login to my premium account and that's it. No music playback. Actually nothing displays on the left to playlist. You need to wait  a few minutes for preferences to displays after pressing Ctrl-P
I have tried completly uninstall  and clear windows registries with Revo Unistaller tool and install application back.
After observing that the option file (d:\userdata\xxxx\Application Data\Spotify\prefs) keep groving infinitely with exact copies of line entries I give up and reverted to 0.9 version and blocked auto update with help of an excelent how-to found on the forum.
BTW: Discountinuation of apps support is a *huge* downgrade for me.
Personally I don't care about friends activity, but I frequently use:
Last.fm
h1tchr
BBC Playlister
and suprise suprise musicXmatch
As for classical music records search is still a miss and hit process I rely on labels apps like:
harmonia mundi 
DECCA
The Legacy Of
My understanding is that equalify doesn't support version 1.0 of Spotify.
> Equalify does not support the Spotify 1.0.x BETA client at this time.
(http://www.equalify.me/?page=download)
 

Same problem, unable to connect via proxy and preference screen doesn't pop up at all.
Agree with you on the friends activity feed, don't mind it but it isn't important.
I am a bit worried about the "Messages" Icon since I don't want spotify to be anything other than a tool to play music.
I definetly don't want spotify to become a swiss army knife kind of app.

Similar Messages

  • Connection Problem while client is behind proxy and server out side proxy

    hello
    i implemented ChatApplication in JAVA, for that i used socket connection when client and server both are in same network then it's working fine.
    but when my server is on internate and client is behind proxy and try to connect with server
    it not able to connect i get exception.
    i serch most of forum i got same answer and i try it but i was not success.
    any kind of help is appriciated.
    i attached my code(which i implement for testing ) pls reply me
    thanks in advance.
    Server.java
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    class Server {
       public static void main(String args[]) {
          String data = "you are successfully connected with server.";
          try {
             ServerSocket srvs = new ServerSocket(1234);
             Socket skt = srvs.accept();
             System.out.print("Server has connected!\n");
             PrintWriter out = new PrintWriter(skt.getOutputStream(), true);
             System.out.print("Sending string: '" + data + "\n");
             out.print(data);
             out.close();
             skt.close();
             srvs.close();
          catch(Exception e) {
             System.out.print("Whoops! It didn't work!\n");
    ProxyClient.java
    import java.io.*;
    import java.net.*;
    import java.util.*;
    class ProxyClient{
       public static void main(String args[]) {
         String host="61.17.212.29";
         int port=1234;
               String line;
         Properties properties = System.getProperties();
         /*properties.put("firewallSet", "true");
         properties.put("firewallHost", "192.168.0.1");
         properties.put("firewallPort", "808");*/
         properties.put("socksProxySet","true");
         properties.put("socksProxyHost", "192.168.0.1");
         properties.put("socksProxyPort", "1080");
         System.setProperties (properties);
         try {
         /*SocketAddress addr = new InetSocketAddress("192.168.0.1", 1080);
         Proxy proxy = new Proxy(Proxy.Type.SOCKS, addr);
         Socket skt = new Socket(proxy);
         InetSocketAddress dest = new InetSocketAddress("61.17.212.29",1234);
         skt.connect(dest);*/
             System.out.println("before socket taken");
             Socket skt = new Socket(host,port);
             System.out.println("after socket taken");
             BufferedReader networkBin = new BufferedReader(new InputStreamReader(skt.getInputStream()));
             System.out.println("Received string: '");
             line = networkBin.readLine();     // Read one line
          while(true)
                 System.out.println(line);     // Output the line
                 line = networkBin.readLine(); // Read the next line, if any
          catch(Exception e) {
             System.out.print("Whoops! It didn't work!\n");
         e.printStackTrace();
    }

    Now look here. I could not care less about this
    code. I don't know anything about it, I don't
    want to know, I have already recommended you don't
    use it, and I have also given you a simpler and
    better solution. If you don't want to take my advice
    that is your privilege and your problem.ya i has understand system propertis i have setted and u can see it in the code i have tried by both system properties and also J2SE 5.0 proxy class but i got a same problem malformed Exception server refuse to connection.
    is there any problem at sever side?
    can u tell me in which way u r teling to set the propery i m looking forward for ur reply.
    ya i m sure u will give me.................reply "ejp".
    Thnx in advance.

  • Problem connecting to IM's behind proxy

    Hello,
    This is my first thread here, and I'm not really sure if I should pose this question to you guys, but you're my only hope of getting this fixed.
    The thing is I'm in a Mac running Leopard, and I'm behind a proxy here at my company. I can't connect to MSN, Gtalk, Facebook (through Adium or aMSN), as it just won't get by the "handshaking" process. I can't connect through the Microsoft Windows Messenger for Mac either.
    However, every Windows user can access MSN. All the ports the IM's use are available and open.
    For your knowledge, I'm connecting Skype, Tweetdeck, Entourage, Firefox, and everything is running well.
    Any clues? I'm completely lost here.

    I use Adium behind the corporate firewall. Adium has the ability to specify a proxy server for each account
    Adium -> Preferences -> Accounts -> yourIMservice -> Edit -> Proxy.
    I use the [X] Connection using proxy -> Type -> Systemwide HTTP Settings for AOL IM (AIM) and GTalk.

  • Project professional 2013 can not connect to Project Online behind proxy

    Hi,
    I had problem when running application ms project professional 2013 connect to project online behind proxy,
    but we can access url PWA site in browser.
    but when we connect to pass through internet  we can connect project professional 2013 to project online.
    i get article http://technet.microsoft.com/library/hh373144.aspx to open port 443, but we already
    open port 443. 
    anybody  know how to troubleshoot this problem? or other port to open beside port 443.
    thansk for advice.
    regards
    rully

    Hi Ruly,
    Are you still having an issue? Could you share the error details, when you try to connect the MS Project to project online behind proxy?
    Cheers, Badal

  • Can Air application connect behind a proxy server

    Can Air application connect behind a proxy server using HTTP
    or SOCKS.
    thanks

    I tried it but its not working. I am using XMLSocket
    var socket:XMLSocket = new XMLSocket();
    socket.connect( server, 5000 );
    It returns "no response from server", It works fine if i
    directly connected to internet.
    My browser is able to connect to internet means all
    configurations are fine.

  • Onenote behind proxy doesn't connect to skydrive

    Running OneNote 2.1.2 on Ipad IOS7.0.2 , same issue on iphone (same versions)
    Connection WiFI, with authenticated (through AD) proxy (at work).
    Proxy defined in wifi settings of the ipad
    ID/PWD also defined in proxy setting
    Every other applications run fine behind proxy including skydrive for ipad.
    OneNote cannot connect to skydrive.
    Note: was the same on IOS 6 and all version 2 of onenote. Was working fine with version OneNote 1.3.
    Thanks

    I don't understand German, but I see you are using a proxy server.
    That sometimes causes connection problems. Try turning it off.
    Internet Options>>Connections>>LAN settings

  • Connection configuration properties behind proxy

    I'm trying to reach a web service registry from behind proxy. In order to connect to it I'm setting it's address and port using
    props.setProperty("javax.xml.registry.http.proxyHost", httpProxyHost);
    props.setProperty("javax.xml.registry.http.proxyPort", httpProxyPort);
    but getting HTTP 407 error - Proxy Authentication Required. I believe I need to set my proxy ID and password somehow. Dos anyone know how to do that? Any advice is greatly appreciated.
    Michael D.

    First, what API has the "javax.xml.registry" in it. I cant find any reference to it. I could have missed it I suppose. Let me know and I will take a look.
    Other ideas after looking at your code that you can try in the meantime.
    Since the Properties class is a hashtable it is based on key word value. The ConnectionFactory class needs to know the exact key.
    Try changing the following:
    props.setProperty("javax.xml.registry.http.proxySet", "true");
    to:
    props.setProperty("proxySet", "true");
    Do that for each line. Just use the last word (i.e. proxyHost, proxyPort). It could simply be that ConnectionFactory is not finding the correct key.
    I could be wrong here, but I am waiting to find out what API you are using.
    The SoapHTTPConnection class has a number of methods for working with a proxy, such as setPassword and setHost. Perhaps ConnectionFactory has the same settings or the connection returned has methods for this.
    Im not sure what class the createConnection method returns, but check there for appropriate methods.

  • Connect to socket server behind proxy?

    My socket server is behind proxy.
    Can client connect to server?
    Thanks

    Hi Sojan !
    Server work,
    but when run behind proxy=Exception.
    Hier is part of code.
    public static final int PORT=780;//port number
    static Socket soc;
    PrintWriter out;
    BufferedReader in;
    static boolean flag;//check connection
    try{
    ServerSocket ss=new ServerSocket(PORT);
    flag=true;
    while(flag){
    soc=ss.accept();
    v.in=new BufferedReader(new InputStreamReader(soc.getInputStream()));
    Thread d=new Thread(v);
    d.start();
    }catch(Exception z){z.toString();
    public void run() {
    try{
    while(flag){
    String g="";
    g=in.readLine();
    if(g==null){break;}
    //System.out.println(g);
    jTextArea1.append(g+"\n");
    catch(Exception c){
    System.out.println("soc2 closed");
    try{
    soc.close();
    }catch(IOException f){System.out.println("soc2 not closed");}
    ...

  • Safari behind proxy

    Hi,
    I have developed a web application which has an applet inside it.
    When I am running it in safari without a proxy it works fine but when i use proxy it says class not found.
    IE, Firefox and chrome work behind proxy. Opera does not work but it shows different error.
    Whats going wrong. Is there any extra settings for jre in safari ??

    HI,
    Safari and proxies do not get along. Might be some help here...
    http://www.lib.ucdavis.edu/ul/services/connect/proxy/step1/safari.php
    Carolyn

  • Empathy longstanding issue behind proxy

    There is a longstanding issue of empathy (or telepathy-gabble) behind proxy.
    I have tried to get solutions for years. Here is the description:
    Settings:
    * I am behind a proxy.
    * I have set the system proxy settings and http_proxy/socks_proxy in the environment.
    * The latest version of empathy (3.12.1)
    Issue:
    I use empathy to login GTalk account. The authentication worked fine. However, there is
    an error "Network error" showing in the dialog. This happened before displaying
    my contacts. I googled this issue and found that something wrong with telepathy-gabble.
    So, I abandoned empathy for a long time.
    But, recently, I use a newly registered google account to login GTalk with empathy.
    Everything is well. I can chat with others. Still, I cannot login with my old account.
    This seems wired. I asked others to try their accounts, some of them can login without problem
    and some still have problem.
    For years, I can only use GMail in the browser to access my gtalk. I know this is about
    empathy rather than Arch Linux. But, I like this community and believe someone could help me.

    Hello Enrique,
    I fully agree - but unfortunately there is not much choice regarding the network layout. Or at least I cannot influence it ;-P
    The problem seems to be a bit mor subtle than I thought at first. I already have configured both Web Start and the browser to use the proxy. However, the error message clearly indicates that the integration builder (IB) doesn't use the configured port of the proxy to connect to the web application server, but another port.
    Our server listens on port 50000. The error message tells me that the IB tries to connect using port 50004. Obviousely it tries to open a direct socket to the server - probably an extra connection to exchange commands etc (RMI? CORBA? WebServices?). This is not possible in our network configuration.
    The question ist whether I can somehow influence this port to make a connection using this proxy possible...
    Regards, Joerg

  • Connection refused: proxy: HTTP: attempt to connect to failed [error] ap_proxy_connect_backend disabling worker

    Hi all,
    I'm investigating cause of a wedged wiki this morning. The MacMini (10.7.5) was working well for the last year but we're not sure when it gave up the ghost.
    I've already applied the fixes detailed at Mac OS X v10.5, Mac OS X Server v10.5: Web, Mail, Wiki, Personal Web Sharing, Parental Controls services may not start after restoring a Time Machine backup but it has't helped.
    The error we see when we visit the top level of the server is:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Apache/2.2.22 (Unix) PHP/5.3.15 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/0.9.8r DAV/2 Server at sacmini.local Port 80
    The message in the httpd error logs is:
    Connection refused: proxy: HTTP: attempt to connect to failed [error] ap_proxy_connect_backend disabling worker
    Let me know if you have any ideas.  Thank you.
    --Athonia

    Thanks for the reply.
    So, there were some Ruby related log file entries. Do these have any meaning to you?  I'm checking to see what collabcored2 does exactly.
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config/environment.rb:11
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:13
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46:in `instance_eval'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46:in `initialize'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:1:in `new'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:1
    May  7 14:22:33 sacmini com.apple.launchd[1] (com.apple.collabcored2[22106]): Exited with code: 1
    May  7 14:22:33 sacmini com.apple.launchd[1] (com.apple.collabcored2): Throttling respawn: Will start in 9 seconds

  • Mozilla just did an update and now won't connect to "proxy servers"

    Mozilla just did an update and now won't connect to "proxy servers".
    == This happened ==
    Every time Firefox opened

    Maybe this article will help: [[Cannot connect after upgrading Firefox]]

  • System Update -- Cannot connect to proxy server - SOLVED

    I'm on a ThinkPad T61 running Windows Vista.  When I try to download from System Update, I always get the error message "Cannot connect to proxy server."
    I have tried connecting to the Internet directly via Ethernet rather than through a wireless router--it doesn't make any difference.
    I have also uninstalled System Update and then installed the version I downloaded from lenovo.com--same result.
    System Update is an exception in Windows Firewall, and I have even tried running System Update with Firewall disabled--ditto.
    Can someone please help me?
    Message Edited by Tim_Lenovo on 01-29-2008 02:49 PM
    Solved!
    Go to Solution.

    I have discovered one other potential cause of this behaviour.
    If your computer is attached to a Domain, ensure you are connected to the Domain using a profile that has administrator rights when attempting these upgrades.
    I was using a local profile with administrative rights, on a network connection that was outside of the corporate LAN, and I was getting the "Cannot connect to proxy server" error.
    When I connected to our Corporate LAN and logged on to the machine with an administrative profile, the Proxy Server error went away, and I was then able to connect and download my required updates.
    Just an FYI if you are doing this inside a large, firewalled LAN running from Active Directory.

  • Unable to connect to proxy

    some sites won't open correctly and it says unable to connect to proxy. why???

    Please refer to below URL for proxy settings.
    http://docs.oracle.com/cd/E25054_01/webcenter.1111/e12405/wcadm_rss.htm
    Thanks & Regards,
    Murali.
    ===========

  • Messages "unable to connect to proxy. Try again"

    hi,
    I am no longer able to send or receive any files via messages on my desktop - im running OS X 10.8.4.
    I haven't change any setting recently, its just started saying "unable to connect to proxy. Try again"
    If i go to preferences in messages and server settings the server is api.oscar.aol.com and the port is 443 with Use SSL checked, connect using proxy is unchecked.
    any suggestions?

    Hi,
    iChat and Messages are rubbish with Proxies.  (but see 5th paragraph)
    Older version of iChat had proxy settings you could make in the app itself (As in on the AIM account's pane)
    It always did slightly better when set to use the "System Settings" if a proxy was in use.
    In Messages this have been reduced.
    See Messages > Preferences> Accounts > Aim account > Server Settings tab.
    It is now a Tick Box and a "Use System Settings" box.  There is nowhere to actually stick info.
    IS the computer using a Proxy to access the Internet ?
    Is it set up correctly in System Preferences > Network > (Advanced Button) > Proxies tab ?
    As I have never run a Proxy my knowledge is limited after the point.
    My Post reading habits/Methods.
    Read Email alerts and visit new posts in threads I am already involved in.
    After that go to Using Mountain Lion and filter "Messages" and read oldest Unread first.
    Quick scan of page one from things that might be about Messages that were not marked for the filter.
    Repeat for iChat Community.
    Repeat if time for Lion Comunity > iChat and iChat Sharing filter.
    Most days I do get all new posts.
    (yesterday I didn't though).
    Bumped posts can therefore get "Missed" for longer as they go up the Unread list.
    9:12 PM      Tuesday; June 18, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for