plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Custom Recipes broken since 5.9.0

Open chappy84 opened this issue 2 years ago • 8 comments

Service

Any. I've tried various repos in the dev folder (/Users/<username>/Library/Application Support/Franz/recipes/dev) on an Intel Mac, including my own any.do, or this feedly one. Both load perfectly in 5.8.0, where as in 5.9.0+ (including 5.9.2) when I click on the icon on the side bar, it doesn't change the rendered service, it just stays on the previously loaded non-custom recipe. If you leave it on this selected recipe, and quit then re-start the app, it loads the first non-custom recipe in the side-bar list, and the custom 3rd party recipe won't load when clicked on, as before when the app was open.

Link to your repository

Try any custom 3rd party recipe, including the two linked to above.

chappy84 avatar Apr 26 '22 21:04 chappy84

same here. broken since 5.9.0

RoyYangS avatar May 04 '22 06:05 RoyYangS

Same here 😞

gtfunes avatar May 18 '22 22:05 gtfunes

Same here! Franz is able to load know community recipes like proton-mail but custom ones are not working anymore.

tuunit avatar May 28 '22 10:05 tuunit

Same here... any update on this?

qraleq avatar Aug 09 '22 08:08 qraleq

I guess the project is dead, I don't even get answers if I write to their billing address as a paying customer.

bvogel avatar Sep 07 '22 15:09 bvogel

Same issue here

frumania avatar Sep 09 '22 07:09 frumania

Update: I just copied the plugins from recipes/dev to /recipes. Seems to work as workaround.

frumania avatar Sep 09 '22 09:09 frumania

I thought I'd tried that before. Went to my recipes, and there the any.do plugin was, in the top level recipes folder, not the recipes/dev folder. So I upgraded back from 5.8.0 to 5.9.2, and it didn't work. I then tried the feedly plugin at that level, and it did work, so I compared the two, couldn't see much difference between what they were trying to achieve, then on my local machine, in the package.json changed the id of the any.do plugin to remove the dot, and it's now working after re-adding it. It looks from the plugins loading code that the id should match the folder name, however something has changed elsewhere to enforce this.

It's worth noting if you're adding a new dev plugin (it works that out from the id in the package.json), it needs to go in that recipes/dev folder, add it via settings, but then don't load it, close Franz instead, move it to plugins, and then open Franz and try to use it. At-least that's what worked for me to get my any.do plugin working.

chappy84 avatar Sep 09 '22 10:09 chappy84