hi
I installed aria2 and in the web interface after entering my global pwd in the rpc secret token (and leaving the rpc user & pwd empty) - i get:
Oh Snap! Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings
I read an old post here about this, but its for stretch and we are on buster now.
I did tried the suggested steps:
root@DietPi:~# cat /etc/systemd/system/aria2.service
[Unit]
Description=Aria2 (DietPi)
[Service]
User=aria2
UMask=002
ExecStart=/usr/bin/aria2c --conf-path=/mnt/dietpi_userdata/aria2/aria2.conf
[Install]
WantedBy=multi-user.target
root@DietPi:~# grep Global_Password /DietPi/dietpi.txt
grep: /DietPi/dietpi.txt: No such file or directory
After first boot password has been removed from /boot/dietpi.txt and it doesn’t matter. You would need to use the password from aria2 configuration file. Did you pushed the save button on the bottom of the configuration page? I did a test an all working fine for me.