Crust Test v2 (concluded)

This happened unexpectedly a couple of hours ago:

All available peers have been attempted to be reached. Checking for new peers every 10 seconds.
WARN 22:08:19.049926768 [client client.rs:300] Changed NAT type: NatInfo { nat_type_for_tcp: EIM, nat_type_for_udp: Unknown }
WARN 22:08:31.207352834 [client client.rs:300] Changed NAT type: NatInfo { nat_type_for_tcp: EIM, nat_type_for_udp: EIM }
ERROR 22:19:18.560642436 [client client.rs:308] Failed to get our connection info: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address
thread ā€˜mainā€™ panicked at ā€˜Aborting due to the previous errorā€™, examples/client.rs:309:17
note: Run with RUST_BACKTRACE=1 for a backtrace.

restarted without a hitch, so random crash?

We havenā€™t seen any during the previous test too.

With direct connections thereā€™s no clear distinction between incoming or outgoing connections because Crust will use the first successful one. While both the requester (e.g. your PC) and responder (someone else) will attempt to connect with each other using the direct connection info, it wouldā€™n really matter which one succeeds first as it suffices to establish a connection from just one side for bi-directional communication.

Hopefully that makes sense! :slight_smile:

7 Likes

Yes, it could happen occasionally due to a multitude of reasons (Wi-Fi has switched, network hiccup, recovering a machine from a sleep mode, etc.).

What this error means is that basically your client wasnā€™t able to obtain its public IP address by sending a request to some well-known IP echo service. In this case we canā€™t do much: without knowing your public IP no one would be able connect to you, so the client just terminates.

Most of the times restarting it helps, so while itā€™s inconvenient, it doesnā€™t mean that your client wouldnā€™t work :slight_smile:

6 Likes

Yo thatā€™s it. In my log file I found this line here

Terminating due to: UdpRendezvousFailed

2 Likes

Thanks for the confirmation!

If you could also DM me your entire log file, that would help us to understand the exact reason for this behaviour and I can probably tell more. :slight_smile:

2 Likes

An error for me on OSX

WARN 17:45:37.232740000 [client client.rs:300] Changed NAT type: NatInfo { nat_type_for_tcp: Unknown, nat_type_for_udp: EIM }

ERROR 17:45:37.338417000 [client client.rs:308] Failed to get our connection info: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address

So itā€™s rechecking the IP all the time? In case it changes? I have a fixed IP, but not sure how that plays into the equation.

That would be the exact same case as described in this post:

Do you see this error when you start the client, or after some time?

Thatā€™s correct!

If you have a static IP it shouldnā€™t affect it in any way. There could be many other valid reasons for this behaviour though and itā€™d be hard to tell exactly what happened in your case.

2 Likes

@nbaksalyar I also get this error everytime I run the test after it successfully connects to 2-3 peers:

ERROR 23:57:04.670313800 [client client.rs:308] Failed to get our connection info: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address

Donā€™t see why it souldnā€™t be possible to fetch my public IP.

Here is the full log:

3 Likes

Repeated failure to connect via my mobile phone hotspot. :frowning:

