out386 / aria-telegram-mirror-bot

A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive
MIT License
517 stars 401 forks source link

Failed to start the download. Unauthorized. #38

Closed Rajwadkar07 closed 5 years ago

Rajwadkar07 commented 5 years ago

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?

out386 commented 5 years ago

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.

Rajwadkar07 commented 5 years ago

thanks it worked :)

vivekgajjar commented 4 years ago

Not working