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

Unable to toggle redirectors at all #608

Closed
dvikan opened this issue Feb 1, 2023 · 7 comments
Closed

Unable to toggle redirectors at all #608

dvikan opened this issue Feb 1, 2023 · 7 comments

Comments

@dvikan
Copy link
Contributor

dvikan commented Feb 1, 2023

I'm unable to turn on any redirectors at all. I can togggle them once. But once I navigate or refresh it is untoggled.

version: 2.5.0
debian 11,
firefox 102.7.0esr (64-bit)

edit: fixed by disable and enable noscript addon. There was some interference here between the addons. This was a very bad experience for a first-time user.

@ManeraKai
Copy link
Member

Was NoScript blocking LibRedirect's javascript in the settings page?

@dvikan
Copy link
Contributor Author

dvikan commented Feb 1, 2023

The UI was kinda wonky so I think so yes. I didnt click at other things so I don't really know.

@ManeraKai
Copy link
Member

If js was disabled then for sure almost nothing in the settings page would work.

@dvikan
Copy link
Contributor Author

dvikan commented Feb 1, 2023

Thanks. Although I think noscript only interferes with actual web-pages and not addon pages? Unable to reproduce. I shall continue with my endeavors then.

@dvikan dvikan closed this as completed Feb 1, 2023
@ManeraKai
Copy link
Member

Although I think noscript only interferes with actual web-pages and not addon pages?

Yes that's why it's weird, maybe you changed something in NoScript's settings that made it do that behavior.

@dvikan
Copy link
Contributor Author

dvikan commented Feb 4, 2023

The error has reappeared. This is from the options page:

Navigated to moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/index.html#general
Uncaught (in promise) TypeError: undefined has no properties
    changeTheme moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:8
    changeTheme moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:7
    <anonymous> moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:42
init.js:8:24
    changeTheme moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:38
    AsyncFunctionNext self-hosted:632
    (Async: async)
    changeTheme moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:7
    <anonymous> moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/init.js:42
    InnerModuleEvaluation self-hosted:2355
    evaluation self-hosted:2312
Uncaught (in promise) TypeError: options is undefined
    exportSettings moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:23
    async* moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:29
general.js:23:36
    exportSettings moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:28
    AsyncFunctionNext self-hosted:632
    (Async: async)
    <anonymous> moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:29
    ExecuteAsyncModule self-hosted:2451
    InnerModuleEvaluation self-hosted:2355
    evaluation self-hosted:2312
Uncaught TypeError: options is undefined
    <anonymous> moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:100
general.js:100:1
    <anonymous> moz-extension://851fa3a8-c069-4c63-bd7b-fc06ec431f2b/pages/options/widgets/general.js:100
    AsyncFunctionNext self-hosted:632
    (Async: async)
    ExecuteAsyncModule self-hosted:2451
    InnerModuleEvaluation self-hosted:2355
    evaluation self-hosted:2312

@ManeraKai
Copy link
Member

Oh, this has been fixed in this issue I think: #592

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

No branches or pull requests

2 participants