BlafKing / sd-civitai-browser-plus

Extension to access CivitAI via WebUI: download, delete, scan for updates, list installed models, assign tags, and boost downloads with multi-threading.
GNU Affero General Public License v3.0
309 stars 53 forks source link

[Bug]: Stopped working as intended #277

Closed CoddedApple closed 4 months ago

CoddedApple commented 5 months ago

Describe the bug.

Open the extention and it just doesn't work, images below show everything. The console doesn't give any errors and only mentions CivitAI Browser+: Aria2 RPC started in regards to the ext. I've tried on v1.7.0 and v1.9.0 of the webui with the same result, both versions I also disabled other extensions with the same result. I've tried reinstalling too. Strange thing is before it became like this it worked fine and then ten hours later it just didn't, nothing was updated, I was using 1.7.0, I never closed the webui, I just left it idle doing nothing and when I came back, the next time I used the extention it just became like this. Been stuck like this for the past few weeks and updates haven't fixed the issue.

1 2 3 4 5

Also the images aren't clickable, the model dropdown is the only way to select which doesn't do anything else such as load model info in other dropdowns or enable download button.

Steps to reproduce the problem.

Nothing, it defalts to this.

Expected behavior

A grid array of models to choose from with clickable images that load the model info ready for downloading.

System info

Console logs

Not Applicable

Additional information

No response

BlafKing commented 4 months ago

Sorry for the delayed response! been really busy with work lately :,)

As far as I can tell, it looks like the css/javascript code has stopped working for the extension, which is causing the weird/broken display.

Could you try to access the browser console to see if that's logging any errors related to the extension? Unfortunately hard to pinpoint what the issue could be without any error logs :,)

CoddedApple commented 4 months ago

@BlafKing Thank you for suggesting to check the console, I never even considered checking it. Apparently it's something on my end that is the problem and not the extention itself, in the console there's a bunch of net::ERR_ABORTED 403 (Forbidden) errors for multiple extensions, some of which also have their own issues and now I know why.

Figured it out, can't have extensions placed outside of webui folder, even with mklink. Can close the issue, was just an error on my part.

BlafKing commented 4 months ago

Awesome, glad you managed to fix it!