Replies: 5 comments 31 replies
-
Hi, I did not overslept today 🫠 This doesn't seem like an error on my end, but some form of connectivity / system's SSL issue when downloading the default background image on a remote URL, as it is not bundled as a binary file on the repository Can you check if you can access https://wallhaven.cc on a web browser where the image originates from? You can change the default image on the I'm quite sure it isn't Window's built in SSL resolver as we "all have the same one" and it's working, those usually happen(ed) on Unix-like systems. Which makes me think, it must be some firewall, internet service provider, region or website's block (?) |
Beta Was this translation helpful? Give feedback.
-
Is the operation of reclone simply to run the command line again: irm https://brakeit.github.io/get.ps1 | iex? |
Beta Was this translation helpful? Give feedback.
-
Hey! Just a heads up about the rendering and resolutions issue Something suddenly clicked my head and I ended up losing a night of sleep, but it is fixed now 😂 I should have never trusted, more like relied on, the real time window render targets for headless rendering, as if they are not shown on the screen at least once (and are up to the screen size in pixels), we can't render to or read from them The logic was simple to have a truly headless render target if rendering, else use the real time window one, I highly suggest to update the ShaderFlow sub directory and the monorepo for the fixes ! |
Beta Was this translation helpful? Give feedback.
-
I deleted all the old files and downloaded the latest ones again with irm https://brakeit.github.io/get.ps1 | iex. However, I encountered the below problem. How can I solve it? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi, BrokenSource:
Thank you for your hard. I met a lot of error after run the command broken shaderflow. Could you give a help? Thank you.
Exception in thread Thread-2 (parallax):
Traceback (most recent call last):
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connectionpool.py", line 1099, in _validate_conn
conn.connect()
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connection.py", line 653, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connection.py", line 806, in ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\util\ssl.py", line 465, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\util\ssl.py", line 509, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\ssl.py", line 1104, in _create
self.do_handshake()
File "C:\Program Files\Python311\Lib\ssl.py", line 1382, in do_handshake
self._sslobj.do_handshake()
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connectionpool.py", line 793, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connectionpool.py", line 491, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests\adapters.py", line 486, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\connectionpool.py", line 847, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\urllib3\util\retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='w.wallhaven.cc', port=443): Max retries exceeded with url: /full/pk/wallhaven-pkz5r9.png (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Python311\Lib\threading.py", line 1045, in _bootstrap_inner
self.run()
File "C:\Program Files\Python311\Lib\threading.py", line 982, in run
self._target(*self._args, **self.kwargs)
File "D:\AI\BrokenSource\Projects\DepthFlow\DepthFlow\DepthFlow.py", line 39, in parallax
self.load_image = LoaderImage(image)
^^^^^^^^^^^^^^^^^^
File "D:\AI\BrokenSource\Broken\Loaders_init.py", line 8, in new
return cls.load(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\BrokenSource\Broken\Loaders\LoaderPIL.py", line 34, in load
return PIL.Image.open(io.BytesIO(LoaderImage.cache().get(value).content), **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests_cache\session.py", line 126, in get
return self.request('GET', url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests_cache\session.py", line 182, in request
return super().request(method, url, *args, headers=headers, **kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests_cache\session.py", line 229, in send
response = self._send_and_cache(request, actions, cached_response, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests_cache\session.py", line 253, in _send_and_cache
response = super().send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\supwa\AppData\Local\pypoetry\Cache\virtualenvs\depthflow-4NnmvLgR-py3.11\Lib\site-packages\requests\adapters.py", line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='w.wallhaven.cc', port=443): Max retries exceeded with url: /full/pk/wallhaven-pkz5r9.png (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)')))
Beta Was this translation helpful? Give feedback.
All reactions