out386 / aria-telegram-mirror-bot

A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to start the download. Unauthorized.

Rajwadkar07 opened this issue · comments

I am facing this issue. I checked everything. My aria_secret is same in .constants.js and aria.sh. Please guide me for a fix?

The only reason this happens is because of mismatched secret.

Make sure that the secret is in ./src/.constants.js, not in ./out/.constants.js

Run tsc after putting the secret in

Run

killall aria2c || killall aria2
./aria.sh
npm start

If even this fails, check aria_secret yet again, and reboot the computer, and make sure that nothing else is starting an aria rpc.

thanks it worked :)

Not working