ExpressLRS / ExpressLRS-Configurator

Cross platform configuration & build tool for the ExpressLRS radio link
GNU General Public License v3.0
565 stars 118 forks source link

IPV6 issues #638

Closed tuepham993 closed 1 week ago

tuepham993 commented 1 month ago

image

gbisaga commented 1 month ago

Is this repeatable? Are you using a proxy? I was just able to pull down hardware.zip. What happens if you go directly to https://artifactory.expresslrs.org/ExpressLRS/hardware.zip with your browser?

tuepham993 commented 1 month ago

I don't use proxy. I clicked on https://artifactory.expresslrs.org/ExpressLRS/hardware.zip to download

Hvnt0r commented 1 month ago

I have the same problem, I am on the newest Debian version and I just updated ExpressLRSConfigurator to v1.7.2, rebooted etc. I can download hardware.zip by clicking the link, but it will not load in ExpressLRSConfigurator. I downgraded ExpressLRSConfigurator to 1.7.1, re-upgraded to v1.7.2, tried different wifis, but it does not work.

Edit: I have tried installing other versions now and the latest version that works for me is 1.6.1. Edit2: I am also not using a proxy. Edit3: I have not been using ExpressLRSConfigurator for a while, so when I upgraded from 1.5.x or 1.6.x to 1.7.2, I noticed this problem.

jurgelenas commented 1 month ago

Could be an IPV6 issue with your ISP/setup.

Can you try launching expresslrs-configurator with --dns-result-order=ipv4first flag?

tuepham993 commented 1 month ago

Could be an IPV6 issue with your ISP/setup.

Can you try launching expresslrs-configurator with --dns-result-order=ipv4first flag?

how run ?

Hvnt0r commented 1 month ago

If I add that flag when starting the configurator it works, thanks! Is there some sort of configuration I can tweak to automatically use it?

tuepham993 commented 1 month ago

How to add flags?

Vào Th 5, 18 thg 7, 2024 vào lúc 19:46 Hvnt0r @.***> đã viết:

If I add that flag when starting the configurator it works, thanks! Is there some sort of configuration I can tweak to automatically use it?

— Reply to this email directly, view it on GitHub https://github.com/ExpressLRS/ExpressLRS-Configurator/issues/638#issuecomment-2236407984, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYAIC4RRIHNK3FW52XKCIULZM62I5AVCNFSM6AAAAABLCNE6POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGQYDOOJYGQ . You are receiving this because you authored the thread.Message ID: @.***>

jurgelenas commented 1 month ago

If I add that flag when starting the configurator it works, thanks! Is there some sort of configuration I can tweak to automatically use it?

Try editing application .deskop entry manually or creating your own :)

jurgelenas commented 1 month ago

How to add flags? Vào Th 5, 18 thg 7, 2024 vào lúc 19:46 Hvnt0r @.> đã viết: If I add that flag when starting the configurator it works, thanks! Is there some sort of configuration I can tweak to automatically use it? — Reply to this email directly, view it on GitHub <#638 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYAIC4RRIHNK3FW52XKCIULZM62I5AVCNFSM6AAAAABLCNE6POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGQYDOOJYGQ . You are receiving this because you authored the thread.Message ID: @.>

Edit windows application shortcut. Here is the tutorial: https://www.digitalcitizen.life/shortcut-arguments-parameters-windows/. Add there --dns-result-order=ipv4first.

jurgelenas commented 1 month ago

For any interested contributors. It is possible to add this flag --dns-result-order=ipv4first by default to our app somewhere in main.ts

I would rather keep the app working, than fighting for IPv6 adoption issues.