Error loading script: tag_autocomplete_helper.py #73
-
Having trouble with this, a bunch of runtime errors have popped up relating to this so I find it hard to keep track of progress in rendering images regardless of if this failed to work or not. Don't know how to remove it or fix it to make it operable.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I went through each file and deleted it, I think it was because I did not replace the .gitignore that was already in the root directory when I tried that method. The extensions method doesn't seem to do anything. I'm guessing the gitignore is needed to pull stuff or something. |
Beta Was this translation helpful? Give feedback.
-
scripts.basedir is a function needed for this to run when installed as an extension, if it's not found that means your webui is/was outdated. |
Beta Was this translation helpful? Give feedback.
scripts.basedir is a function needed for this to run when installed as an extension, if it's not found that means your webui is/was outdated.
Gitignore should have no relation to this, that just tells Git what not to include when tracking changes.
It can prevent pulling if you have edited it in some way before, but would state that in the pull message.