AIMP Forum
AIMP for PC => Ошибки и замечания / Bugs => Обработано / Processed => Topic started 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!
-
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)
netstat -abn | findstr "8090"
-
C:\Windows\System32>netstat -abn | findstr "8090" TCP
TCP 0.0.0.0:8090 0.0.0.0:0 LISTENING
:'(
-
So, it does not display what app is bind this port?
-
I was using Firefox, now I tried with Edge, but the error continues, although now other things appear with the command you gave me
-
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!