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

🐛 [Bug] - ERR_CONNECTION_REFUSED attempting to start from AppImage and .deb installed package #866

Open
nthomas20 opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nthomas20
Copy link

Expected Behavior

The app does not start either attempting to run the AppImage or the installed DEB package via CLI or GUI elements.

Current Behavior

The main app window opens with title "Frappe Books" and the canvas is blank. Tailing the syslog, and console output when running directly from terminal yields only the following error:
(node:[pid]) electron: Failed to load URL: http://0.0.0.0:6969/ with error: ERR_CONNECTION_REFUSED where [pid] is the process ID

Attemping to run with the trace switch yields no additional information. I have disabled ufw and portmaster firewall and the results are the same.

Steps to Reproduce

Attemping to run with the trace switch yields no additional information

$ ./Frappe-Books-0.21.2.AppImage --trace-warnings
(node:[pid]) electron: Failed to load URL: http://0.0.0.0:6969/ with error: ERR_CONNECTION_REFUSED
(Use `frappe-books --trace-warnings ...` to show where the warning was created)

and

$ frappe-books --trace-warnings
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
(node:[pid]) electron: Failed to load URL: http://0.0.0.0:6969/ with error: ERR_CONNECTION_REFUSED
(Use `frappe-books --trace-warnings ...` to show where the warning was created)

I have disabled ufw and portmaster firewall and the results are the same.

FrappeBooks Version

0.21.2

Path or Feature name

Unknown

Country

US

Language

EN

OS

Linux x86_64

Additional OS Info

PopOS 22.04 LTS

@nthomas20 nthomas20 added the bug Something isn't working label Mar 5, 2024
@Isaac-GC Isaac-GC self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants