timgabets / electron-atm

A simple free open-source NDC ATM emulator, written on JavaScript, jQuery and Electron framework.
GNU Lesser General Public License v2.1
95 stars 58 forks source link

Error: connect ECONNREFUSED 127.0.0.1:11032 #17

Open mehrdad2000 opened 3 years ago

mehrdad2000 commented 3 years ago

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,

KMS89 commented 3 years ago

having same issue. any solutions?

KMS89 commented 3 years ago

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

khalidboutaba commented 2 years ago

did someone resolved this issue ?

Hibin commented 2 years ago

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

You should update it first.

Hibin commented 2 years ago

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

therealsras commented 8 months ago

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

Hibin commented 8 months ago

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.

therealsras commented 7 months ago

@Hibin do u have working repo

Hibin commented 5 months ago

@Hibin do u have working repo

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

sarathchava commented 5 months ago

@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 .