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