Is this a bug? Or did I get pickled? #8625
Reinbowsaur
started this conversation in
General
Replies: 2 comments 3 replies
-
Did you install the official version of A1111? Also, which extensions have you installed? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just scanned my current webui setup using https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI for any infected files, and below showed up, doesn't appear to be any embeddings or models that I used to be the cause `
` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Got this error message below in the terminal while I had it running idle in the background, it's fairly concerning but I can't really make out alot.
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None) handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)> Traceback (most recent call last): File "C:\Users\*\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\*\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost self._sock.shutdown(socket.SHUT_RDWR) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host. ERROR: Exception in ASGI application Traceback (most recent call last): File "F:\stable-diffusion-webui\venv\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi result = await app( # type: ignore[func-returns-value] File "F:\stable-diffusion-webui\venv\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in __call__ return await self.app(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\fastapi\applications.py", line 271, in __call__ await super().__call__(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\applications.py", line 125, in __call__ await self.middleware_stack(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\errors.py", line 184, in __call__ raise exc File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\errors.py", line 162, in __call__ await self.app(scope, receive, _send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\gzip.py", line 24, in __call__ await responder(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\gzip.py", line 44, in __call__ await self.app(scope, receive, self.send_with_gzip) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 79, in __call__ raise exc File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\middleware\exceptions.py", line 68, in __call__ await self.app(scope, receive, sender) File "F:\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 21, in __call__ raise e File "F:\stable-diffusion-webui\venv\lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in __call__ await self.app(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 706, in __call__ await route.handle(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 276, in handle await self.app(scope, receive, send) File "F:\stable-diffusion-webui\venv\lib\site-packages\starlette\routing.py", line 66, in app response = await func(request) File "F:\stable-diffusion-webui\venv\lib\site-packages\fastapi\routing.py", line 237, in app raw_response = await run_endpoint_function( File "F:\stable-diffusion-webui\venv\lib\site-packages\fastapi\routing.py", line 163, in run_endpoint_function return await dependant.call(**values) File "F:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 286, in file raise ValueError( ValueError: File cannot be fetched: E:/novelai-webui/outputs/txt2img-images/09285-3789442482-red magic circle,1girl,red hair,bare arms, necklace,medium hair,anklet, bang ,(jewelry on silveroid bracelets_1.3),( bracelet.png. All files must contained within the Gradio python app working directory, or be a temp file created by the Gradio python app.
One thing for sure is, that it made a request for a file I never had, never exited, never prompted, not even a drive path that I use. I run my instance locally too, I don't understand at all how this could've happened unless it was a remote execution by a pickle... yet for a file that doesn't even exist? And a completely incorrect and none/never existed file path to my images???
Beta Was this translation helpful? Give feedback.
All reactions