GoAwayNow / HydrausNao

A script to automatically search SauceNao for images and send results to Hydrus Network.
21 stars 3 forks source link

Issue with script not working #17

Open DarkGhost7 opened 2 years ago

DarkGhost7 commented 2 years ago

See below image

DarkGhost7 commented 2 years ago

I have the config.ini configured correctly with the api keys

FluffBallFloof commented 2 years ago

The Hydrus API calls changed, I'm taking a look at updating it to work with the new version. I'll either fork or pull request a fixed version if I get it working.

FluffBallFloof commented 2 years ago

18 Added a pull request that should fix the API issues.

GoAwayNow commented 2 years ago

Merged your pr, should be fixed now.

GoAwayNow commented 2 years ago

I just realized, this update causes a conflict with the requirements of saucenao-api and hydrus-api.

@FluffBallFloof, is saucenao-api still working with the newest versions of requests?

FluffBallFloof commented 2 years ago

Yeah, the version conflict can be ignored

FluffBallFloof commented 2 years ago

I took a look at the API and it doesn't have anything in it that appears that it would be an issue with the new version, but I might want to check what changed too.

DarkGhost7 commented 2 years ago

Seems to be working fine for me now.

5af64758 commented 1 year ago

has the api changed again? i'm getting this error:

Traceback (most recent call last): File "HydrausNao/./hydrus_saucenao_search.py", line 398, in handle_results(results) File "HydrausNao/./hydrus_saucenao_search.py", line 328, in handle_results tag_file("hit") File "HydrausNao/./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'