Skip to content
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

Could not parse ASRouter preference #992

Closed
eleius opened this issue Aug 14, 2020 · 2 comments
Closed

Could not parse ASRouter preference #992

eleius opened this issue Aug 14, 2020 · 2 comments

Comments

@eleius
Copy link
Contributor

eleius commented Aug 14, 2020

I see this is the console when Firefox starts:

Could not parse ASRouter preference. Try resetting browser.newtabpage.activity-stream.asrouter.providers.snippets in about:config.

I have this in the Activity Stream (0105b) section:

user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "");

Using Firefox 79.0-1 in Arch Linux with default user.js file.

@eleius eleius closed this as completed Aug 14, 2020
@eleius
Copy link
Contributor Author

eleius commented Aug 14, 2020

I thought the error was caused by stale entries in my prefs.js, but after deleting it and also redownloading user.js I still see that message.

@ghost
Copy link

ghost commented Aug 14, 2020

@Thorin-Oakenpants
This works for me: user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "{}");
Numbers and non-empty strings seem to be ok, too. Letters are not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants