I have this issue too on Linux.
Looking at ResolveDebug.txt, I see:
- Code: Select all
[0x7f8af8dfd000] | UI | INFO | 2025-04-13 13:29:03,041 | Enqueueing package 'AI Voice Training' for installation...
[0x7f87c1bff000] | DDM | ERROR | 2025-04-13 13:29:03,116 | Received error code from repository '77'
That error 77 led me to think that was a curl or SSL/TLS error.
Doing a network sniff, I see resolve attempt to connect to a Cloudflare IP. Doing a manual curl or openssl test to that results in:
- Code: Select all
== Info: TLSv1.3 (IN), TLS alert, handshake failure (552):
== Info: OpenSSL/3.0.15: error:0A000410:SSL routines::sslv3 alert handshake failure
So yeah, there's probably something wrong with BMD's deployment of SSL/TLS certificates I think... or some CF SSL termination config issue.