cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.27k stars 454 forks source link

Some plugins don't work #612

Closed sgrontflix closed 1 year ago

sgrontflix commented 1 year ago

Some plugins (like define or maps) don't work. When I type something like define <word> it shows define as a suggestion and then it completely disappears when I finish typing it. Same goes for maps, translate or any other plugin that requires a "side window".

I'm on Windows 10 and using version 0.8.0

dubisdev commented 1 year ago

Hi @sgrontflix The both plugins you talk about are very outdated as their original authors are not maintaining them anymore. Normally they fail not as a Cerebro error but as an API error

image

As you see, define is trying to access a url but the server returns a 404.

That's because they haven't been updated and they don't work, but this is not a core error of the app.

Feel free to open a new issue in their corresponding repos:

dubisdev commented 1 year ago

You can test that other plugins like cerebro-todoist or cerebro-google work well and use the side window.

dubisdev commented 1 year ago

I'm closing this as it is out of the scope of this repo