Row of a Code error that i dont understand

Hello coders

Today I said I’ll give Daedalus wallet a try for the fifth time. Yes the 5th :smiley:
I follow every solution on the official FAQ and on forum and Wallet only connecting to a network.
Here’s an error which I assume it has something to do with a port. I use Comodo internet security 10. All of the Daedalus services are on a whitelist. Windows FW shouldn’t be an issue since it’s turned off. Should wait 6 more days for an update or I keep looking for a solution? It’s really annoying keeping all those Coins on exchange!

//Daedalus.log//

[2017-12-29 17:35:31:0225] [error] CardanoClientApi::syncProgress error: {
“stack”: “Error: connect ECONNREFUSED 127.0.0.1:8090\n at Object.exports._errnoException (util.js:1026:11)\n at exports._exceptionWithHostPort (util.js:1049:20)\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)”,
“message”: “connect ECONNREFUSED 127.0.0.1:8090”,
“code”: “ECONNREFUSED”,
“errno”: “ECONNREFUSED”,
“syscall”: “connect”,
“address”: “127.0.0.1”,
“port”: 8090
}

Not sure if you got an answer… this usually means there is nothing on your computer actually “listening” on port 8090. The cports application is good (on Windows) for determining what ports are being used and by what applications.