Hello you all!
What is the problem?
After installing OctoPrint exactly like discribed here I cannot connect to the Webinterface. Also stopping OctoPrint with Ctrl-C only gets the program stuck so I have to kill the task and even killing it takes 10min.
When leaving the firefoxtab on my client with serverip:5000 open during Octoprintstartup, I once got a message like "Octoprint is still starting" followed by "Something went wrong, couldn't start, check octoprint.log", so the firewall probably is not the issue and my firewallexception works.
What did you already try to solve it?
- deleting the Octoprint-folder including the one in the userfolder and installing again.
- I checked if another program uses port 5000, nope (also tried on port 8080)
- rebooting
- reinstalling whole python installation
- install octoprint to user-folder (so no folderpermission issue can occur)
Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log
, serial.log
or output on terminal tab, ...)
OctoPrint Version 1.3.6 running on Windows Server 2012R2 with Python 2.7.14
octoprint.log:
2018-04-05 14:21:30,420 - octoprint.startup - INFO - ******************************************************************************
2018-04-05 14:21:30,420 - octoprint.startup - INFO - Starting OctoPrint 1.3.6
2018-04-05 14:21:30,420 - octoprint.startup - INFO - ******************************************************************************
2018-04-05 14:21:30,497 - octoprint.plugin.core - INFO - Loading plugins from c:\octoprint\venv\lib\site-packages\octoprint\plugins, C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\plugins and installed plugin packages...
2018-04-05 14:21:31,295 - octoprint.plugin.core - WARNING - Plugin "OctoPi Support Plugin" did not pass check
2018-04-05 14:21:31,420 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available
2018-04-05 14:21:31,420 - octoprint.plugin.core - INFO - Found 7 plugin(s) providing 7 mixin implementations, 4 hook handlers
2018-04-05 14:21:31,716 - octoprint.server - INFO - Intermediary server started
2018-04-05 14:21:31,716 - octoprint.plugin.core - INFO - Loading plugins from c:\octoprint\venv\lib\site-packages\octoprint\plugins, C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\plugins and installed plugin packages...
2018-04-05 14:21:31,716 - octoprint.plugin.core - WARNING - Plugin "OctoPi Support Plugin" did not pass check
2018-04-05 14:21:31,779 - octoprint.plugin.core - INFO - Found 7 plugin(s) providing 7 mixin implementations, 4 hook handlers
2018-04-05 14:21:31,779 - octoprint.printer.profile - ERROR - Profile _default does not exist, creating _default again and setting it as default
2018-04-05 14:21:31,872 - octoprint.filemanager.storage - INFO - Initializing the file metadata for C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\uploads...
2018-04-05 14:21:31,872 - octoprint.filemanager.storage - INFO - ... file metadata for C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\uploads initialized successfully.
2018-04-05 14:21:33,200 - octoprint.util.pip - INFO - Using "c:\octoprint\venv\scripts\python.exe -m pip" as command to invoke pip
2018-04-05 14:21:34,263 - octoprint.util.pip - INFO - Version of pip is 9.0.3
2018-04-05 14:21:34,263 - octoprint.plugin.core - INFO - Initialized 7 plugin implementation(s)
2018-04-05 14:21:34,295 - octoprint.plugin.core - INFO - 7 plugin(s) registered with the system:
| Announcement Plugin (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\announcements
| Core Wizard (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\corewizard
| CuraEngine (<= 15.04) (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\cura
| Discovery (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\discovery
| Plugin Manager (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\pluginmanager
| Software Update (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\softwareupdate
| Virtual Printer (bundled) = c:\octoprint\venv\lib\site-packages\octoprint\plugins\virtual_printer
2018-04-05 14:21:34,872 - octoprint.environment - INFO - Detected environment is Python 2.7.14 under Windows (win32). Details:
| hardware:
| cores: 4
| freq: 3100.0
| ram: 34279292928
| os:
| id: windows
| platform: win32
| python:
| pip: 9.0.3
| version: 2.7.14
| virtualenv: c:\octoprint\venv
2018-04-05 14:21:34,872 - octoprint.server - INFO - Reset webasset folder C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\generated\webassets...
2018-04-05 14:21:34,872 - octoprint.server - INFO - Reset webasset folder C:\Users\admin.SERVER\AppData\Roaming\OctoPrint\generated\.webassets-cache...
2018-04-05 14:21:34,920 - octoprint.server - INFO - Shutting down intermediary server...
2018-04-05 14:21:35,263 - octoprint.server - INFO - Intermediary server shut down
2018-04-05 14:21:35,263 - octoprint.events - INFO - Processing startup event, this is our first event
2018-04-05 14:21:35,263 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event
2018-04-05 14:21:35,263 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2018-04-05 14:21:35,279 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2018-04-05 14:21:35,279 - octoprint.plugins.cura - INFO - Path to CuraEngine has not been configured or does not exist (currently set to None), Cura will not be selectable for slicing
2018-04-05 14:21:35,295 - octoprint.server - INFO - Listening on http://0.0.0.0:5000
2018-04-05 14:21:35,295 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on SERVER for SSDP
hope you can help me