You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get my script to function I had to add result = tag_name.lower() as a new line 956
Debug error was:
"/stash_theporndb_scraper-master/scrapeScenes.py", line 955, in main tag = my_stash.getTagByName(tag_name, False) File "/stash_theporndb_scraper-master/StashInterface.py", line 613, in getTagByName logging.debug("Getting tag id for tag '"+name+"'.") TypeError: can only concatenate str (not "NoneType") to str