We quite often get frozen pyblish-qml GUI, when using pyblish-standalone and I’m pretty sure it’s to do with exiting prematurely.
Guessing it’s related to this; https://github.com/pyblish/pyblish-qml/issues/205
Full log from start to frozen.
K:\development\tools\python\Python27>python -m pyblish_tray
Launching Pyblish QML..
Finished
Listening for output..
Starting Pyblish..
Spent 141.00 ms creating the application
Listening on 127.0.0.1:9090Launching virtual host..
Entering state: "hidden"
Entering state: "ready"
Entering state: "clean"
Finding available port..
Entering state: "alive"
Distributing new port 9001
Virtual server listening on127.0.0.1:9001
Finding available port..
Distributing new port 9002
Settings:
WindowTitle = Pyblish
WindowSize = [430, 600]
WindowPosition = [100, 100]
HeartbeatInterval = 60
Entering state: "visible"
Entering state: "initialising"
Spent 3201.00 ms resetting
Made 27 requests during publish.
Spent 3994.00 ms resetting
Made 33 requests during reset.
Entering state: "ready"
Entering state: "initialising"
Traceback (most recent call last):
File "K:\development\tools\pyblish\pyblish-qml\pyblish_qml\control.py", line 8
17, in on_next
return on_finished(str(result))
File "K:\development\tools\pyblish\pyblish-qml\pyblish_qml\control.py", line 8
46, in on_finished
stats["requestCount"] -= self.host.stats()["totalRequestCount"]
File "K:\development\tools\python\Python27\lib\xmlrpclib.py", line 1233, in __
call__
return self.__send(self.__name, args)
File "K:\development\tools\python\Python27\lib\xmlrpclib.py", line 1591, in __
request
verbose=self.__verbose
File "K:\development\tools\python\Python27\lib\xmlrpclib.py", line 1273, in re
quest
return self.single_request(host, handler, request_body, verbose)
File "K:\development\tools\python\Python27\lib\xmlrpclib.py", line 1301, in si
ngle_request
self.send_content(h, request_body)
File "K:\development\tools\python\Python27\lib\xmlrpclib.py", line 1448, in se
nd_content
connection.endheaders(request_body)
File "K:\development\tools\python\Python27\lib\httplib.py", line 997, in endhe
aders
self._send_output(message_body)
File "K:\development\tools\python\Python27\lib\httplib.py", line 850, in _send
_output
self.send(msg)
File "K:\development\tools\python\Python27\lib\httplib.py", line 812, in send
self.connect()
File "K:\development\tools\python\Python27\lib\httplib.py", line 793, in conne
ct
self.timeout, self.source_address)
File "K:\development\tools\python\Python27\lib\socket.py", line 571, in create
_connection
raise err
socket.error: [Errno 10061] No connection could be made because the target machi
ne actively refused it
Finding available port..
Distributing new port 9003
Settings:
WindowTitle = Pyblish
WindowSize = [430, 600]
WindowPosition = [100, 100]
HeartbeatInterval = 60
Warning: Could not enter ready state
Awaited statemachine for 1021.00 ms
Not ready