runtime error

Exit code: 1. Reason: subtensor.py:540 in │ │ query_runtime_api │ │ │ │ 537 │ │ if obj.data.to_hex() == "0x0400": # RPC returned None result │ │ 538 │ │ │ return None │ │ 539 │ │ │ │ ❱ 540 │ │ return obj.decode() │ │ 541 │ │ │ 542 │ @networking.ensure_connected │ │ 543 │ def state_call( │ │ │ │ /usr/local/lib/python3.10/site-packages/scalecodec/base.py:888 in decode │ │ │ │ 885 │ │ │ self.data_end_offset = self.data.offset │ │ 886 │ │ │ │ │ 887 │ │ │ if check_remaining and self.data.offset != self.data.leng │ │ ❱ 888 │ │ │ │ raise RemainingScaleBytesNotEmptyException( │ │ 889 │ │ │ │ │ f'Decoding <{self.__class__.__name__}> - Current │ │ 890 │ │ │ │ ) │ │ 891 │ ╰──────────────────────────────────────────────────────────────────────────────╯ RemainingScaleBytesNotEmptyException: Decoding <Bytes> - Current offset: 258 / length: 47412

Container logs:

Fetching error logs...