Please enter your name (or press Enter to keep it blank): zokimblhtspot
INFO 16:20:08.589292100 [client client.rs:1202] Our public ID: a18c87ā€¦
INFO 16:20:08.591851800 [client client.rs:1204] Attempting bootstrapā€¦
INFO 16:20:08.740802900 [client client.rs:1225] Connected to 8f6155ā€¦ (104.248.175.190:8000)
INFO 16:20:08.742349000 [client client.rs:776] Detecting NAT typeā€¦
INFO 16:20:08.877928900 [p2p::tcp::hole_punch mod.rs:222] Symmetric NAT with non-uniformly changing port mapping detected. No logic for Tcp external address prediction for these circumstances!
WARN 16:20:08.993316600 [p2p::udp::hole_punch::rendezvous_client rendezvous_client.rs:163] Symmetric NAT with non-uniformly changing port mapping detected. No logic for Udp external address prediction for these circumstances!
WARN 16:20:08.993815200 [p2p::udp::hole_punch::rendezvous_client rendezvous_client.rs:163] Symmetric NAT with non-uniformly changing port mapping detected. No logic for Udp external address prediction for these circumstances!
WARN 16:20:08.994267100 [p2p::udp::hole_punch::rendezvous_client rendezvous_client.rs:163] Symmetric NAT with non-uniformly changing port mapping detected. No logic for Udp external address prediction for these circumstances!
INFO 16:20:08.994267100 [client client.rs:786] Detected NAT type for TCP EDMRandomPort([62072, 22717, 39820])
INFO 16:20:08.994267100 [client client.rs:787] Detected NAT type for UDP EDMRandomPort([36587, 60625, 37348])
INFO 16:20:08.994267100 [client client.rs:790] Detected OS type: Windows
INFO 16:20:08.994765000 [client client.rs:792] IGD failed
ERROR 16:20:08.995261600 [client client.rs:1024]

Failed to collect our connection information. Error description: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address
Please try again later and if the error persists please contact us and send the log file.

Press Enter to continueā€¦

edit: using this device as my personal wifi hotspot

Is there any prefered time that you guys wish that we keep running the test. Would you like us to to leave it running over the weekend?

Hi @tobbetj,
Iā€™m certainly intending to keep my home session running over the weekend - I may have to restart it a couple of times as I jump from work to home and when I forget to put the power cable in and my lappy decides to shut down.
David.

5 Likes

Testingā€¦

4 Likes

Tethering wirelessly over my phone without VPN Iā€™m having a conversation over appear.in at the moment. Iā€™m not sure itā€™s related, but I just noticed the client crashed with the following:

INFO 17:59:47.689953789 [client client.rs:958] 

All available peers have been attempted to be reached. Checking for new peers every 10 seconds.
thread 'main' panicked at 'Aborting due to the previous error', examples/client.rs:ERROR 18:00:16.070172533 [client client.rs:308] Failed to get our connection info: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address
309:17
note: Run with `RUST_BACKTRACE=1` for a backtrace.

What does that last note about backtrace mean?
Reconnecting test now.

4 Likes

Was there an answer to this? Iā€™m also interested in understanding why this happens.

4 Likes

Would be more odd the other way roundā€¦ surely that just suggests a connection that was, went down perhaps user taking it offline?

I left mine running and come back this evening to find it fell overā€¦ that was over wireless but would not have expected it to be a problem. Appears perhaps something at ~10:30 occurred.

edit: and just to note that had been up since early last evening. Unclear to me if there are logs etcā€¦ let me know if thereā€™s more detail thatā€™s useful.


