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

Add moonraker-telegram-bot by nlef #48

Merged
merged 4 commits into from
Jan 1, 2023
Merged

Add moonraker-telegram-bot by nlef #48

merged 4 commits into from
Jan 1, 2023

Conversation

mkuf
Copy link
Owner

@mkuf mkuf commented Dec 12, 2022

From #45

Adds

  • profile moonraker-telegram-bot
  • service moonraker-telegram-bot
  • config/telegram.conf
  • Docs regarding moonraker-telegram-bot

Changes

  • Updates wording on KlipperScreen Profile

@mkuf
Copy link
Owner Author

mkuf commented Dec 12, 2022

Bot is logging missing dependencies

Traceback (most recent call last):
  File "/opt/moonraker-telegram-bot/bot/main.py", line 41, in <module>
    from websocket_helper import WebSocketHelper
  File "/opt/moonraker-telegram-bot/bot/websocket_helper.py", line 11, in <module>
    from notifications import Notifier
  File "/opt/moonraker-telegram-bot/bot/notifications.py", line 11, in <module>
    from camera import Camera
  File "/opt/moonraker-telegram-bot/bot/camera.py", line 16, in <module>
    import cv2  # type: ignore
ModuleNotFoundError: No module named 'cv2'

@mkuf
Copy link
Owner Author

mkuf commented Dec 13, 2022

Dependencies have been fixed in the upstream Image

@mkuf
Copy link
Owner Author

mkuf commented Dec 13, 2022

Upstream image is only available for linux/amd64.
This will be merged as soon as the Image is also available for arm. nlef/moonraker-telegram-bot#231

@mkuf mkuf merged commit 6c40d55 into main Jan 1, 2023
@mkuf mkuf deleted the 45-moonraker-telegram-bot branch January 1, 2023 22:40
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

Successfully merging this pull request may close these issues.

None yet

1 participant