wallabagger icon indicating copy to clipboard operation
wallabagger copied to clipboard

Wallabagger extension not working on Firefox Android?

Open dorearendil opened this issue 4 years ago • 6 comments

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-

dorearendil avatar Jul 30 '20 11:07 dorearendil

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.

regagain avatar Aug 08 '20 14:08 regagain

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.

dorearendil avatar Sep 08 '20 16:09 dorearendil

There is a huge update on Firefox for Android. We have to wait before extension to be enabled again. We will check that later.

Simounet avatar Nov 05 '20 08:11 Simounet

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.

FSpark avatar Apr 08 '22 15:04 FSpark

Is there any chance on getting the android Firefox extension working again?

daibar avatar Jan 05 '24 07:01 daibar

I'm working on it. Doing my best. 😀

Simounet avatar Jan 05 '24 19:01 Simounet