e-lie / renardo

Livecoding music with simple Python code (Modernized FoxDot Fork)
https://renardo.org
Other
39 stars 3 forks source link

samples.renardo.org unavailable #18

Open pguimier opened 4 days ago

pguimier commented 4 days ago

On a fresh installation, under the Autostart tab, shen "Download renardo default samples pack" is clicked, the application crashes with a SSLError :


/home/user/.local/pipx/venvs/renardo/lib/python3.11/site-packages/requests/adapters.py:698 in send                                      │
│                                                                                                                                          │
│   695 │   │   │                                                                                                                          │
│   696 │   │   │   if isinstance(e.reason, _SSLError):                                                                                    │
│   697 │   │   │   │   # This branch is for urllib3 v1.22 and later.                                                                      │
│ ❱ 698 │   │   │   │   raise SSLError(e, request=request)                                                                                 │
│   699 │   │   │                                                                                                                          │
│   700 │   │   │   raise ConnectionError(e, request=request)                                                                              │
│   701                                                                                                                                    │
│                                                                                                                                          │
│ ╭──────────────────────────────────── locals ─────────────────────────────────────╮                                                      │
│ │    cert = None                                                                  │                                                      │
│ │ chunked = False                                                                 │                                                      │
│ │    conn = <urllib3.connectionpool.HTTPSConnectionPool object at 0x7f606674d310> │                                                      │
│ │ proxies = OrderedDict()                                                         │                                                      │
│ │ request = <PreparedRequest [GET]>                                               │                                                      │
│ │    self = <requests.adapters.HTTPAdapter object at 0x7f60667b83d0>              │                                                      │
│ │  stream = False                                                                 │                                                      │
│ │ timeout = Timeout(connect=None, read=None, total=None)                          │                                                      │
│ │     url = '/0_foxdot_default/'                                                  │                                                      │
│ │  verify = True                                                                  │                                                      │
│ ╰─────────────────────────────────────────────────────────────────────────────────╯                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
SSLError: HTTPSConnectionPool(host='samples.renardo.org', port=443): Max retries exceeded with url: /0_foxdot_default/ (Caused by 
SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:992)')))
Quitting...
pguimier commented 4 days ago

I found a complex workaround :

Then the application is unlocked !