Author Topic: Soundcloud Issue  (Read 17992 times)

hiccup

  • Hero Member
  • *****
  • Posts: 9111
Sorry, but Soundcloud is not available in Russia:
He never said he lives in Russia?
And he did say SoundCloud is available in his country.

If it's about Cyrillic in the screenshots:
"Cyrillic is used in several countries such as Belarus, Bulgaria, Macedonia, Montenegro, Serbia, Ukrainian, Uzbekistan, Kazakhstan, Kyrgyzstan, Russia, and more"

Moodymann

  • Jr. Member
  • **
  • Posts: 29
Most likely something is blocking access to the network. There is a similar problem with podcasts - they do not work

Moodymann

  • Jr. Member
  • **
  • Posts: 29
It still doesn't work. I go to the SC website in a regular browser without VPN. Maybe the program needs to open a special port or change the hosts file?? Search doesn't work with VPN either. I have Win 7 and maybe I need to patch it? At the same time, everything works on a laptop with Win 10.

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10269
I have Win 7 and maybe I need to patch it? At the same time, everything works on a laptop with Win 10.
Perhaps this is the issue.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

sveakul

  • Hero Member
  • *****
  • Posts: 3268
I have Win 7 and maybe I need to patch it? At the same time, everything works on a laptop with Win 10.
Perhaps this is the issue.
Works fine with W11 also.  With Windows 7 I bet you need to add  TLS 1.1/2 like for so many other sites with Windows 7.  Save this as a *.reg file and double click to enter it into your registry.  A restart may or may not be needed (worked on my "final build" Win7 machine right away):

Code
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000

Moodymann

  • Jr. Member
  • **
  • Posts: 29
I have Win 7 and maybe I need to patch it? At the same time, everything works on a laptop with Win 10.
Perhaps this is the issue.
Works fine with W11 also.  With Windows 7 I bet you need to add  TLS 1.1/2 like for so many other sites with Windows 7.  Save this as a *.reg file and double click to enter it into your registry.  A restart may or may not be needed (worked on my "final build" Win7 machine right away):

Code
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
Awesome! You helped me a lot. Thank you very much. Now the search works!!