-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
DirectURL setting in configuration.js won't apply after modified #365
Comments
ReproductionOn Linuxwhen accessing through |
okay, found the problem. easy way is to leave the page and remove all cookies |
@no1xsyzy You are correct. I should make sure the cookies of aria2-WebUI is completely clear first. Now configuaration.js works like a charm. Thank you for your help! |
I cleared cookies in my browser but it doesn't work. I tried firefox and tried editing js/services/rpc/rpc.js and tried to change client. None of them works. |
As mentioned by author, DircetURL's setting should be set in the file configuration.js then webUI will read it
But after many times I tried, its not worked as expected.
Finally I found a temporary solution, in
js/services/rpc/rpc.js
:After changing, you may need to clear the cookies. Then every time you visit aria2-webUI (even refresh the page, restart aria2-rpc server), the default DirectURL can be read.
I have no idea why configuration.js does not work (zero knowledge in AngularJS).
The text was updated successfully, but these errors were encountered: