runtime error

Exit code: 1. Reason: or.py:3175 in │ │ query_runtime_api │ │ │ │ 3172 │ │ if obj.data.to_hex() == "0x0400": # RPC returned None result │ │ 3173 │ │ │ return None │ │ 3174 │ │ │ │ ā± 3175 │ │ return obj.decode() │ │ 3176 │ │ │ 3177 │ def _encode_params( │ │ 3178 │ │ self, │ │ │ │ /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: 49861

Container logs:

Fetching error logs...