electron-atm icon indicating copy to clipboard operation
electron-atm copied to clipboard

Error: connect ECONNREFUSED 127.0.0.1:11032

Open mehrdad2000 opened this issue 3 years ago • 10 comments

Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032

here is my configuration: image

here is the error: image

Any idea? Thanks,

mehrdad2000 avatar Mar 30 '21 11:03 mehrdad2000

having same issue. any solutions?

KMS89 avatar May 29 '21 12:05 KMS89

how to load image in image path, i don't have the image file

KMS89 avatar May 29 '21 12:05 KMS89

did someone resolved this issue ?

khalidboutaba avatar Jun 12 '22 16:06 khalidboutaba

Path to images is hardcoded: https://github.com/timgabets/electron-atm/blob/c999f7923dd1f275b58bda710c0e9717ed2839e0/src/listeners/states.js#L99

You should update it first.

Hibin avatar Jun 13 '22 09:06 Hibin

... to something like the following: $('#states-screen').attr('src', settings.get('image_path')[0] + element.display_image);

Hibin avatar Jun 13 '22 09:06 Hibin

Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032

here is my configuration: image

here is the error: image

Any idea? Thanks,

have you fixed it

therealsras avatar Oct 26 '23 09:10 therealsras

Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032 here is my configuration: image here is the error: image Any idea? Thanks,

have you fixed it

You should have a server listening the specified address and port.

Hibin avatar Oct 26 '23 10:10 Hibin

@Hibin do u have working repo

therealsras avatar Nov 13 '23 11:11 therealsras

@Hibin do u have working repo

I have, but this one is a private project, sorry.

Hibin avatar Jan 16 '24 13:01 Hibin

@Hibin can we change the image location between runs? the location is sticking to the first time we save the config. any pointers? we are using the exe from latest build .

sarathchava avatar Feb 01 '24 12:02 sarathchava