-
Notifications
You must be signed in to change notification settings - Fork 119
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
Custom URL (Json) not working on Firefox #173
Comments
Hey @Latrolage, Can you try navigating through the following: Click on the Yomitan icon -> Information (question mark circle) -> Permissions (bottom of the page) -> Configure allowed origins… -> Allow access to all URLs (switch on) Likely related to #127 |
I checked just now but the option was already enabled. |
Can you send your settings file to make 100% sure nothing about it is off? |
yomitan-settings-2023-06-10-11-31-53.txt Also, custom URL (json) works normally on the original yomichan |
a) Yes that's turned on I'm assuming this is just a me thing then if no one else can reproduce. I'll test on my laptop to check if it's just 1 of my computers having this problem |
Ummm, as I was messing around, with yomitan and yomichan, it just started working again. I'm not sure what I changed tbh, I'm still on yomitan 23.4.7.0 but it's working now. |
Seems inconsistent. It's not working properly again, the original yomichan's one works consistently though. |
It works whenever I've freshly installed the extension, and stops working after Firefox restarts. When it breaks, calling |
`declarativeNetRequest.updateDynamicRules()` returns with an unexpected error in Firefox, but only after the browser has been restarted. On a fresh install of Yomitan it works, causing bug flakiness. `declarativeNetRequest` can be disabled in the manifest as a workaround.
`declarativeNetRequest.updateDynamicRules()` returns with an unexpected error in Firefox, but only after the browser has been restarted. On a fresh install of Yomitan it works, causing bug flakiness. `declarativeNetRequest` can be disabled in the manifest as a workaround.
`declarativeNetRequest.updateDynamicRules()` returns with an unexpected error in Firefox, but only after the browser has been restarted. On a fresh install of Yomitan it works, causing bug flakiness. `declarativeNetRequest` can be disabled in the manifest as a workaround.
`declarativeNetRequest.updateDynamicRules()` returns with an unexpected error in Firefox, but only after the browser has been restarted. On a fresh install of Yomitan it works, causing bug flakiness. `declarativeNetRequest` can be disabled in the manifest as a workaround.
Description
(Describe what the issue is, if it is reproducible, and if possible, how to reproduce it.)
Using firefox, I tried to use https://github.com/themoeway/local-audio-yomichan with yomitan but it would just act as if there was no audio sent back from the addon. (and in console, there was no http request like the other audio sources)
When I tried it with
Version 113.0.5672.126 (Official Build, ungoogled-chromium)
it worked properly.Edit: it also works properly on the original yomichan (22.10.23.0)
Browser version
Firefox 114.0.1 (64-bit)
Yomichan version
Version
23.4.7.0
Exported settings file
It doesn't work on a clean firefox install with clean yomitan settings (but with jmdict imported)
The text was updated successfully, but these errors were encountered: