Wallabagger extension not working on Firefox Android?
Hello, I'm just starting to experiment with Wallabag. I installed the Wallabagger extension on my Ubuntu Firefox, and it works beautifully. I exported my settings to a json file and transfered it to my Android phone (running LineageOS), and imported these settings into the Firefox Wallabagger options there; it says everything is OK. But then when I open a page and try saving it using the "Wallabagger" menu item, it opens a new moz-extension tab, which fails to pull the title and link of that page and says "Reading Wallabag API..." If I try reopening the options, it seems all the settings were erased, as if they hadn't been saved by the extension. The only other add-ons I have installed on my Android FF are: Privacy Badger; uBlock mobile; and HTTPS everywhere (which are also installed on my Ubuntu FF, and which I really want to keep) What should I do? D-
I haven't tested Wallabagger on Android, but I'd highly recommend the Wallabag Android app instead. You can then use the share function in Firefox to add articles to Wallabag. It works like a charm.
I haven't tested Wallabagger on Android, but I'd highly recommend the Wallabag Android app instead. You can then use the share function in Firefox to add articles to Wallabag. It works like a charm.
Thanks! I've been trying to use this Android app you mention, but whenever I try sharing via Firefox, I get the following error:
Error com.squareup.moshi.JsonEncodingException: Use JsonReader.setLenient(true) to accept malformed JSON at path $
[EDIT] There was an update I had missed! It now seems to works fine with my Wallabag subscription.
There is a huge update on Firefox for Android. We have to wait before extension to be enabled again. We will check that later.
Take a simple look at it with developer tools: wallabagger/options.js at master · wallabag/wallabagger
init: function () {
this.port = browser.runtime.connect({ name: 'setup' });
this.port.onMessage.addListener(this.messageListener.bind(this));
this.port.postMessage({ request: 'setup' });
}
Could not establish connection. Receiving end does not exist.
The same is true for the popup.js.
Is there any chance on getting the android Firefox extension working again?
I'm working on it. Doing my best. 😀