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
hicdex-hicdex-1 | Traceback (most recent call last): hicdex-hicdex-1 | File "/home/dipdup/source/src/dipdup/context.py", line 602, in _callback_wrapper hicdex-hicdex-1 | yield hicdex-hicdex-1 | File "/home/dipdup/source/src/dipdup/context.py", line 541, in _fire_handler hicdex-hicdex-1 | await handler_config.callback_fn(new_ctx, *args, **kwargs) hicdex-hicdex-1 | File "/home/dipdup/src/hicdex/handlers/on_subjkt_register.py", line 42, in on_subjkt_register hicdex-hicdex-1 | holder.description = holder.metadata.get('description', '') hicdex-hicdex-1 | AttributeError: 'bytes' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hicdex-hicdex-1 | Traceback (most recent call last):
hicdex-hicdex-1 | File "/home/dipdup/source/src/dipdup/context.py", line 602, in _callback_wrapper
hicdex-hicdex-1 | yield
hicdex-hicdex-1 | File "/home/dipdup/source/src/dipdup/context.py", line 541, in _fire_handler
hicdex-hicdex-1 | await handler_config.callback_fn(new_ctx, *args, **kwargs)
hicdex-hicdex-1 | File "/home/dipdup/src/hicdex/handlers/on_subjkt_register.py", line 42, in on_subjkt_register
hicdex-hicdex-1 | holder.description = holder.metadata.get('description', '')
hicdex-hicdex-1 | AttributeError: 'bytes' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: