-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
silently failing when blocked by uMatrix #105
Comments
|
True, most of the time the error message is not very useful. Would you be mind sending a PR to improve it? |
|
not sure where i would start - any suggestions? |
|
yup, no error. it looks like the XHR calls just hang because when i re-allow |
|
The fetch is being made from background.js so you'd have to enable the developer mode and inspect the background script to see any errors. Honestly I'm very surprised that an extension is able to block another extension's network request, AFAIK this wasn't possible. I'm not sure what you can do about it either, |
|
Can you test the new version? It hasn't been published to the stores yet: #172 The connection is now being done from background.js, which I don't think is covered by uMatrix. However there's still a lot of communication between the various parts of the extension itself. |
|
If you still have this problem, hand me a red pill in the comments. |


Hi,
I'm trying to see how to make this work in my setup, as a replacement for the obsolete It's all text. I have installed the extension from the Mozilla add-ons site (version GhostText 17.6.1.407) and I have installed the Emacs extension as well (atomic-chrome 20161213.730). I'm using GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-15, modified by Debian, in Debian stretch.
I have also tested the "atomic chrome" extension in Chrome itself, to no avail: nothing happens on the Emacs side at all. I can confirm port 4001 is open on Emacs' side and that the same port is configured in the Firefox extension:
Nothing in the Messages buffer and no traffic flowing on port 4001 according to tcpdump. When I disable the uMatrix extension, traffic flows however, so it seems that local XHR requests are blocked by uMatrix. When I fix that, the extension mostly works.
It would be nice if GhostText would notice it cannot send XHR requests because of some block and pop an error message instead of just silently failing. It doesn't say anything in the Javascript console either.
The text was updated successfully, but these errors were encountered: