Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: connect ECONNREFUSED 127.0.0.1:11032 #17

Open
mehrdad2000 opened this issue Mar 30, 2021 · 10 comments
Open

Error: connect ECONNREFUSED 127.0.0.1:11032 #17

mehrdad2000 opened this issue Mar 30, 2021 · 10 comments

Comments

@mehrdad2000
Copy link

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
Copy link

KMS89 commented May 29, 2021

having same issue. any solutions?

@KMS89
Copy link

KMS89 commented May 29, 2021

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

@khalidboutaba
Copy link

did someone resolved this issue ?

@Hibin
Copy link

Hibin commented Jun 13, 2022

Path to images is hardcoded:

$('#states-screen').attr('src', '/home/tim/share/screens/' + element.display_image);

You should update it first.

@Hibin
Copy link

Hibin commented Jun 13, 2022

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

@therealsras
Copy link

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
Copy link

Hibin commented Oct 26, 2023

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
Copy link

@Hibin do u have working repo

@Hibin
Copy link

Hibin commented Jan 16, 2024

@Hibin do u have working repo

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

@sarathchava
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants