Open lowercase-donkey opened 6 months ago
Possibly related, but getting this error:
Traceback (most recent call last):
File "xxx\hydrus\hydrus_saucenao_search.py", line 398, in <module>
handle_results(results)
File "xxx\hydrus\hydrus_saucenao_search.py", line 328, in handle_results
tag_file("hit")
File "xxx\hydrus\hydrus_saucenao_search.py", line 273, in tag_file
client.add_tags(hashes=line.splitlines(), service_names_to_tags={meta_tag_service: [final_tag]})
TypeError: Client.add_tags() got an unexpected keyword argument 'service_names_to_tags'
Hey! Somewhat new to
pip
but more experienced with NPM.It seems hydrus-api needs something newer than saucenao allows:
Any ideas?