All available peers have been attempted to be reached. Checking for new peers every 10 seconds.
INFO 10:33:49.253426790 [client client.rs:930] Attempting to connect with iwensfortis (79a595..)...
INFO 10:34:19.304460092 [client client.rs:758] 
===============================================
Failed to connect with iwensfortis (79a595..)
Direct connection result: Failed
Successful connections: ["AllNamesRefused (e4d436..)", "tobbetj (f4560b..)", "dwg74 (fb7dc9..)", "utopia (92f650..)", "kip (a15db6..)", "Arcturus (b04c3c..)", "GMason (031f3f..)", "Vort (61f438..)", "John (66b574..)", "kemoboi (ad215e..)", "Miguelo (a2884a..)", "Sarah-home (2341fd..)", "upstate (a73ad4..)", "73b58b..", "Salvorin Mac (5ca083..)", "Jeremy (58450c..)", "Simple of Symington (91513e..)", "Salvorin Fix (52e639..)", "Paint (4f328e..)", "b85702..", "Salvorin Fox (461067..)", "3133c8..", "Hunter-Oakland-CA-USA (952252..)", "Salvorin Fex (0c7f14..)", "polpolrener (4fd35f..)", "nevel (8dac60..)", "bochaco (ee40b4..)", "NastyPasty (2cbe31..)", "dimitar (21471e..)", "CrustytestBog (082c56..)", "Rick Sanchez (C-137) (5cf2bc..)", "Warz (bcc5d6..)", "crusty2 (611255..)", "SiggiD (3e3475..)", "Rick Sanchez (C-137) (f2d09a..)", "pierce (9b4787..)", "Zoki (24202e..)", "nadia-home (a907c5..)", "kip (005780..)", "happybeing (3eb0c1..)", "Zoki (204342..)", "66a12c..", "e1d200..", "bzee (80855e..)", "dgr (dff523..)", "nullus (6cb412..)", "nadia_home (884890..)", "isntism (dd4ec5..)", "Toivo_here_again_nice_to_shake_hands_with_you_all (e91d5a..)", "Stout77 (59cf12..)", "Stout77 (e1590b..)", "Quetzalcoatl (754e93..)", "rid (2cbb09..)", "Karel2 (f3acfe..)", "nevel_vm (dc7f0f..)", "kip (6611ae..)", "nevel_vm_nat (4c3218..)", "chris (14e462..)", "ssd (983ebd..)", "traktion (0f5568..)", "Southside (9b7c59..)", "Karel network 1 (6b86b1..)", "JPL-linux (db7c6d..)", "southside (17d8e1..)", "mrmagpie (0d10c1..)", "5a7d08..", "Client2230 (7e28da..)", "Karel 3 router DMZ (a745f7..)", "phideas (7b1af1..)", "bossmann (3a43c6..)", "Lao\'c (628670..)", "DavidMc0 (d311aa..)", "Lao\'c (969561..)", "johnsnow (5b21e1..)", "Optimator (5eb4d4..)", "Optimator (567f63..)", "Karel 1 vanilla (b3423c..)", "scotchmisty (8489a2..)", "Optimator (0b7b46..)", "jpl-linux2 (6d1273..)", "914037..", "exul (7abd32..)", "Karel 3 continuous (4dfe5e..)", "jpl-linux3 (c3b5cb..)", "Nigel (ae1edd..)", "ooooh jeremy corbyn (8a5c1a..)", "Mindphreaker_Test2 (d28af5..)", "Mindphreaker_Test2 (e3d9f4..)", "Karel 3 continuous (edd4da..)", "upstate-home (bb9d82..)", "Zondi (05c2e1..)", "f4f399..", "DASK (8448a2..)", "opacey (886a2f..)", "ozpac (1cd45b..)", "scotchmisty (c75aa1..)", "opacey (93ee0b..)", "opacey_London (cb01bd..)", "mj77 (b4ee68..)", "SatoshiN (5f6b50..)", "Wes (6fcd09..)", "Wes (44bfbd..)", "GeorgeGallowaysRemaingFollicle (697f61..)", "nojacko (b654f6..)", "nojacko (aa10f3..)", "zbsbwin (796bb8..)", "John (8ef36d..)", "zbsbPoppaMac (7d43c6..)", "m3data (181d5b..)", "zbsbPoppaMac (f89f87..)", "Ryan Dinse (aa29ab..)", "aee3ad..", "dimitar (e22b73..)", "ashwin-home (1da3b3..)", "safer (07aa77..)", "holePuncher6ix (596e7b..)", "zbsbMac (99f37e..)", "zbsbwin (88b5ed..)", "Salvorin Fox (fe17af..)", "Audity (cd778c..)", "neo (25568d..)", "californiacal (d8c8e1..)", "Srini_lan_office (3df506..)", "796097..", "Srini_lan_office2 (c065d3..)", "ac0160..", "joop77-no_upnp-v3 (a0f1bc..)", "eddyofcourse (472ec3..)", "isntism (c52906..)", "dwg74 (4cbe99..)", "Jim MaidSafe (5c75dc..)", "BambooGarden (498cc0..)", "opacey (8e524f..)", "xx (1c9862..)", "jpl-win-vpn (5d090b..)", "rid (5e6c8e..)", "Stephan6 (1cf7bd..)", "beermenow (c5d0e4..)", "nevel_vm_nat (1b933f..)", "nevel_vm_nat (16ca0f..)", "nevel (bb7afb..)", "Sarah (3a6726..)", "Pierre (d61cb1..)", "Stephen (e06e03..)", "exul (cb8e25..)", "bzee-arch_linux (347914..)", "Client1200 (140229..)", "iwensfortis (3feeca..)"]
Failed connections: ["joop77-no_upnp (2daf85..)", "Salvorin Fux (b153ef..)", "Sascha_PiaVPN_Sweden (746cd4..)", "Stephan4 (cc60b4..)", "Lionel Faber (b525f7..)", "Toivo (90b6b2..)", "johnsnow (315ab3..)", "34ec73..", "Michael_Hills (00a91d..)", "Darius (fbeefa..)", "Dug-travels (84f09a..)", "scottefc86 (6445cd..)", "SiggiD (1a5304..)", "SiggiD (473ac7..)", "Stephan5 (2010f9..)", "crusty6 (611420..)", "Conmohawk (a126a9..)", "joop77-no_upnp-v2 (b1d8de..)", "Toivo (35cdc8..)", "nevel (dca938..)", "Tom - Hey Rene!! (5436d2..)", "ae6535..", "peca (d3353b..)", "Blabla (3fec65..)", "625feb..", "cd5e3f..", "Blabla (355a73..)", "TK (e67d12..)", "Quetzalcoatl (a97b32..)", "oetyng (ad41f5..)", "Quetzalcoatl (d823a1..)", "tseet (1517b4..)", "jeremycorbyn (c60821..)", "bzee (e47142..)", "scottefc86 (866561..)", "Sarah-home (75d42e..)", "Hunter-Oakland-CA-USA (9092fe..)", "Karel (28e6ad..)", "nevel_vm (023199..)", "werfwerfwerf (e6e63e..)", "mrmagpie (27fb5d..)", "johnsnow (494167..)", "joop77 (457d1f..)", "scottefc86 (77c283..)", "d08eab..", "99e251..", "Karel mobile tethering (d73de6..)", "Karel network 1 (97773a..)", "savage (20cada..)", "Crusty THe Clown (892b07..)", "bochaco2 (49bb92..)", "jarjar (bcbe20..)", "Leik (5bcd5e..)", "Leik (fa6a6a..)", "Karel 3 router vanilla settings (3ddd0d..)", "Karel 3 router vanilla (ba4d74..)", "Lao\'c (14bebc..)", "Karel 3 vanilla (114ee3..)", "Flying Dutchman (6b2e53..)", "lead (b6da61..)", "john (7a4cfc..)", "Lao\'c (ef108c..)", "john (2cc152..)", "Lao\'c (14646b..)", "savage (6d878d..)", "bossmannwin (fcd641..)", "Karel 1 router DMZ (56ba66..)", "jos (32f7c5..)", "Karel 1 v (019014..)", "Salvorin Mac (29e541..)", "Lao\'c-K (3a8dbe..)", "Karel 1 forward all (9247b2..)", "Salvorin Fax (b56e3e..)", "Lao\'c-VPN (11584a..)", "3d808a..", "Lao\'c-K (2bf1c8..)", "Lao\'c-K (0d20d7..)", "069e71..", "Lao\'c-K (fbc0c2..)", "Nigel (a1e905..)", "mj77 (d58a86..)", "Salvorin Mac (fa8e6f..)", "hintofbasil (2b2ff5..)", "Lao\'c-O (876ef9..)", "jpl-linux3 (e128ab..)", "opaceyLondon (23c842..)", "opacey (75aff9..)", "opacey (4d3a7c..)", "feinberg (ea0290..)", "feinberg (464cf0..)", "savage (750633..)", "holePuncher6ix (016473..)", "savage (936d3a..)", "John (969d9b..)", "a09d45..", "Edwin (e8b496..)", "Salvorin Fox (e29a89..)", "GoSox (9fd9c6..)", "Lionel Faber (171598..)", "rdsx (a94dd1..)", "rdsx (5d27a8..)", "NameGoesHere (b251fb..)", "Salvorin Fax (09466e..)", "CaliforniaCal (2104df..)", "fred (b6954b..)", "jlpell (a3e4bd..)", "Neo_the_one_who_pretends_he_knows_a_lot_but_its_all_smoke_and_mirrors_lol (c43f23..)", "Sascha (a2ea4b..)", "Sascha_no_VPN (342e34..)", "Toivo2 (75d4b3..)", "FMFREE (8b08bd..)", "jm (264070..)", "isntism (ccc176..)", "lukas (ffe05d..)", "HTPeacock (f0c34f..)", "handep (85ddd9..)", "b0a04f..", "2a90e8..", "TylerJordan (31d2f2..)", "x (2c2134..)", "tylerjordan-2 (6168cf..)", "neo_the_one_who_does_know_it_all_lol (779934..)", "fred2 (bbe416..)", "xx (e02a3d..)", "tylerjordan-4 (5311b7..)", "xxx (18c20e..)", "NotNSA (1c93bd..)", "beermenow (d48add..)", "70a7d4..", "nevel_vm_bridged (e22804..)", "SiggiD (3621ec..)", "DGeddes (97abc8..)", "081e5e..", "Toivo_connecting (73b84a..)", "josh (77262f..)", "iwensfortis (79a595..)"]
Attempted connections: ["kemoboi (ad215e..)", "Miguelo (a2884a..)", "Sarah-home (2341fd..)", "upstate (a73ad4..)", "73b58b..", "AllNamesRefused (e4d436..)", "Salvorin Fux (b153ef..)", "joop77-no_upnp (2daf85..)", "Sascha_PiaVPN_Sweden (746cd4..)", "Stephan4 (cc60b4..)", "Lionel Faber (b525f7..)", "tobbetj (f4560b..)", "Salvorin Mac (5ca083..)", "Jeremy (58450c..)", "dwg74 (fb7dc9..)", "Toivo (90b6b2..)", "johnsnow (315ab3..)", "Simple of Symington (91513e..)", "Salvorin Fix (52e639..)", "utopia (92f650..)", "34ec73..", "Michael_Hills (00a91d..)", "Paint (4f328e..)", "b85702..", "Salvorin Fox (461067..)", "3133c8..", "Hunter-Oakland-CA-USA (952252..)", "Salvorin Fex (0c7f14..)", "Darius (fbeefa..)", "Dug-travels (84f09a..)", "scottefc86 (6445cd..)", "dimitar (21471e..)", "polpolrener (4fd35f..)", "nevel (8dac60..)", "kip (a15db6..)", "bochaco (ee40b4..)", "Arcturus (b04c3c..)", "GMason (031f3f..)", "Vort (61f438..)", "NastyPasty (2cbe31..)", "John (66b574..)", "CrustytestBog (082c56..)", "SiggiD (1a5304..)", "Rick Sanchez (C-137) (5cf2bc..)", "Warz (bcc5d6..)", "crusty2 (611255..)", "SiggiD (3e3475..)", "Rick Sanchez (C-137) (f2d09a..)", "SiggiD (473ac7..)", "pierce (9b4787..)", "Zoki (24202e..)", "Stephan5 (2010f9..)", "nadia-home (a907c5..)", "crusty6 (611420..)", "Conmohawk (a126a9..)", "joop77-no_upnp-v2 (b1d8de..)", "Toivo (35cdc8..)", "nevel (dca938..)", "Tom - Hey Rene!! (5436d2..)", "kip (005780..)", "happybeing (3eb0c1..)", "Zoki (204342..)", "ae6535..", "peca (d3353b..)", "Blabla (3fec65..)", "625feb..", "cd5e3f..", "66a12c..", "e1d200..", "Blabla (355a73..)", "TK (e67d12..)", "Quetzalcoatl (a97b32..)", "oetyng (ad41f5..)", "Quetzalcoatl (d823a1..)", "bzee (80855e..)", "tseet (1517b4..)", "dgr (dff523..)", "nullus (6cb412..)", "jeremycorbyn (c60821..)", "nadia_home (884890..)", "bzee (e47142..)", "scottefc86 (866561..)", "isntism (dd4ec5..)", "Toivo_here_again_nice_to_shake_hands_with_you_all (e91d5a..)", "Stout77 (59cf12..)", "Stout77 (e1590b..)", "Quetzalcoatl (754e93..)", "rid (2cbb09..)", "Sarah-home (75d42e..)", "Hunter-Oakland-CA-USA (9092fe..)", "Karel (28e6ad..)", "nevel_vm (023199..)", "werfwerfwerf (e6e63e..)", "mrmagpie (27fb5d..)", "johnsnow (494167..)", "joop77 (457d1f..)", "scottefc86 (77c283..)", "Karel2 (f3acfe..)", "nevel_vm (dc7f0f..)", "kip (6611ae..)", "nevel_vm_nat (4c3218..)", "d08eab..", "99e251..", "chris (14e462..)", "ssd (983ebd..)", "Karel mobile tethering (d73de6..)", "Karel network 1 (97773a..)", "traktion (0f5568..)", "savage (20cada..)", "Crusty THe Clown (892b07..)", "bochaco2 (49bb92..)", "Southside (9b7c59..)", "Karel network 1 (6b86b1..)", "JPL-linux (db7c6d..)", "southside (17d8e1..)", "mrmagpie (0d10c1..)", "5a7d08..", "jarjar (bcbe20..)", "Client2230 (7e28da..)", "Leik (5bcd5e..)", "Leik (fa6a6a..)", "Karel 3 router DMZ (a745f7..)", "phideas (7b1af1..)", "bossmann (3a43c6..)", "Karel 3 router vanilla settings (3ddd0d..)", "Karel 3 router vanilla (ba4d74..)", "Lao\'c (14bebc..)", "Karel 3 vanilla (114ee3..)", "Flying Dutchman (6b2e53..)", "lead (b6da61..)", "Lao\'c (628670..)", "DavidMc0 (d311aa..)", "Lao\'c (969561..)", "johnsnow (5b21e1..)", "john (7a4cfc..)", "Lao\'c (ef108c..)", "john (2cc152..)", "Lao\'c (14646b..)", "Optimator (5eb4d4..)", "Optimator (567f63..)", "savage (6d878d..)", "bossmannwin (fcd641..)", "Karel 1 router DMZ (56ba66..)", "jos (32f7c5..)", "Karel 1 vanilla (b3423c..)", "Karel 1 v (019014..)", "scotchmisty (8489a2..)", "Salvorin Mac (29e541..)", "Optimator (0b7b46..)", "Lao\'c-K (3a8dbe..)", "Karel 1 forward all (9247b2..)", "jpl-linux2 (6d1273..)", "Salvorin Fax (b56e3e..)", "Lao\'c-VPN (11584a..)", "914037..", "3d808a..", "Lao\'c-K (2bf1c8..)", "Lao\'c-K (0d20d7..)", "exul (7abd32..)", "Karel 3 continuous (4dfe5e..)", "069e71..", "jpl-linux3 (c3b5cb..)", "Nigel (ae1edd..)", "Lao\'c-K (fbc0c2..)", "Nigel (a1e905..)", "ooooh jeremy corbyn (8a5c1a..)", "mj77 (d58a86..)", "Salvorin Mac (fa8e6f..)", "Mindphreaker_Test2 (d28af5..)", "Mindphreaker_Test2 (e3d9f4..)", "Karel 3 continuous (edd4da..)", "hintofbasil (2b2ff5..)", "Lao\'c-O (876ef9..)", "upstate-home (bb9d82..)", "Zondi (05c2e1..)", "f4f399..", "DASK (8448a2..)", "opacey (886a2f..)", "ozpac (1cd45b..)", "scotchmisty (c75aa1..)", "opacey (93ee0b..)", "jpl-linux3 (e128ab..)", "opacey_London (cb01bd..)", "opaceyLondon (23c842..)", "opacey (75aff9..)", "mj77 (b4ee68..)", "opacey (4d3a7c..)", "SatoshiN (5f6b50..)", "Wes (6fcd09..)", "Wes (44bfbd..)", "GeorgeGallowaysRemaingFollicle (697f61..)", "nojacko (b654f6..)", "feinberg (ea0290..)", "feinberg (464cf0..)", "nojacko (aa10f3..)", "zbsbwin (796bb8..)", "John (8ef36d..)", "zbsbPoppaMac (7d43c6..)", "m3data (181d5b..)", "savage (750633..)", "holePuncher6ix (016473..)", "savage (936d3a..)", "John (969d9b..)", "zbsbPoppaMac (f89f87..)", "a09d45..", "Ryan Dinse (aa29ab..)", "aee3ad..", "Edwin (e8b496..)", "Salvorin Fox (e29a89..)", "dimitar (e22b73..)", "ashwin-home (1da3b3..)", "safer (07aa77..)", "GoSox (9fd9c6..)", "Lionel Faber (171598..)", "rdsx (a94dd1..)", "rdsx (5d27a8..)", "holePuncher6ix (596e7b..)", "NameGoesHere (b251fb..)", "zbsbMac (99f37e..)", "zbsbwin (88b5ed..)", "Salvorin Fax (09466e..)", "Salvorin Fox (fe17af..)", "Audity (cd778c..)", "neo (25568d..)", "CaliforniaCal (2104df..)", "californiacal (d8c8e1..)", "fred (b6954b..)", "jlpell (a3e4bd..)", "Neo_the_one_who_pretends_he_knows_a_lot_but_its_all_smoke_and_mirrors_lol (c43f23..)", "Sascha (a2ea4b..)", "Srini_lan_office (3df506..)", "Sascha_no_VPN (342e34..)", "Toivo2 (75d4b3..)", "FMFREE (8b08bd..)", "jm (264070..)", "isntism (ccc176..)", "796097..", "lukas (ffe05d..)", "HTPeacock (f0c34f..)", "handep (85ddd9..)", "Srini_lan_office2 (c065d3..)", "b0a04f..", "2a90e8..", "ac0160..", "joop77-no_upnp-v3 (a0f1bc..)", "TylerJordan (31d2f2..)", "eddyofcourse (472ec3..)", "isntism (c52906..)", "dwg74 (4cbe99..)", "x (2c2134..)", "tylerjordan-2 (6168cf..)", "neo_the_one_who_does_know_it_all_lol (779934..)", "fred2 (bbe416..)", "xx (e02a3d..)", "Jim MaidSafe (5c75dc..)", "BambooGarden (498cc0..)", "opacey (8e524f..)", "tylerjordan-4 (5311b7..)", "xx (1c9862..)", "xxx (18c20e..)", "NotNSA (1c93bd..)", "jpl-win-vpn (5d090b..)", "rid (5e6c8e..)", "beermenow (d48add..)", "Stephan6 (1cf7bd..)", "70a7d4..", "beermenow (c5d0e4..)", "nevel_vm_nat (1b933f..)", "nevel_vm_bridged (e22804..)", "nevel_vm_nat (16ca0f..)", "nevel (bb7afb..)", "Sarah (3a6726..)", "SiggiD (3621ec..)", "Pierre (d61cb1..)", "Stephen (e06e03..)", "exul (cb8e25..)", "bzee-arch_linux (347914..)", "DGeddes (97abc8..)", "081e5e..", "Toivo_connecting (73b84a..)", "josh (77262f..)", "Client1200 (140229..)", "iwensfortis (3feeca..)", "iwensfortis (79a595..)"]
===============================================
ERROR 10:34:27.302263866 [client client.rs:308] Failed to get our connection info: Rendezvous with server failed for both Tcp and Udp - could not obtain our external address
thread 'main' panicked at 'Aborting due to the previous error', examples/client.rs:309:17
note: Run with `RUST_BACKTRACE=1` for a backtrace.

2 Likes

That would make sense.

This can happen if network connection have packet losses.

There is that to me mysterious ā€œ309:17ā€ again.

1 Like