dify - 💡(How to fix) Fix suggested-questions failed

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

2026-05-20 22:22:26.952 INFO [Dummy-16] [update_provider_when_message_created.py:116] 068704876d425e63b914117a8d40b9bc - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas 2026-05-20 22:22:26.955 INFO [Dummy-16] [update_provider_when_message_created.py:177] 068704876d425e63b914117a8d40b9bc - Provider updates completed successfully. Updates: 1, Duration: 0.0014423877000808716 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas 2026-05-20 22:23:42.589 INFO [Dummy-18] [update_provider_when_message_created.py:116] 19ab01b9c8cd5ae7a2018260654a9403 - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas 2026-05-20 22:23:42.592 INFO [Dummy-18] [update_provider_when_message_created.py:177] 19ab01b9c8cd5ae7a2018260654a9403 - Provider updates completed successfully. Updates: 1, Duration: 0.00152650848031044 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas 2026-05-20 22:23:42.989 ERROR [Dummy-22] [message.py:360] 64d676933fbb518ebfd2f4575e023452 - internal server error. Traceback (most recent call last): File "/app/api/controllers/console/app/message.py", line 342, in get questions = MessageService.get_suggested_questions_after_answer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer conversation_override_model_configs = _app_model_config_adapter.validate_json( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json return self.validator.validate_json( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict annotation_reply Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing more_like_this Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing sensitive_word_avoidance.config Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing agent_mode.prompt Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing 2026-05-20 22:23:42.991 ERROR [Dummy-22] [app.py:875] 64d676933fbb518ebfd2f4575e023452 - Exception on /console/api/apps/4890420f-fad8-4b2b-82b6-68edd9e42471/chat-messages/eb153777-9a74-4715-99d7-023cc1f0a99a/suggested-questions [GET] Traceback (most recent call last): File "/app/api/controllers/console/app/message.py", line 342, in get questions = MessageService.get_suggested_questions_after_answer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer conversation_override_model_configs = _app_model_config_adapter.validate_json( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json return self.validator.validate_json( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict annotation_reply Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing more_like_this Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing sensitive_word_avoidance.config Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing agent_mode.prompt Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/api.py", line 404, in wrapper resp = resource(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask/views.py", line 110, in view return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/resource.py", line 41, in dispatch_request resp = meth(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/wraps.py", line 225, in decorated return view(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/libs/login.py", line 100, in decorated_view return current_app.ensure_sync(func)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/wraps.py", line 44, in decorated return view(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/app/wraps.py", line 77, in decorated_view return view_func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/app/message.py", line 361, in get raise InternalServerError() werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. ^C

Fix Action

Fix / Workaround

Traceback (most recent call last): File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/api.py", line 404, in wrapper resp = resource(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask/views.py", line 110, in view return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/resource.py", line 41, in dispatch_request resp = meth(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/wraps.py", line 225, in decorated return view(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/libs/login.py", line 100, in decorated_view return current_app.ensure_sync(func)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/wraps.py", line 44, in decorated return view(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/app/wraps.py", line 77, in decorated_view return view_func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/api/controllers/console/app/message.py", line 361, in get raise InternalServerError() werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. ^C

Code Example

2026-05-20 22:22:26.952 INFO [Dummy-16] [update_provider_when_message_created.py:116] 068704876d425e63b914117a8d40b9bc - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:22:26.955 INFO [Dummy-16] [update_provider_when_message_created.py:177] 068704876d425e63b914117a8d40b9bc - Provider updates completed successfully. Updates: 1, Duration: 0.0014423877000808716 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.589 INFO [Dummy-18] [update_provider_when_message_created.py:116] 19ab01b9c8cd5ae7a2018260654a9403 - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.592 INFO [Dummy-18] [update_provider_when_message_created.py:177] 19ab01b9c8cd5ae7a2018260654a9403 - Provider updates completed successfully. Updates: 1, Duration: 0.00152650848031044 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.989 ERROR [Dummy-22] [message.py:360] 64d676933fbb518ebfd2f4575e023452 - internal server error.
Traceback (most recent call last):
  File "/app/api/controllers/console/app/message.py", line 342, in get
    questions = MessageService.get_suggested_questions_after_answer(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer
    conversation_override_model_configs = _app_model_config_adapter.validate_json(
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json
    return self.validator.validate_json(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict
annotation_reply
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
more_like_this
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
sensitive_word_avoidance.config
  Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
agent_mode.prompt
  Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-20 22:23:42.991 ERROR [Dummy-22] [app.py:875] 64d676933fbb518ebfd2f4575e023452 - Exception on /console/api/apps/4890420f-fad8-4b2b-82b6-68edd9e42471/chat-messages/eb153777-9a74-4715-99d7-023cc1f0a99a/suggested-questions [GET]
Traceback (most recent call last):
  File "/app/api/controllers/console/app/message.py", line 342, in get
    questions = MessageService.get_suggested_questions_after_answer(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer
    conversation_override_model_configs = _app_model_config_adapter.validate_json(
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json
    return self.validator.validate_json(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict
annotation_reply
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
more_like_this
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
sensitive_word_avoidance.config
  Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
agent_mode.prompt
  Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request
    rv = self.dispatch_request()
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/api.py", line 404, in wrapper
    resp = resource(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask/views.py", line 110, in view
    return current_app.ensure_sync(self.dispatch_request)(**kwargs)  # type: ignore[no-any-return]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/resource.py", line 41, in dispatch_request
    resp = meth(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/wraps.py", line 225, in decorated
    return view(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/libs/login.py", line 100, in decorated_view
    return current_app.ensure_sync(func)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/wraps.py", line 44, in decorated
    return view(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/app/wraps.py", line 77, in decorated_view
    return view_func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/app/message.py", line 361, in get
    raise InternalServerError()
werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
^C
RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.14.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

<img width="870" height="554" alt="Image" src="https://github.com/user-attachments/assets/3caeba3d-c8e7-4071-96f3-223058d91531" />
    1. enter to an app
    1. enable suggested questions
    1. open a conversation
    1. ask a question

✔️ Expected Behavior

No error

❌ Actual Behavior

2026-05-20 22:22:26.952 INFO [Dummy-16] [update_provider_when_message_created.py:116] 068704876d425e63b914117a8d40b9bc - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:22:26.955 INFO [Dummy-16] [update_provider_when_message_created.py:177] 068704876d425e63b914117a8d40b9bc - Provider updates completed successfully. Updates: 1, Duration: 0.0014423877000808716 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.589 INFO [Dummy-18] [update_provider_when_message_created.py:116] 19ab01b9c8cd5ae7a2018260654a9403 - provider used, tenant_id=91561a81-0e43-4b01-9a8a-3cfd6b02461b, provider_name=langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.592 INFO [Dummy-18] [update_provider_when_message_created.py:177] 19ab01b9c8cd5ae7a2018260654a9403 - Provider updates completed successfully. Updates: 1, Duration: 0.00152650848031044 s, Tenant: 91561a81-0e43-4b01-9a8a-3cfd6b02461b, Provider: langgenius/volcengine_maas/volcengine_maas
2026-05-20 22:23:42.989 ERROR [Dummy-22] [message.py:360] 64d676933fbb518ebfd2f4575e023452 - internal server error.
Traceback (most recent call last):
  File "/app/api/controllers/console/app/message.py", line 342, in get
    questions = MessageService.get_suggested_questions_after_answer(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer
    conversation_override_model_configs = _app_model_config_adapter.validate_json(
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json
    return self.validator.validate_json(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict
annotation_reply
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
more_like_this
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
sensitive_word_avoidance.config
  Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
agent_mode.prompt
  Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
2026-05-20 22:23:42.991 ERROR [Dummy-22] [app.py:875] 64d676933fbb518ebfd2f4575e023452 - Exception on /console/api/apps/4890420f-fad8-4b2b-82b6-68edd9e42471/chat-messages/eb153777-9a74-4715-99d7-023cc1f0a99a/suggested-questions [GET]
Traceback (most recent call last):
  File "/app/api/controllers/console/app/message.py", line 342, in get
    questions = MessageService.get_suggested_questions_after_answer(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/services/message_service.py", line 300, in get_suggested_questions_after_answer
    conversation_override_model_configs = _app_model_config_adapter.validate_json(
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/pydantic/type_adapter.py", line 492, in validate_json
    return self.validator.validate_json(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 4 validation errors for AppModelConfigDict
annotation_reply
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
more_like_this
  Field required [type=missing, input_value={'speech_to_text': {'enab...assistant_prefix': ''}}}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
sensitive_word_avoidance.config
  Field required [type=missing, input_value={'enabled': False, 'type': '', 'configs': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing
agent_mode.prompt
  Field required [type=missing, input_value={'enabled': False, 'max_i...tion_call', 'tools': []}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.12/v/missing

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request
    rv = self.dispatch_request()
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/api.py", line 404, in wrapper
    resp = resource(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask/views.py", line 110, in view
    return current_app.ensure_sync(self.dispatch_request)(**kwargs)  # type: ignore[no-any-return]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/.venv/lib/python3.12/site-packages/flask_restx/resource.py", line 41, in dispatch_request
    resp = meth(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/wraps.py", line 225, in decorated
    return view(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/libs/login.py", line 100, in decorated_view
    return current_app.ensure_sync(func)(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/wraps.py", line 44, in decorated
    return view(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/app/wraps.py", line 77, in decorated_view
    return view_func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/api/controllers/console/app/message.py", line 361, in get
    raise InternalServerError()
werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
^C

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING