-
Notifications
You must be signed in to change notification settings - Fork 191
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
Cannot Send or Receve Messages in Tails OS #1139
Comments
try 1.0.7 and see if that fixes the issue, we had several seed changes in 1.0.8, and one more in the next release |
It looks like 1.0.7 has the same issue, still cannot connect. 1.0.7 gives the same error that "All our long poll swarm connections have been removed." |
That’s normal a message, itll restart the connection pool when it hits it. The big question is can you send and receive messages? |
I sent Tails a session request and did not receive anything. On 1.0.7 Loki news and Session Updates appears but no feeds load. I am also getting the error: error Failed to contact seed node I will try to send a message from the device. |
I think this has to do with the Tails Tor proxy, similar to signalapp#1632 and https://bisco.org/notes/installing-and-running-signal-on-tails I created the scripts but to no avail, could Session be ignoring the proxy settings from the environment variables which is why it can't connect? |
Confirmed this issue on tailsOS, seems to be an issue when trying to connect to the seed nodes
Confirmed that this is related to using a proxy too, because
Gives the expected response from the seed node Someone will need to look at this issue and see why/if we are divergent from Signal signalapp#1632 |
@KeeJef I think this can be a good start to solve this issue as tails proxy is 127.0.0.1:9050 Which is like mentioned in this tutorial for signal on tails https://bisco.org/notes/installing-and-running-signal-on-tails/ and it works. However it doesnt work with session as it totally ignores these variables. |
We totally didn't support the proxy infrastructure moving forward because we planned loki network support from the beginning and there are potentially privacy and security implications if you mix TOR with loki network, not to mention a bad user experience. I think the best solution is to work with the tails people to figure out how we can allow our dapps to work on their platform. |
Warning: I do not recommend what I tried for production use. Step 2 opens Tails to direct (non-Tor) traffic and is likely a serious security risk. I also haven't tested Session's reliability under these conditions. I made Session Desktop 1.0.9 send and receive messages on Tails 4.3 after doing the following:
The port numbers are based on the following:
Does anyone know the full list of TCP ports required to make Session work? I think working with the Tails people to make Session work in Tails is a good approach. |
This same issue seems to happen on my Windows 10 PC as I found 6 |
@neuroscr Loki should work well in hybrid with Tor as it is packet-based like I2P. For text messages there will be no performance issues and Tails users should only send text to stay anonymous anyway. Without ability to run in isolated secure environments like Whonix or Tails it leaves an attack vector of exploitation in future. Tested and works well in Whonix, however Tails users should also be able to use it as it will make this messenger more popular. |
Closing this in favor of #1557 |
Describe the bug
Session Desktop cannot send or receive messages on Tails OS. Appears to be unable to connect to network, runs out of swarm nodes to connect to.
To Reproduce
Steps to reproduce the behavior:
Run Session desktop on Tails OS with ./session-messenger-desktop-linux-x86_64-1.0.8.AppImage --no-sandbox
Screenshots or Logs
{"name":"log","hostname":"amnesia","pid":11983,"level":50,"msg":"loki_message:::_openRetrieveConnection - We no longer have any swarm nodes available to try in pool, closing retrieve connection","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":30,"msg":"loki_message:::startLongPolling - There are 2 open retrieve connections left. Stopped? false","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":30,"msg":"loki_message:::startLongPolling - There are 1 open retrieve connections left. Stopped? false","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":30,"msg":"loki_message:::startLongPolling - There are 0 open retrieve connections left. Stopped? false","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":40,"msg":"loki_message:::startLongPolling - All our long poll swarm connections have been removed","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":30,"msg":"loki_snodes:::refreshRandomPoolPromise - Retrying initialising random snode pool, try # 0","time":"[Time]","v":0} {"name":"log","hostname":"amnesia","pid":11983,"level":30,"msg":"loki_snodes:::refreshRandomPoolPromise - Retrying initialising random snode pool, try # 1","time":"[Time]","v":0}
Other information (please complete the following information):
The text was updated successfully, but these errors were encountered: