20260504 18:11:52.320 stexe [ERROR] gql.transport.exceptions.TransportQueryError: {'message': "Unknown argument 'want_emsg_types' on field 'Subscription.bot_threads_calls_tasks'. Did you mean 'want_erp_tables' or 'want_messages'?"}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/flexus_client_kit/ckit_service_exec.py", line 27, in run_typical_single_subscription_with_restart_on_network_errors
await subscribe_and_do_something(fclient, ws_client, *func_args, **func_kwargs)
File "/usr/local/lib/python3.11/site-packages/flexus_client_kit/ckit_bot_exec.py", line 390, in subscribe_and_produce_callbacks
async for r in ws.subscribe(
File "/usr/local/lib/python3.11/site-packages/gql/client.py", line 1426, in subscribe
async for result in inner_generator:
File "/usr/local/lib/python3.11/site-packages/gql/client.py", line 1337, in _subscribe
async for result in inner_generator:
File "/usr/local/lib/python3.11/site-packages/gql/transport/common/base.py", line 298, in _receive_data_loop
answer_type, answer_id, execution_result = self._parse_answer(
File "/usr/local/lib/python3.11/site-packages/gql/transport/websockets_protocol.py", line 384, in _parse_answer_apollo
raise TransportQueryError(
Original Logs
Error Summary
Bot pod
flexus-pod-bot-bob-30005-rxin namespaceisolatedis CrashLoopBackOff on startup. The client subscription sent byflexus_client_kit/ckit_bot_exec.pyincludeswant_emsg_types, but the backend GraphQL schema no longer accepts that argument onSubscription.bot_threads_calls_tasks.Stacktrace
Root Cause
flexus_client_kit/ckit_bot_exec.py:390subscribe_and_produce_callbackswant_emsg_typesargument. This causes the GraphQL transport to fail immediately and the pod exits.Code Snippet
Affected
flexus-pod-bot-bob-30005-rxisolated