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] eww ping: error_handling_ctx > Failed to connect to daemon #1068

Open
3 tasks done
axelsimon opened this issue Apr 9, 2024 · 0 comments
Open
3 tasks done

[BUG] eww ping: error_handling_ctx > Failed to connect to daemon #1068

axelsimon opened this issue Apr 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@axelsimon
Copy link

axelsimon commented Apr 9, 2024

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

Starting eww with eww daemon --no-daemonize --debug --config ~/dotfiles/eww/ i can see eww starts as expected and everything looks normal:

INFO  eww > Initializing Eww server. (/run/user/1000/eww-server_caa9804d9c36feb1)
Run `eww logs` to see any errors while editing your configuration.
INFO  eww::server > Loading paths: config-dir: /var/home/axx/Software/dotfiles/eww, ipc-socket: /run/user/1000/eww-server_caa9804d9c36feb1, log-file: /var/home/axx/.cache/eww_caa9804d9c36feb1.log

┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃Initializing eww daemon┃
┗━━━━━━━━━━━━━━━━━━━━━━━┛

DEBUG eww::server > Initializing script var handler
INFO  eww::ipc_server > IPC server initialized

I can see the socket is properly created:

$ file /run/user/1000/eww-server_caa9804d9c36feb1
/run/user/1000/eww-server_caa9804d9c36feb1: socket

However, eww ping fails, as do all other eww commands:

ERROR eww::error_handling_ctx > Failed to connect to daemon

Reproducing the issue

This happens every time I start eww daemon.

The config files are those from the example eww-bar.

Expected behaviour

The eww socket and daemon are reachable.

Additional context

OS: Fedora Silverblue 39
version: eww 0.4.0
installation method: nix (home-manager)

@axelsimon axelsimon added the bug Something isn't working label Apr 9, 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

1 participant