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 think app doesn't save my custom Invidious instance settings, and also reset to default everytime I exit app or force stop and re-launch this app.
I'm use Snopyta's instance because it's set to proxy streams by default and can reduce connections to GoogleVideo domains
GoogleVideo
App Version: 2.1.6 Installation Source: F-Droid Device: kane_sprout Android Version: 10 (Security patch 1 March 2020)
kane_sprout
https://invidious.snopyta.org/
Custom instance should be saved and show filled custom instance from step 4
App doesn't save custom instance and revert back to https://invidio.us/
https://invidio.us/
The text was updated successfully, but these errors were encountered:
I think I found the bug.
In main.dart, starting from line 94:
invidiosAPI.addListener(() { putSetting('invidiosAPI', invidiosAPI.value); });
Then, from line 138:
if ((await ob.getObject('invidiousApi')) == null) { ob.put(invidiosAPI.value, 'invidiousApi'); } else { invidiosAPI.value = await ob.getObject("invidiousApi");
@deep-gaurav As you can see, there is a mix usage of invidiousApi and invidiosAPI (without letter u).
Sorry, something went wrong.
Bumped for hoping of any activities...
FYI: the main invidio.us will be shutdown soon within this month, consider to fix and change to another instance before that time.
invidio.us
No branches or pull requests
I think app doesn't save my custom Invidious instance settings, and also reset to default everytime I exit app or force stop and re-launch this app.
I'm use Snopyta's instance because it's set to proxy streams by default and can reduce connections to
GoogleVideo
domainsEnvironment
App Version: 2.1.6
Installation Source: F-Droid
Device:
kane_sprout
Android Version: 10 (Security patch 1 March 2020)
Steps to reproduce
https://invidious.snopyta.org/
), then press ApplyExpected behavior
Custom instance should be saved and show filled custom instance from step 4
Actual behavior
App doesn't save custom instance and revert back to
https://invidio.us/
The text was updated successfully, but these errors were encountered: