AIMP Forum

AIMP for PC => Ошибки и замечания / Bugs => Обработано / Processed => Topic started by: jrnew01 on August 13, 2025, 18:31:18

Title: [+] [2689] Discogs login issue
Post by: jrnew01 on August 13, 2025, 18:31:18
I have been using this application for a long time without any problems, but in the latest update, it asks me to log back into Discogs to search for tags online, but I get an error when I try to do so: “system error. code: 10048.” Can you help me resolve this? Thank you!
Title: Re: Discogs login issue
Post by: Artem on August 14, 2025, 08:39:27
It seems that player failed to bind localhost:8090 address that uses to listen the answer from the online services.

Ensure that 8090 port is not blocked on your antivirus/firewall and not used by another app:
run following command in Windows Power Shell / Console (run it as administrator)
Code: [Select]
netstat -abn | findstr "8090"
Title: Re: [+] [2689] Discogs login issue
Post by: jrnew01 on August 14, 2025, 10:51:23
C:\Windows\System32>netstat -abn | findstr "8090" TCP
TCP   0.0.0.0:8090      0.0.0.0:0       LISTENING

 :'(
Title: Re: [+] [2689] Discogs login issue
Post by: Artem on August 14, 2025, 11:14:58
So, it does not display what app is bind this port?
Title: Re: [+] [2689] Discogs login issue
Post by: jrnew01 on August 14, 2025, 11:42:55
I was using Firefox, now I tried with Edge, but the error continues, although now other things appear with the command you gave me
Title: Re: [+] [2689] Discogs login issue
Post by: jrnew01 on October 11, 2025, 17:27:12
Finally I find the problem and kill the process

  TCP    0.0.0.0:8090           0.0.0.0:0              LISTENING       3964

This is an third party app using the port "WsToastNotification.exe" wondershare

If somebody have the same issue in the future, maybe this post that can be help.

Thank you very much to everybody!