GNOME Bugzilla – Bug 780393
runtime.sendMessage error on extensions.gnome.org with Firefox Developer Edition
Last modified: 2017-04-06 08:26:22 UTC
Created attachment 348474 [details] Strack trace All pages ('Extensions', 'Add yours', 'Installed extensions', 'About') on extensions.gnome.org produce the following 2 errors in compat-content-script.js:38:8 and require.84b7823d3c10.js:175:17 respectively: 1. firefox-external-messaging: runtime.sendMessage error Error: Could not establish connection. Receiving end does not exist. 2. Error: Load timeout for modules: dbus!__unnormalized2,dbus!__unnormalized3,dbus!_ http://requirejs.org/docs/errors.html#timeout () makeError https://extensions.gnome.org/static/js/require.84b7823d3c10.js:175:17 checkLoaded https://extensions.gnome.org/static/js/require.84b7823d3c10.js:746:23 checkLoaded/checkLoadedTimeoutId< https://extensions.gnome.org/static/js/require.84b7823d3c10.js:789:25 Firefox Developer Edition version: 54.0a2 Visually no extensions are shown when browsing 'Extensions' or 'Installed extensions'. Added stack trace below in the attachments for the 1st error.
It is expected. See [1] and [2] for more info [1] https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/52 [2] https://git.gnome.org/browse/chrome-gnome-shell/commit/?id=61816ae42a3a29f5b2c85ea6bbdf3fa7e9d5ca48
This is fixed in git master and will be released in 2 weeks
Extension was approved now. You can update
Thanks for the updates. It works like a charm now :)