csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
392 stars 118 forks source link

starting problems #172

Closed breej13 closed 1 year ago

breej13 commented 1 year ago

Hi! How fix this error?

 node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
             ^

 Error: connect ECONNREFUSED 127.0.0.1:5432
     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
   errno: -111,
   code: 'ECONNREFUSED',
   syscall: 'connect',
  address: '127.0.0.1',
   port: 5432
 }
AndreyIsak commented 1 year ago

try to change the port to 5433 in your url to postgres local server

Step7750 commented 1 year ago

Your issue doesn't contain enough detail to help debug, closing.