question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR - mqtt:// is disabled on this system

See original GitHub issue

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn’t find similar issue

🛡️ Security Policy

📝 Describe your problem

Trying to use the apprise mqtt notification agent and I’m getting this:

ERROR - mqtt:// is disabled on this system.

The URL is

mqtt://user:password@192.168.1.141:1883/UPTIME

I can’t find much on this, except that Apprise state they support mqtt, but the notifications pinned tab in this repo doesn’t show mqtt as available?

Thanks.

🐻 Uptime-Kuma Version

1.11.3

💻 Operating System and Arch

Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-92-generic x86_64)

🌐 Browser

Firefox 96.0.2 (64-bit)

🐋 Docker Version

Docker version 20.10.8, build 3967b7d

🟩 NodeJS Version

v10.19.0

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

4reactions
dadcoachengineercommented, Oct 18, 2022

Any thoughts on adding paho-mqtt to the build file?

image
3reactions
agustinvinaocommented, Feb 10, 2022

For now, I’m using this image to solve the problem, it works ok.

FROM louislam/uptime-kuma:latest
RUN apt update
RUN apt --yes install python3
RUN apt-get install python3-setuptools
RUN pip3 install --no-cache --upgrade pip paho-mqtt
Read more comments on GitHub >

github_iconTop Results From Across the Web

CCM server fails to connect to MQTT Broker - IBM
Cause. IPv6 is disabled. Since IPv6 is disabled, MQTT server cannot create ports and it refuses connections. Resolving The Problem.
Read more >
Uptime-kuma to home-assistant - Home Assistant Community
been trying to get this working but it keeps giving an error every time I tried to test it. URL I'm trying to...
Read more >
mqtt - address already in use error in mosquitto - Stack Overflow
I ran into the same problem, and resolved the situation by killing the process that was running mosquitto. First, locate the mosquitto ......
Read more >
Mosquitto MQTT Bridge-Usage and Configuration
A MQTT bridge lets you connect two MQTT brokers together. They are generally used for sharing messages between systems.
Read more >
IoT Gateway - Kepware
server (e.g. drivers, plug-ins, or system tags). ○. Standard human readable JSON data format. ○. Support for publishing via MQTT and REST Client...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found