Missing 'libuv' option in Event Polling Method and 'TLSv1.3' in Min TLS Version
Author: Roze061Created Jun 20, 2026Updated Jun 23, 2026
Please add the missing options for these two specific fields so they don't appear blank:
- Event Polling Method: Add
'libuv'option - Min TLS Version: Add
'TLSv1.3'option
-> [../../aria2/src/OptionHandlerImpl.cc:435] errorCode=1 event-poll must be one of the following:'libuv' 'select' Usage: --event-poll=POLL Specify the method for polling events. --min-tls-version=¶ Specify minimum SSL/TLS version to enable. Possible Values: TLSv1.1, TLSv1.2, TLSv1.3 Default: TLSv1.2
Source: mayswind/AriaNg