imagegenius / docker-obico

Monolithic (Single) Docker Container for Obico Server
https://hub.docker.com/r/imagegenius/obico
GNU General Public License v3.0
7 stars 2 forks source link

No camera image #6

Closed delorean-dev closed 1 year ago

delorean-dev commented 1 year ago

Hello i am running Obico on my unraid, but i the camera image doesnt shows up. There is my configuration on klipper:

moonraker config

[server]
host: 0.0.0.0
port: 7125
klippy_uds_address: /home/delorean/printer_data/comms/klippy.sock

[authorization]
trusted_clients:
    10.0.0.0/8
    127.0.0.0/8
    169.254.0.0/16
    172.16.0.0/12
    192.168.0.0/16
    192.168.178.29
    FE80::/10
    ::1/128
cors_domains:
    http://*.lan
    http://*.local
    https://my.mainsail.xyz
    http://my.mainsail.xyz
    https://app.fluidd.xyz
    http://app.fluidd.xyz

[octoprint_compat]

[history]

[update_manager]
channel: dev
refresh_interval: 168

[update_manager mainsail]
type: web
channel: stable
repo: mainsail-crew/mainsail
path: ~/mainsail

[include moonraker-obico-update.cfg]

there is my obico-moonraker.cfg

url = https://xxx.xxx.dev
auth_token = f651cd659069xxxxxxx

[moonraker]
host = 127.0.0.1
port = 7125

[webcam]
disable_video_streaming = False

[logging]
path = /home/delorean/printer_data/logs/moonraker-obico.log
hydazz commented 1 year ago

Are there any errors in the docker logs or in the console tab in developer mode in chrome? (Inspect element)

delorean-dev commented 1 year ago

Are there any errors in the docker logs or in the console tab in developer mode in chrome? (Inspect element)

No. but i have this warnings on my moonraker-obico.log

2023-02-12 01:06:53,562 INFO obico.app - Fetching linked printer... 2023-02-12 01:06:53,774 INFO obico.app - starting moonraker-obico (v1.2.0) 2023-02-12 01:06:53,775 INFO obico.app - Linked printer: {'is_pro': True, 'id': 1, 'name': 'My Awesome Cloud Printer'} 2023-02-12 01:06:53,913 INFO obico.app - Starting webcam streamer 2023-02-12 01:06:53,920 WARNING obico.webcam_stream - Not running on a Pi. Quiting video_pipeline. 2023-02-12 01:06:53,922 WARNING obico.moonraker_conn - api key is unset, trying to fetch one 2023-02-12 01:06:53,931 WARNING obico.janus - No external Janus gateway. Not on a Pi. Skipping Janus connection. 2023-02-12 01:06:53,948 INFO obico.moonraker_conn - connection is open 2023-02-12 01:06:54,157 INFO obico.moonraker_conn - Klippy ready 2023-02-12 01:06:54,406 INFO obico.app - detected state change: Offline -> Operational

hydazz commented 1 year ago

what are you running moonraker on?

delorean-dev commented 1 year ago

what are you running moonraker on?

I am running my klipper on a box android converted with Armbian_bullseye_02.10.0233 modelo Tanix tx3

hydazz commented 1 year ago

i believe video streaming is only supported on 32bit rpis. unless you know something i dont know? does it work with the official compose?

delorean-dev commented 1 year ago

i believe video streaming is only supported on 32bit rpis. unless you know something i dont know? does it work with the official compose?

no, yesterday i tried to install with official compose, and it not works as well. but the strange thing is... if i use the obico cloud, everthing works fine and i can see the image.

hydazz commented 1 year ago

best to ask for help on the official issues if it's persistent on both, a fix there would also apply to here,