FluffyChat Encryption via Pantalaimon
-
@theare27 good thought.
@lgtrombetta if you could try ssh or adb to the device and run it directly, that should hopefully make more apparent what the failure might be. You can do "stop pantalaimon" to make sure the service is stopped, followed by executing "/opt/click.ubuntu.com/pantalaimon.thrrgilag/current/pantalaimon"
-
@thrrgilag so it finally works. What I found running it as you suggested is that the homeserver address in the config must have the "http(s)://" prefix. While I had added it at some point during my testing, it turns out it must be there for all homeservers in the config in order for the service to start properly, and in my case it wasn't.
So, I feel a bit stupid, but I hope all of this can help to make the UX smoother
-
@lgtrombetta said in FluffyChat Encryption via Pantalaimon:
@thrrgilag so it finally works. What I found running it as you suggested is that the homeserver address in the config must have the "http(s)://" prefix. While I had added it at some point during my testing, it turns out it must be there for all homeservers in the config in order for the service to start properly, and in my case it wasn't.
Awesome, glad you were able to get it sorted.
So, I feel a bit stupid, but I hope all of this can help to make the UX smoother
I very much appreciate your testing it out. This is the kind of feedback I was hoping for to make it better. Adding to my list of things to fix.
-
Out of interest, did you get anywhere with the issue with images?
-
@theare27 not really, it seemed to be something to do with how fluffy was sourcing the image url, I found this bit in the logs..
QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError file:///opt/click.ubuntu.com/fluffychat.christianpauly/13.2/qml/components/Avatar.qml:30:13: QML QQuickImage: Host http not found
Haven't gone any deeper than that. Whatever the issue is though it seems specific to FluffyChat, other clients I've tested through pantalaimon (uMatriks on UT and Fractal on others) don't have that issue.
-
@thrrgilag Hmm, so I might be better off with uMatrix? I know it's unmaintained, but FluffyChat seems to be focusing more and more exclusively on the flutter version these days
-
@theare27 I hope that once I get to the root of the problem I can submit a patch to FC to resolve it fully. That is once I get the time to, the day job has me pretty busy right now. If nothing else maybe bouncing between the two clients will suffice unitl a fix can be found.
-
@thrrgilag cheers, yeah I can bounce around when I need to see media until Fluffy Chat gets patched. Thanks for all your work
-
Hello, i've been struggling to install pantalaimon on my oneplus one, but now it's properly installed (thanks to your click image, great job btw).
Now i think i've found an issue : my homeserver has a
.noho.st
domain name (Yunohost free domains), and i think pantalaimon does not agree with it : it keeps deleting thest
at the end so it fails to connect to it... -
@Aristid can you share the log for it?
-
@thrrgilag http://paste.ubuntu.com/p/3BkPFqBmD5/
notre sure if those are the right ones...
-
@Aristid Yeah that looks like the right log, it's just now giving much to go on unforunatly. When you close and re-open the app it does it still remember your configuration?
-
@thrrgilag Well the first time i configure my home server, quit the app and relaunch it the url is truncated (
st
from.noho.st
is removed as mentionned earlier). I complete it again, save and quit and then it appears correctly. But i doubt the app really remembers it as fluffychat behaves as if pantalaimon is not installed. -
@Aristid the actual config file can be found in /home/phablet/.config/pantalaimon/pantalaimon.conf, you can manually verify it's precence there. A couple of other shots in the dark to try is manually look a the config file and make sure your homeserver entry is a full URL, (e.g. https://<whatever>.noho.st). If your SSL cert isn't verifiable you could also try adding "SSL = False" to disable verification of the certificate. You can restart the service by toggling it off & on in the app or but running "stop pantalaimon" and "start pantalaimon" in the terminal.
I'll add some additional configuration items to the next release to help with troubleshooting.
-
@thrrgilag Well config file seems ok, but still cannot read my encrypted chatrooms... When i want to activate the encryption in Fluffychat nothing happens.
-
@Aristid is it old messages that you can't read? Do new messages in those encrypted chat rooms work?
One of the limitations currently is that encryption keys aren't imported/sync'd so you won't be able to decrypt anything that was previously sent. New messages should be fine though.
-
@thrrgilag Ok so i'm not getting old messages, that's ok, but i'm not receiving new ones either. I feel that fluffy still acts as if pantalaimon is not installed...
-
@Aristid and just to double check, you've reconfigured fluffy to point to localhost:8009 and not your homeserver url right?
-
@thrrgilag Ok now i feel dumb : it works when you do it properly...
-
Fractal had the picture issue as well and they solved it: https://github.com/matrix-org/pantalaimon/issues/61