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

Nothing happens when launching AppImage version of Localsend #30

Closed
jerrylususu opened this issue Jan 27, 2023 · 3 comments
Closed

Nothing happens when launching AppImage version of Localsend #30

jerrylususu opened this issue Jan 27, 2023 · 3 comments
Labels
wontfix This will not be worked on

Comments

@jerrylususu
Copy link

As a workaround of issue #29 , I tried to use Chrome OS's Linux container and run Localsend's AppImage version, to see if port mapping can make Localsend correctly discover local devices. Yet it seems when I launch it, nothing happens. htop shows the process has been started, but there is no UI, no messages, no stdout printing. It would be great if you can let me know how can I diagnose this problem or enable some verbose options to see what's going on.

image
image

@Tienisto
Copy link
Member

Actually, when you start the AppImage from command line, then there should be logs

grafik

@jerrylususu
Copy link
Author

That's interesting. I tried to run this AppImage with strace to get some insight on what's happening. It seems a lot of openat calls failed with ENOENT, so perhaps that's some dependency missing? I am not very experienced in Linux app development, so this is just a guess. You can try to diff my log to a log generated when the AppImage version is running as expected. Hope this helps.

strace.log

@Tienisto Tienisto mentioned this issue Jan 28, 2023
@jerrylususu
Copy link
Author

I just performed a restart and it's working now. I suppose there might be some temporary problem or incorrect state that got resolved by the restart. Though since the Linux container in Chrome OS is just another container with its seperate network stack and subnet, discovering local devices is still not working. But nonetheless it's indeed working now, so I am closing this issue. Thanks again for your great creation!

@Tienisto Tienisto added the wontfix This will not be worked on label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants