Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neither MQTT Explorer 3.5 nor 4.0 beta compatible with latest Raspberry Pi OS #647

Closed
parasaurolophus opened this issue May 15, 2022 · 3 comments

Comments

@parasaurolophus
Copy link

Thanks for a great tool.

Unfortunately, the latest Raspberry Pi OS uses a version of FUSE by default that is not recognized by the AppImage runtime:

    kirk@pi400:~/Downloads $ ./MQTT-Explorer-0.4.0-beta1-armv7l.AppImage 
    dlopen(): error loading libfuse.so.2
    
    AppImages require FUSE to run. 
    You might still be able to extract the contents of this AppImage 
    if you run it with the --appimage-extract option. 
    See https://github.com/AppImage/AppImageKit/wiki/FUSE 
    for more information

It might be possible to forcibly downgrade at the OS level to the version required by AppImage, but that risks breaking other dependencies.

Meanwhile, there is no snap for the ARM architecture:

    kirk@pi400:~/Downloads $ sudo snap install mqtt-explorer
    error: snap "mqtt-explorer" is not available on stable for this architecture
           (armhf) but exists on other architectures (amd64).

Please consider supporting the Raspberry Pi as an explicit target of your tool's build and integration test process.

Thanks again!

@mintgroen
Copy link

I 2nd that. Now I need to boot my desktop to debug MQTT clients, because I have a raspberry as desktop in my toolshed.

@SveinHaDD
Copy link

Love the MQTT Explorer and using it more or less every day. I have several NodeRed and Mosquitto brokers running on RPi on remote sites and access these using VNC. It would be perfect to have MQTT Explorer running on these RPIs to see what is happening on MQTT. Any chance for a RPi version? It would be greatly appreciated.

@bj00rn
Copy link
Collaborator

bj00rn commented Jun 4, 2024

@bj00rn bj00rn closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants