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

Attribute Error #24

Open
zoredeaxx opened this issue Nov 23, 2022 · 0 comments
Open

Attribute Error #24

zoredeaxx opened this issue Nov 23, 2022 · 0 comments

Comments

@zoredeaxx
Copy link

  1. I am getting following error while trying to rename :-

Traceback (most recent call last):
File "/home/runner/Rename-Bot/bot/plugins/rename.py", line 93, in rename_handler
await handle_big_rename(c, m, file_id, file_name, editable, file_type)
File "/home/runner/Rename-Bot/bot/core/handlers/big_rename.py", line 68, in handle_big_rename
thumb_path = await fix_thumbnail(thumb_path)
File "/home/runner/Rename-Bot/bot/core/fixes.py", line 10, in fix_thumbnail
metadata = extractMetadata(createParser(thumb_path))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/hachoir/parser/guess.py", line 139, in createParser
stream.close()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/hachoir/stream/input.py", line 415, in close
self._input.close()
AttributeError: 'InputPipe' object has no attribute 'close'

  1. Any help in resolving the issue is highly appreciated.
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

1 participant