We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting any search, I am getting the following error:
Traceback (most recent call last): File "C:\Python311\Lib\site-packages\flask\app.py", line 2551, in __call__ return self.wsgi_app(environ, start_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\flask\app.py", line 2531, in wsgi_app response = self.handle_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\flask\app.py", line 2528, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\flask\app.py", line 1825, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\flask\app.py", line 1823, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\flask\app.py", line 1799, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\hyper\hydrus-remote-tagging\server.py", line 85, in ad fids = search_files(api_key, api_url, clean_tags, int(request.form.getlist("fileSort")[0]), isAscending) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\hyper\hydrus-remote-tagging\server.py", line 16, in search_files fids = cl.search_files(tags=search_tags, file_service_name="my files", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Client.search_files() got an unexpected keyword argument 'file_service_name'
Running windows 10 and Python 3.11.0
Am I doing something wrong, or is it simply something about my system messing this up?
The text was updated successfully, but these errors were encountered:
I have created a pull request that I belive fixes this issue. See #9
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When attempting any search, I am getting the following error:
Running windows 10 and Python 3.11.0
Am I doing something wrong, or is it simply something about my system messing this up?
The text was updated successfully, but these errors were encountered: