Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustment to scrapescene.py line 955 #17

Open
smonaco694 opened this issue Jan 22, 2021 · 1 comment
Open

Adjustment to scrapescene.py line 955 #17

smonaco694 opened this issue Jan 22, 2021 · 1 comment

Comments

@smonaco694
Copy link

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

@jeremymeyers
Copy link

@smonaco694 could you paste the context for where this goes? Should probably be a pull request in https://github.com/ThePornDatabase/stash_theporndb_scraper as that looks to be the more updated version. (i'm also getting this error and the current version of the script has the errors here:

Traceback (most recent call last):
File "M:\stash-tools\stash-theporndbscraper-new\stash_theporndb_scraper\scrapeScenes.py", line 1169, in main
tag = my_stash.getTagByName(tag_name, False)
File "M:\stash-tools\stash-theporndbscraper-new\stash_theporndb_scraper\StashInterface.py", line 620, in getTagByName
logging.debug("Getting tag id for tag '"+name+"'.")
TypeError: can only concatenate str (not "NoneType") to str

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants