<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using a proxy and get stuck with &amp;quot;no Internet connection detected&amp;quot;? Read this in Desktop (Windows)</title>
    <link>https://community.spotify.com/t5/Desktop-Windows/Using-a-proxy-and-get-stuck-with-quot-no-Internet-connection/m-p/4426490#M55767</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Concerned people (but maybe more)&lt;/U&gt;: enjoying your Internet through a proxy you're able to install Spotify app, configure the proxy, and play music. Restarting the app or the computer leads to an offline error/No Internet connection detected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Solution in my case:&lt;/U&gt; the only working solution for me is the deletion of the file "index.dat" in the Spotify folder hence I wrote a script to do it and want to share it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The script:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;If you installed Spotify the regular way under your own user you should not face any issue but see the next section if you do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1\ open the notepad application and past the below content&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;BR /&gt;ECHO ## Kill Spotify ##&lt;BR /&gt;taskkill /IM Spotify.exe /F&lt;BR /&gt;TIMEOUT /T 3 /NOBREAK &amp;gt;NUL&lt;BR /&gt;ECHO ## Delete index.dat ##&lt;BR /&gt;del "%LOCALAPPDATA%\Spotify\Storage\index.dat"&lt;BR /&gt;ECHO ## Restart spotify ##&lt;BR /&gt;START "" "%APPDATA%\Spotify\Spotify.exe"&lt;BR /&gt;ECHO ## ENJOY ##&lt;BR /&gt;TIMEOUT /T 3 /NOBREAK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2\Save the file wherever you want with a cmd extension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example: save as "SpotifyFIX.cmd" on your desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Troubleshooting:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;the script assumes the default installation hence the default paths used byt the application. If the script failed the most likely error should be the paths in&lt;/P&gt;&lt;P&gt;&amp;nbsp;these lines:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;del "%LOCALAPPDATA%\Spotify\Storage\index.dat"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;START "" "%APPDATA%\Spotify\Spotify.exe"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct them by searching the correct path if needed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope the Spotify team will fix this issue but in the meanwhile the workaround may do the trick :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 09:34:44 GMT</pubDate>
    <dc:creator>shamael</dc:creator>
    <dc:date>2018-03-20T09:34:44Z</dc:date>
    <item>
      <title>Using a proxy and get stuck with "no Internet connection detected"? Read this</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Using-a-proxy-and-get-stuck-with-quot-no-Internet-connection/m-p/4426490#M55767</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Concerned people (but maybe more)&lt;/U&gt;: enjoying your Internet through a proxy you're able to install Spotify app, configure the proxy, and play music. Restarting the app or the computer leads to an offline error/No Internet connection detected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Solution in my case:&lt;/U&gt; the only working solution for me is the deletion of the file "index.dat" in the Spotify folder hence I wrote a script to do it and want to share it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The script:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;If you installed Spotify the regular way under your own user you should not face any issue but see the next section if you do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1\ open the notepad application and past the below content&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;@echo off&lt;BR /&gt;ECHO ## Kill Spotify ##&lt;BR /&gt;taskkill /IM Spotify.exe /F&lt;BR /&gt;TIMEOUT /T 3 /NOBREAK &amp;gt;NUL&lt;BR /&gt;ECHO ## Delete index.dat ##&lt;BR /&gt;del "%LOCALAPPDATA%\Spotify\Storage\index.dat"&lt;BR /&gt;ECHO ## Restart spotify ##&lt;BR /&gt;START "" "%APPDATA%\Spotify\Spotify.exe"&lt;BR /&gt;ECHO ## ENJOY ##&lt;BR /&gt;TIMEOUT /T 3 /NOBREAK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2\Save the file wherever you want with a cmd extension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Example: save as "SpotifyFIX.cmd" on your desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Troubleshooting:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;the script assumes the default installation hence the default paths used byt the application. If the script failed the most likely error should be the paths in&lt;/P&gt;&lt;P&gt;&amp;nbsp;these lines:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;del "%LOCALAPPDATA%\Spotify\Storage\index.dat"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;START "" "%APPDATA%\Spotify\Spotify.exe"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct them by searching the correct path if needed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope the Spotify team will fix this issue but in the meanwhile the workaround may do the trick :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:34:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Using-a-proxy-and-get-stuck-with-quot-no-Internet-connection/m-p/4426490#M55767</guid>
      <dc:creator>shamael</dc:creator>
      <dc:date>2018-03-20T09:34:44Z</dc:date>
    </item>
  </channel>
</rss>

