electron-atm
electron-atm copied to clipboard
Error: connect ECONNREFUSED 127.0.0.1:11032
Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032
here is my configuration:
here is the error:
Any idea? Thanks,
having same issue. any solutions?
how to load image in image path, i don't have the image file
did someone resolved this issue ?
Path to images is hardcoded: https://github.com/timgabets/electron-atm/blob/c999f7923dd1f275b58bda710c0e9717ed2839e0/src/listeners/states.js#L99
You should update it first.
... to something like the following:
$('#states-screen').attr('src', settings.get('image_path')[0] + element.display_image);
Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032
here is my configuration:
here is the error:
Any idea? Thanks,
have you fixed it
Hi after run Electron ATM below error appear Error: connect ECONNREFUSED 127.0.0.1:11032 here is my configuration:
here is the error:
Any idea? Thanks,
have you fixed it
You should have a server listening the specified address and port.
@Hibin do u have working repo
@Hibin do u have working repo
I have, but this one is a private project, sorry.
@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 .