Describe the bug
This appears to be an issue in the Tauri app specifically, as the web client of 1.20.0 fetches my TURN credentials correctly. Relevant log is:
[214240:214248:0804/102951.871215:ERROR:services/network/p2p/socket_manager.cc:137] Failed to resolve address for [REDACTED]., errorcode: -105
the . after my URI exists, redacted my TURN server address just in case. (So, turn.mywebpage.com., errorcode ...)
I am wondering if there is a . in the code resulting in failing to resolve the TURN URI? I tested on the web client and it communicates with my TURN appropriately. If there is a way to get more info via the Tauri app I don't know how to, and would like to if possible to help pin this down
Reproduction
Open Tauri app /w Console open
Join voice call
Expected behavior
TURN to be resolved properly.
Platform and versions
Gentoo Linux
Sable v1.20.1-nightly.260804125813-dev (90900c6)
Additional context
Tested the TURN server and it is currently functioning as expected, and can be reached by older Sable clients, and other services such as Nextcloud Talk.
Describe the bug
This appears to be an issue in the Tauri app specifically, as the web client of 1.20.0 fetches my TURN credentials correctly. Relevant log is:
[214240:214248:0804/102951.871215:ERROR:services/network/p2p/socket_manager.cc:137] Failed to resolve address for [REDACTED]., errorcode: -105the . after my URI exists, redacted my TURN server address just in case. (So, turn.mywebpage.com., errorcode ...)
I am wondering if there is a . in the code resulting in failing to resolve the TURN URI? I tested on the web client and it communicates with my TURN appropriately. If there is a way to get more info via the Tauri app I don't know how to, and would like to if possible to help pin this down
Reproduction
Open Tauri app /w Console open
Join voice call
Expected behavior
TURN to be resolved properly.
Platform and versions
Additional context
Tested the TURN server and it is currently functioning as expected, and can be reached by older Sable clients, and other services such as Nextcloud Talk.