jneilliii / OctoPrint-YouTubeLive

43 stars 10 forks source link

no tab and config after enable from 1.37rc4 #19

Closed fred2088 closed 6 years ago

fred2088 commented 6 years ago

no tab and config page after enable from plugin manager on 1.37rc4

jneilliii commented 6 years ago

Thanks, I'll test that on my end and see what's going on.

jneilliii commented 6 years ago

I've tested on my RC4 installation and am not having any issues as you described. I uninstalled, deleted the previous settings and installed from the plugin manager as if it was a brand new installation.

Are there any errors in your octoprint.log or browser's debug console?

fred2088 commented 6 years ago

tried on Pi3 and Pi zero work fine, but not from Windows while it install successfully ...

2018-04-05 16:09:04,641 - octoprint.startup - INFO - ** 2018-04-05 16:09:04,657 - octoprint.startup - INFO - Starting OctoPrint 1.3.6 2018-04-05 16:09:04,657 - octoprint.startup - INFO - ** 2018-04-05 16:09:05,234 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2018-04-05 16:09:07,578 - octoprint.startup - INFO - Blacklist processing done 2018-04-05 16:09:09,000 - octoprint.plugin.core - INFO - Loading plugins from C:\OctoPrint\venv\lib\site-packages\octoprint-1.3.6-py2.7.egg\octoprint\plugins, C:\Users\admin\AppData\Roaming\OctoPrint\plugins and installed plugin packages... 2018-04-05 16:09:33,016 - octoprint.plugin.core - WARNING - Plugin "OctoPi Support Plugin" did not pass check 2018-04-05 16:09:42,095 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available 2018-04-05 16:09:42,095 - octoprint.plugin.core - ERROR - There was an error loading plugin youtubelive Traceback (most recent call last): File "C:\OctoPrint\venv\lib\site-packages\octoprint-1.3.6-py2.7.egg\octoprint\plugin\core.py", line 836, in load_plugin plugin.load() File "C:\OctoPrint\venv\lib\site-packages\octoprint_youtubelive__init.py", line 112, in plugin_load plugin_implementation__ = youtubelive() File "C:\OctoPrint\venv\lib\site-packages\octoprint_youtubelive__init.py", line 15, in init self.client = docker.from_env() File "C:\OctoPrint\venv\lib\site-packages\docker\client.py", line 81, in from_env kwargs_from_env(kwargs)) File "C:\OctoPrint\venv\lib\site-packages\docker\client.py", line 38, in init self.api = APIClient(*args, **kwargs) File "C:\OctoPrint\venv\lib\site-packages\docker\api\client.py", line 131, in init__ 'Install pypiwin32 package to enable npipe:// support' DockerException: Install pypiwin32 package to enable npipe:// support 2018-04-05 16:09:42,111 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 17 mixin implementations, 19 hook handlers 2018-04-05 16:09:42,174 - octoprint.cli.server - ERROR - Uncaught exception Traceback (most recent call last):

jneilliii commented 6 years ago

That makes sense, I only use Pis. Based on the error though, it looks like you may be able to install pypiwin32 maybe?

fred2088 commented 6 years ago

still can't get it work after installed pypiwin32 ?

jneilliii commented 6 years ago

Is the error the same in octoprint.log?

fred2088 commented 6 years ago

yes

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity in 14 days. It will be closed if no further activity occurs in 7 days.