sd_civitai_extension icon indicating copy to clipboard operation
sd_civitai_extension copied to clipboard

Paid supporter but gets disconected after a couple seconds.

Open Devicetron opened this issue 1 year ago • 1 comments

after setting it up everytime time, I guess the green light dot and seconds later I get a popup notifications saying "Civitai Link Stable Diffusion service disconnected"

Initializing Civitai Link If submitting an issue on github, please provide the below text for debugging purposes:

Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Civitai Link revision: 6afadb00cfaba842f9ba15cd82174ff7aacd5dac SD-WebUI revision: 68f336bd994bed5442ad95bad6b6ad5564a5409a

Checking Civitai Link requirements... [+] python-socketio[client] version 5.7.2 installed.

Devicetron avatar Aug 06 '23 05:08 Devicetron

seems to be related to the code surrounding upgraded key, my key keeps changing after the short 5 second connection. after removing and editing link.py in the civitai folder mainly flipping def so my key sets the global key and removing the part that saves the generated global key to my config, now it seems either to d/c from either the incoming commands or from the web ui refreshing to show the blinking dot in the top right. may also need to add contingent re_connect requests in other regions if whatevers kicking it cant be removed Civitai Link: Joined room 783941 Civitai Link: Link Key upgraded Civitai Link: Presence update: SD: 1, Clients: 1 Civitai Link: Connected to Civitai Instance Civitai Link: Incoming Command: activities:list Civitai Link: Incoming Command: resources:list INFO:httpx:HTTP Request: POST http://127.0.0.1:7860/api/predict "HTTP/1.1 200 OK" INFO:httpx:HTTP Request: POST http://127.0.0.1:7860/reset "HTTP/1.1 200 OK"

MastaCheeza avatar Jan 30 '24 22:01 MastaCheeza