[Support] Octoprint docker template - Spants


Recommended Posts

Ok got it all working..

 

had to add the info from second post to settings/serial connection

 

Then add in path to mmpeg as usr/bin/ffmpeg

 

I'm using an esp32cam so added a restream link but will likely swap to a usb webcam.

 

Thanks for putting this together 

Edited by dopeytree
Link to comment

Get error when rendering timelapse...

 


Rendering timelapse failed
Rendering of timelapse Briss fang Ender 3v2 V4.41 + leds _20230720230512 failed with return code 1

More 
ffmpeg version 4.1.11-0+deb10u1 Copyright (c) 2000-2023 the FFmpeg developers
,  built with gcc 8 (Debian 8.3.0-6)
,  configuration: --prefix=/usr --extra-version=0+deb10u1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
,  libavutil      56. 22.100 / 56. 22.100
,  libavcodec     58. 35.100 / 58. 35.100
,  libavformat    58. 20.100 / 58. 20.100
,  libavdevice    58.  5.100 / 58.  5.100
,  libavfilter     7. 40.101 /  7. 40.101
,  libavresample,   4.  0.  0 /  4.  0.  0
,  libswscale      5.  3.100 /  5.  3.100
,  libswresample   3.  3.100 /  3.  3.100
,  libpostproc    55.  3.100 / 55.  3.100
,[mjpeg @ 0x55af0b3a1500] MJPEG packet 0xd8 too big (435721225/435721287), corrupt data?
,[image2 @ 0x55af0b39f900] decoding for stream 0 failed
,[image2 @ 0x55af0b39f900] Could not find codec parameters for stream 0 (Video: mjpeg, none(bt470bg/unknown/unknown)): unspecified size
,Consider increasing the value for the 'analyzeduration' and 'probesize' options
,Input #0, image2, from '/octoprint/octoprint/timelapse/tmp/Briss fang Ender 3v2 V4.41 + leds _20230720230512-%d.jpg':
,  Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
,    Stream #0:0: Video: mjpeg, none(bt470bg/unknown/unknown), 25 tbr, 25 tbn, 25 tbc
,Stream mapping:
,  Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
,Press [q] to stop, [?] for help
,[mjpeg @ 0x55af0b3a83c0] MJPEG packet 0xd8 too big (435721225/435721287), corrupt data?
,Error while decoding stream #0:0: Invalid data found when processing input
,Cannot determine format of input stream 0:0 after EOF
,Error marking filters as finished
,Conversion failed!

 

Link to comment
  • 1 month later...
  • 2 weeks later...
On 8/22/2023 at 10:13 PM, SiggiSpak said:

Hey all,

 

I just updated to the newest version and now it seems like all my installed plugins are missing. Any idea how to fix that?

 

Thanks in advance!

For now you can reinstall all of your plugins. They will work in time because the data of the plugins is not gone. I don't know why this happens but this workaround did it for me.

Edited by Raz3r
Link to comment
  • 3 weeks later...

Hi all,

primary reason for jumping into the forum tonight:

I have updated to latest and all I get is execution error when I try and start it... Any thoughts. I cant even see the logs as it does before I can.

image.png.94884b7d1b879e47e01fc1fed7aaba58.png

 

Second thing to all of those that struggle to get a serial connection... I have an anet a8 and a8 plus. This is gonna sound weird, but here me out... I cannot plug them into raw usb port and have them work. I MUST plug them into a usb hub before the serial usb device works properly. I know not why, but as soon as i do that, it works flawlessly. And now that I think about this, there is another device I need to test to see if it is why I keep getting a similar problem... 

But if anyone could help me with execution error, It would be appreciated!

Many thanks for reading :D

 

 

NOTE:Hey guys,

ended up solving it meself and hopefully this will help someone else.
For some reason, on of my vm's decided it would be great to have a webcam. Once I disconnected said webcam, the image fired straight up and i'm back to printing no worries!
Have an awesome day guys!


DJ

Edited by djcs
Solved it by myself
Link to comment
  • 3 weeks later...
On 10/15/2021 at 11:21 AM, spants said:

I have created a new docker template for Octoprint using the official docker images and supporting webcam streaming.

 

  • You need video drivers installed on unRaid for the kernel to see a camera.
    • (on Version: 6.10.0-rc1) - install DVB Drivers in Community Apps and select LibreELEC
    • This will need a reboot after installation
       
  • plug in your camera, you should see /dev/video0 appear in a terminal session on unRaid
     
  • Install OctoPrint-Spants
    • add the following:
      • variables: 
        • ENABLE_MJPG_STREAMER         true
        • CAMERA_DEV                            /dev/video0
        • MJPG_STREAMER_INPUT           -y -n -r 640x480 (can change to suit)

      • port:

        • webcam           container port 80      host port 5003

        • snapshot          container port 8080  host port 5004

           

  • In octoprint's webcam settings

    • set the stream url to     http://IPADDRESS:5003/webcam/?action=stream and test - it should work

    • set the snapshot url to       http://IPADDRESS:5004/?action=snapshot and test

    • IPADDRESS is your unraid server address if you used bridge networking

 

octosettings.thumb.png.bbdf0a18012214934f908edb8a5854d1.png

 

I got it seeing the printer so half the battle but not having any luck with getting the camera to to show.

I installed the dvb drivers. In unraid dev I video0 and video1 (tried both).

Only difference I can see I gave the container a local IP.

Fumbling at this but can't get a stream.

docker run
  -d
  --name='OctoPrint-Spants'
  --net='br0'
  --ip='192.168.1.23'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="nas-mass"
  -e HOST_CONTAINERNAME="OctoPrint-Spants"
  -e 'TCP_PORT_5002'='5002'
  -e 'ENABLE_MJPG_STREAMER'='true'
  -e 'CAMERA_DEV'='/dev/video1'
  -e 'MJPG_STREAMER_INPUT'='-y
  -n
  -r 640x480'
  -e 'TCP_PORT_5003'='5003'
  -e 'TCP_PORT_5004'='5004'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:5000]'
  -l net.unraid.docker.icon='https://octoprint.org/assets/img/logo.png'
  -v '/mnt/user/appdata/octoprint':'/octoprint':'rw'
  --device='/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0'
  --device='/dev/serial/by-id/usb-SHENZHEN_Fullhan_webcam_20200506-if04' 'octoprint/octoprint:latest'
09988f88c394df41f0d5d5e1ccea8131a971af215e5edf86d19f3e6359a088f1

 

Also wondering where to mount my gcode folders. I tired adding a path for /mnt and /media but octo only seems to see the stuff on the card?

 

Still no camera love but I sorted the other item:

Add a path to your files in container config, then in docker under files to point the container path you set:

Example:


Path
Name:
data files
Container Path:
/upload
Host Path:
/mnt/user/userdata/3dprint/
Default Value:
Access Mode:

Read/Write
Description:
Path to my gcode

 

Then in octorprint settings/files UI, change the upload path to your container path, in my example /upload

I did have to restart the container for this change to take effect, that threw me a bit.

Edited by Bushibot
Link to comment
On 10/8/2023 at 5:19 PM, Bushibot said:

 

I got it seeing the printer so half the battle but not having any luck with getting the camera to to show.

I installed the dvb drivers. In unraid dev I video0 and video1 (tried both).

Only difference I can see I gave the container a local IP.

Fumbling at this but can't get a stream.

docker run
  -d
  --name='OctoPrint-Spants'
  --net='br0'
  --ip='192.168.1.23'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="nas-mass"
  -e HOST_CONTAINERNAME="OctoPrint-Spants"
  -e 'TCP_PORT_5002'='5002'
  -e 'ENABLE_MJPG_STREAMER'='true'
  -e 'CAMERA_DEV'='/dev/video1'
  -e 'MJPG_STREAMER_INPUT'='-y
  -n
  -r 640x480'
  -e 'TCP_PORT_5003'='5003'
  -e 'TCP_PORT_5004'='5004'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:5000]'
  -l net.unraid.docker.icon='https://octoprint.org/assets/img/logo.png'
  -v '/mnt/user/appdata/octoprint':'/octoprint':'rw'
  --device='/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0'
  --device='/dev/serial/by-id/usb-SHENZHEN_Fullhan_webcam_20200506-if04' 'octoprint/octoprint:latest'
09988f88c394df41f0d5d5e1ccea8131a971af215e5edf86d19f3e6359a088f1

 

Also wondering where to mount my gcode folders. I tired adding a path for /mnt and /media but octo only seems to see the stuff on the card?

 

Still no camera love but I sorted the other item:

Add a path to your files in container config, then in docker under files to point the container path you set:

Example:


Path
Name:
data files
Container Path:
/upload
Host Path:
/mnt/user/userdata/3dprint/
Default Value:
Access Mode:

Read/Write
Description:
Path to my gcode

 

Then in octorprint settings/files UI, change the upload path to your container path, in my example /upload

I did have to restart the container for this change to take effect, that threw me a bit.

Any pointers? I have read through the previous threads but not having any luck with USB camera.

I installed the usb plugin for unraid and I can see the device is connecting fine. 

Link to comment
11 hours ago, Bushibot said:

Any pointers? I have read through the previous threads but not having any luck with USB camera.

I installed the usb plugin for unraid and I can see the device is connecting fine. 

When you have the docker image running, what dev are you pointing to for usb camera?

For my particular setup it was /dev/video0

This was set under the actual edit details for the image.

I also found that if you have any vm's running, they have a habit of auto connecting the camera to themselves, so having the USB Manager plugin helped oodles as I could easily detach from the vm before running up the docker so as to allow the camera to connect ok. As I had already set this in the docker image config, it would crash on loading if the camera was already assigned to a vm.... Did my head in for a couple of days

Link to comment
1 hour ago, djcs said:

When you have the docker image running, what dev are you pointing to for usb camera?

For my particular setup it was /dev/video0

This was set under the actual edit details for the image.

I also found that if you have any vm's running, they have a habit of auto connecting the camera to themselves, so having the USB Manager plugin helped oodles as I could easily detach from the vm before running up the docker so as to allow the camera to connect ok. As I had already set this in the docker image config, it would crash on loading if the camera was already assigned to a vm.... Did my head in for a couple of days

I have tried /dev/video0 and video1. I see both in the the unraid /dev/. I don't have any vm's running. I do have the usb manger installed and it see's the camera and notes it as disconnected.

 

Link to comment
4 hours ago, Bushibot said:

I have tried /dev/video0 and video1. I see both in the the unraid /dev/. I don't have any vm's running. I do have the usb manger installed and it see's the camera and notes it as disconnected.

 

Im trying to remember, but I think the default web address could be incorrect with the docker config.

How is your docker network setup and what url is the webconfig set to in octoprint config?

DJ

Link to comment
5 hours ago, djcs said:

Im trying to remember, but I think the default web address could be incorrect with the docker config.

How is your docker network setup and what url is the webconfig set to in octoprint config?

DJ

--net='br0'

--ip='192.168.1.23'

http://192.168.1.23:5003/webcam/?action=stream

Link to comment

Just for anyone trying to get simpleprint to work with this octo-image..

from simpleprtint support:

In particular the sentry_sdk dependency of sqlalchemy is more than 5 years out of date and can be fixed by upgrading it to the newest 1.x version 1.4.49.

pip install sqlalchemy==1.4.49

Running this fixed it simple print hanging on code generation. A shout out to the sinpleprint support team, they were super helpful. 

Link to comment
4 hours ago, Bushibot said:

--net='br0'

--ip='192.168.1.23'

http://192.168.1.23:5003/webcam/?action=stream

Yours looks almost exactly the same as mine cept for the obvious ip address difference....

What error message etc are you getting when you goto test the webcam address?

Link to comment
2 hours ago, djcs said:

Yours looks almost exactly the same as mine cept for the obvious ip address difference....

What error message etc are you getting when you goto test the webcam address?

No error, just no image

In the logs I see some warnings, i'll grab them on the next reboot, I don't see them now.

image.thumb.png.f726275c767a26751dac357de6c9e4f8.png

Edited by Bushibot
Link to comment
1 hour ago, Bushibot said:

No error, just no image

In the logs I see some warnings, i'll grab them on the next reboot, I don't see them now.

image.thumb.png.f726275c767a26751dac357de6c9e4f8.png

I have -y -n -r 1024x768 in mjpg streamer input fyi.
My camera can do this res but prefers 720 x 568. But just send it I reckon :D

Link to comment

I do see some errors but it's mostly complaining that it can't get the stream for images, which... yeah. :p.

2023-10-14 11:49:04,577 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:04,578 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe8bbe0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [2]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6e9b16f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [4]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:13,508 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.202
2023-10-14 11:49:17,503 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:49:17,503 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:17,504 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6caf4160>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [5]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6e92cb80>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [8]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:28,906 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.202
2023-10-14 11:49:28,933 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 192.168.1.202
2023-10-14 11:49:28,934 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:49:29,005 - octoprint.server.util.sockjs - INFO - User griffon logged in on the socket from client 192.168.1.202
2023-10-14 11:50:08,275 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.202
2023-10-14 11:50:47,190 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:50:47,190 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:50:47,190 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6ccd4490>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [9]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9ceb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [11]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:00,123 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:00,123 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:00,124 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe890c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [12]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9d510>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [15]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9d690>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [17]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:12,119 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:12,119 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:12,120 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edd0790>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [19]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6d898880>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [21]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:23,319 - octoprint.plugins.octoeverywhere - INFO - Slipstream got an index request but there's no OctoPrint session cookie found, so we aren't returning a cached index.
2023-10-14 11:51:25,124 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:25,124 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:25,125 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:25,140 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6d899360>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:25,140 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:25,141 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [23]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:25,158 - octoprint.plugins.octoeverywhere - INFO - Slipstream ignoring refresh request, a refresh is already running.
2023-10-14 11:51:25,158 - octoprint.plugins.octoeverywhere - INFO - Slipstream got an index request but there's no OctoPrint session cookie found, so we aren't returning a cached index.
2023-10-14 11:51:25,599 - octoprint.plugins.octoeverywhere - INFO - We corrected a response location header /login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ -> https://vyper.octoeverywhere.com/login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ
2023-10-14 11:51:27,920 - octoprint.plugins.octoeverywhere - INFO - We corrected a response location header /login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ -> https://vyper.octoeverywhere.com/login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ
2023-10-14 11:51:28,174 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:28,180 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:28,290 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2023-10-14 11:51:28,297 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [42] opened, attempt 1 after 0.009490251541137695 seconds
2023-10-14 11:51:30,951 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fd1d060>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:30,952 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:30,952 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [27]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:41,308 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:41,308 - octoprint.server.api - INFO - Actively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,411 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [42] websocket closed after 13.123833656311035 seconds
2023-10-14 11:51:41,413 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2023-10-14 11:51:41,819 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,819 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:41,928 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2023-10-14 11:51:41,935 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [62] opened, attempt 1 after 0.009620904922485352 seconds
2023-10-14 11:51:41,989 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,989 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:42,693 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [62] first message sent to local server after 0.7679882049560547 seconds
2023-10-14 11:51:42,787 - octoprint.server.util.sockjs - INFO - User griffon logged in on the socket from client 127.0.0.1
2023-10-14 11:51:44,949 - octoprint.plugins.octoeverywhere - INFO - Value NoAccountConnectedLastInformDateTime has changed so we are updating the value in settings and saving.
2023-10-14 11:51:45,068 - octoprint.plugins.octoeverywhere - INFO - Printer has owner: True
2023-10-14 11:51:45,068 - octoprint.plugins.octoeverywhere - INFO - Value HasConnectedAccounts has changed so we are updating the value in settings and saving.
2023-10-14 11:51:45,758 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Edge', 'browser_version': '117.0.2045.60', 'os_name': 'Windows', 'os_version': '10'}
2023-10-14 11:51:47,257 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:47,257 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:47,705 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:47,712 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:47,894 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 4.555729150772095 to fully update the cache
2023-10-14 11:52:01,387 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:52:01,387 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:52:01,680 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 0.3034934997558594 to fully update the cache
2023-10-14 11:52:24,504 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:24,505 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:24,505 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0dc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [102]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:32,503 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf1f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:32,503 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:32,504 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [104]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:37,514 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:37,514 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:37,514 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fd1de10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [105]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0eb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [108]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:47,904 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:47,904 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:47,904 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:47,919 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0ff38040>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:47,920 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:47,920 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [109]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [111]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:53:00,442 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 192.168.1.112

 

Link to comment
59 minutes ago, Bushibot said:

I do see some errors but it's mostly complaining that it can't get the stream for images, which... yeah. :p.

2023-10-14 11:49:04,577 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:04,578 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe8bbe0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:07,606 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [2]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6e9b16f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:12,505 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [4]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:13,508 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.202
2023-10-14 11:49:17,503 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:49:17,503 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:17,504 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6caf4160>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:17,518 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [5]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6e92cb80>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:49:22,502 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [8]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:49:28,906 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.202
2023-10-14 11:49:28,933 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 192.168.1.202
2023-10-14 11:49:28,934 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:49:29,005 - octoprint.server.util.sockjs - INFO - User griffon logged in on the socket from client 192.168.1.202
2023-10-14 11:50:08,275 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.202
2023-10-14 11:50:47,190 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:50:47,190 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:50:47,190 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6ccd4490>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:50:50,223 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [9]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9ceb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:50:55,126 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [11]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:00,123 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:00,123 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:00,124 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe890c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:00,138 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [12]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9d510>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:05,138 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [15]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fe9d690>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:10,121 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [17]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:12,119 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:12,119 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:12,120 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edd0790>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:15,148 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [19]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6d898880>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:20,130 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [21]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:23,319 - octoprint.plugins.octoeverywhere - INFO - Slipstream got an index request but there's no OctoPrint session cookie found, so we aren't returning a cached index.
2023-10-14 11:51:25,124 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:51:25,124 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:25,125 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:51:25,140 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6d899360>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:25,140 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:25,141 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [23]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:25,158 - octoprint.plugins.octoeverywhere - INFO - Slipstream ignoring refresh request, a refresh is already running.
2023-10-14 11:51:25,158 - octoprint.plugins.octoeverywhere - INFO - Slipstream got an index request but there's no OctoPrint session cookie found, so we aren't returning a cached index.
2023-10-14 11:51:25,599 - octoprint.plugins.octoeverywhere - INFO - We corrected a response location header /login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ -> https://vyper.octoeverywhere.com/login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ
2023-10-14 11:51:27,920 - octoprint.plugins.octoeverywhere - INFO - We corrected a response location header /login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ -> https://vyper.octoeverywhere.com/login/?redirect=%2F%3F&permissions=STATUS,SETTINGS_READ
2023-10-14 11:51:28,174 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:28,180 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:28,290 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2023-10-14 11:51:28,297 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [42] opened, attempt 1 after 0.009490251541137695 seconds
2023-10-14 11:51:30,951 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fd1d060>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:51:30,952 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:51:30,952 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [27]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:51:41,308 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:41,308 - octoprint.server.api - INFO - Actively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,411 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [42] websocket closed after 13.123833656311035 seconds
2023-10-14 11:51:41,413 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2023-10-14 11:51:41,819 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,819 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:41,928 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2023-10-14 11:51:41,935 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [62] opened, attempt 1 after 0.009620904922485352 seconds
2023-10-14 11:51:41,989 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:41,989 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:42,693 - octoprint.plugins.octoeverywhere - INFO - Web Stream ws   [62] first message sent to local server after 0.7679882049560547 seconds
2023-10-14 11:51:42,787 - octoprint.server.util.sockjs - INFO - User griffon logged in on the socket from client 127.0.0.1
2023-10-14 11:51:44,949 - octoprint.plugins.octoeverywhere - INFO - Value NoAccountConnectedLastInformDateTime has changed so we are updating the value in settings and saving.
2023-10-14 11:51:45,068 - octoprint.plugins.octoeverywhere - INFO - Printer has owner: True
2023-10-14 11:51:45,068 - octoprint.plugins.octoeverywhere - INFO - Value HasConnectedAccounts has changed so we are updating the value in settings and saving.
2023-10-14 11:51:45,758 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Edge', 'browser_version': '117.0.2045.60', 'os_name': 'Windows', 'os_version': '10'}
2023-10-14 11:51:47,257 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:51:47,257 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:51:47,705 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:47,712 - octoprint.plugins.octoeverywhere - INFO - Local IP fallback failed and we have no more fallbacks. Returning the main URL response.
2023-10-14 11:51:47,894 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 4.555729150772095 to fully update the cache
2023-10-14 11:52:01,387 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 127.0.0.1
2023-10-14 11:52:01,387 - octoprint.access.users - INFO - Logged in user: griffon
2023-10-14 11:52:01,680 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 0.3034934997558594 to fully update the cache
2023-10-14 11:52:24,504 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:24,505 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:24,505 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0dc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:27,531 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [102]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:32,503 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf1f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:32,503 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:32,504 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [104]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:37,514 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:37,514 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:37,514 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0fd1de10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:37,531 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [105]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0eb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:43,644 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [108]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:47,904 - octoprint.plugins.octoeverywhere - INFO - We found a webcam classic but it doesn't support snapshots, so we are ignoring it.
2023-10-14 11:52:47,904 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:47,904 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release.
2023-10-14 11:52:47,919 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa0ff38040>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:47,920 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:47,920 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [109]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - INFO - Main request http URL threw an exception: HTTPConnectionPool(host='192.168.1.23', port=5003): Max retries exceeded with url: /webcam/?action=stream (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x14fa6edf0f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - ERROR - Main request failed and we have no more fallbacks. We DON'T have a main response.
2023-10-14 11:52:52,502 - octoprint.plugins.octoeverywhere - WARNING - Web Stream http [111]  failed to make http request. octoHttpResult was None; url:/webcam/?action=snapshot
2023-10-14 11:53:00,442 - octoprint.server.util.flask - INFO - Passively logging in user griffon from 192.168.1.112

 

Mate, you have got me.

If it was me, i would drop linux mint or something on there as a vm, make sure the octo print one is off and see if you can attach the camera to vm and see if it is actually working. What model of camera is it too btw?

 

Link to comment
19 hours ago, djcs said:

Mate, you have got me.

If it was me, i would drop linux mint or something on there as a vm, make sure the octo print one is off and see if you can attach the camera to vm and see if it is actually working. What model of camera is it too btw?

 

Yeah pulled the camera off and tested it on a windows box, physically works fine. 

Link to comment

I see this spamming the container logs

MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: (null)
 i: Desired Resolution: 720 x 1280
 i: Frames Per Second.: -1
 i: Format............: YUYV
 i: JPEG Quality......: 80
 i: TV-Norm...........: DEFAULT
 i: init_VideoIn failed
 

Not sure what to do about it though :(.

Link to comment
3 hours ago, Bushibot said:

I see this spamming the container logs

MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: (null)
 i: Desired Resolution: 720 x 1280
 i: Frames Per Second.: -1
 i: Format............: YUYV
 i: JPEG Quality......: 80
 i: TV-Norm...........: DEFAULT
 i: init_VideoIn failed
 

Not sure what to do about it though :(.

So it awesome that you plugged it into a windows box and it worked fine... Done well. But, like in my post earlier, I couldnt get the usb-serial driver to work "native" on my box that I am using with my anet a8+. I had to plug it into a usb hub (nfi why but something I had seen in the past). Can I ask you to try on a vm on that unraid machine please? 20 mins to spin up mint and you can delete when done, or even win10 if you can be bothered(understand if you didnt want too :))

Link to comment
5 hours ago, Bushibot said:

I setup a windows 11 vm and the usb camera worked fine mounted to that. I got a few suggestions over on the octopi forum but most of the nix commands don't work on the console (lsusb etc). Maybe I'll just setupa  pi vm LOL. 

So I'm reading the old dvb method is no longer valid and a custom kernel is needed. This seems kind of nuts though.

I'm unclear if this outdated or stil lvalid. I don't see the kernel helper in apps though.

google doc

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.