-
Notifications
You must be signed in to change notification settings - Fork 22
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
clipcatd stops watching clipboards with error? #20
Comments
I have not restarted X11. I have restarted i3 with But now i tried that a few times and the error did not occur when I guess clipcatd always try to reconnect to clipboard whatever happens. |
Weird, it works for me, using Try clearing your clipboard cache and see if the issue persists. |
Yeah it works for me during restart of i3. So something else is causing this bug. |
Could you include your config? Are all the socket ports the same in all the configs? Did you try clearing the cache? |
Error happened again. is there any debug flags to clipcatd?
|
I presume you can change Again, have you tried to remove all cache files at |
Yes. how would that have helped technically? The problem is not with the database. the problem is what the log said? |
Tried again with log_level TRACE and still errors after a while and it stopps working: |
Weird. Might look into the code tomorrow. |
I have the exact same error as OP. I've started using clipcat today but noticed that for the second time today it fails after a while.
There doesn't appear to be any rhyme or reason... My window manager is i3wm, and I'm running my clipcatd daemon in the systemd user space. I hadn't restarted i3. ~/.config/clipcat/clipcat-menu.toml
~/.config/clipcat/clipcatd.toml
cat ~/.config/clipcat/clipcatctl.toml
I'm running ArchLinux and using the AUR package provided by https://aur.archlinux.org/packages/clipcat/
I don't think I can report anymore than what @jonaz has already shared. But as a fallback until this is fixed... if we can cause the service to die, then I can get systemd to restart the service and carry on. |
I've been able to reproduce the issue reliably and consistently whenever I copy a url from the address bar in Google Chrome. I can copy anything else in Google Chrome without issue, but the service will stop if I copy any part of the url from the address bar. As a hack, I had modified
With the systemd service file now having the Besides this little hiccup... absolutely loving Clipcat!!! |
I've made a fork which fixes this problem. |
Also experiencing this. @xrelkd If by chance you find some time and motivation, please look into this. Would 100% use this over anything else. |
@Icelk Thanks a lot for your work! |
@magnetophon Great idea! It's done. Thanks for your interest. |
@ffernand @jonaz It's a bug caused by require clipboard content from x11 only by utf8-string instead of string. I have made a PR fix to Icelk's folk. |
The component which listens to X11 has been re-written, |
It works for a while and then it stopps working. I ran it with '--no-daemon` to see the error when it stops working:
The text was updated successfully, but these errors were encountered: