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

[Bug]: "mqtts:// is disabled on this system." #841

Open
2 tasks done
DDzwiedziu opened this issue Nov 30, 2024 · 1 comment
Open
2 tasks done

[Bug]: "mqtts:// is disabled on this system." #841

DDzwiedziu opened this issue Nov 30, 2024 · 1 comment

Comments

@DDzwiedziu
Copy link

I've read the documentation

Operating System

Linux + Docker

Your Bug Report

Describe the bug

MQTTS notifications are not working.

Steps To Reproduce

  • setup a MQTTS notification,
  • trigger the notification,
  • there is no notification,
  • logs contain the message that mqtts:// is disabled
  • look for option to enable,
  • find nothing,
  • look in the documentation for option to enable,
  • find a link to Apprise supported services (https://github.com/caronc/apprise/wiki#notification-services),
  • MQTT(S) is listed as supported.

Expected behavior

Sending a MQTT message using TLS.

Relevant log output

[2024-11-30 12:48:47,215: INFO/MainProcess] Task extract_download[f66a9c40-58c0-4454-b686-ef60a47dcc31] received
[2024-11-30 12:48:47,216: WARNING/ForkPoolWorker-45] extract_download create callback
[2024-11-30 12:48:47,339: WARNING/ForkPoolWorker-45] qvtZIdSI1Yk: [1/1]: add to queue
[2024-11-30 12:48:50,826: WARNING/ForkPoolWorker-45] f66a9c40-58c0-4454-b686-ef60a47dcc31 success callback
[2024-11-30 12:48:50,830: INFO/ForkPoolWorker-45] Task extract_download[f66a9c40-58c0-4454-b686-ef60a47dcc31] succeeded in 3.6102529619820416s: 'added 1 Videos to Queue'
[2024-11-30 12:48:50,830: WARNING/ForkPoolWorker-45] f66a9c40-58c0-4454-b686-ef60a47dcc31 return callback
[2024-11-30 12:48:52,116: ERROR/ForkPoolWorker-45] mqtts:// is disabled on this system.
[2024-11-30 12:48:52,116: ERROR/ForkPoolWorker-45] There are no service(s) to notify
qvtZIdSI1Yk: change status to priority

Anything else?

Full log of docker-compose up | tee $(date -Is)-$(basename $(dirname $(pwd)/.))-docker-compose.log. The “Relevant log output” is only a excerpt with the message
2024-11-30T19:27:40+01:00-tubearchivist-docker-compose.log

@DDzwiedziu
Copy link
Author

I've looked around the code, and seeing that this doesn't look like a TA configuration issue. The Apprise MQTT page [1] says that it needs paho-mqtt<2.0 and installing (v1.6.1) it at least moves me forward to a self-signed signature error.

So this is probably just a case of missing a PIP package in the container configuration.

[1] https://github.com/caronc/apprise/wiki/Notify_mqtt

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

1 participant