We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
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
./src/.constants.js
./out/.constants.js
Run tsc after putting the secret in
tsc
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.
Sorry, something went wrong.
thanks it worked :)
Not working
No branches or pull requests
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 text was updated successfully, but these errors were encountered: