The conversation cannot be automatically closed after chatting with AI #6165

Closed
opened 2026-02-21 18:14:21 -05:00 by yindo · 1 comment
Owner

Originally created by @rey999 on GitHub (Oct 18, 2024).

Self Checks

  • 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 (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.9.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

d43fe6206d34a39620bbcbfa7118c2a
5751a63d1b80aeaabbc6bc75e27129e
8fa2bb57d0cd274f0d2f98f562e903d
what this position

✔️ Expected Behavior

Automatically complete painting

Actual Behavior

The error persists and cannot be completed

Originally created by @rey999 on GitHub (Oct 18, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.9.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![d43fe6206d34a39620bbcbfa7118c2a](https://github.com/user-attachments/assets/0efabfe2-ba2a-4cf7-ae01-7380add0da97) ![5751a63d1b80aeaabbc6bc75e27129e](https://github.com/user-attachments/assets/c4d858a8-5e54-40de-b48b-e49cc1843916) ![8fa2bb57d0cd274f0d2f98f562e903d](https://github.com/user-attachments/assets/9b231d35-8caf-416f-8fe1-1d2332d7b28c) what this position ### ✔️ Expected Behavior Automatically complete painting ### ❌ Actual Behavior The error persists and cannot be completed
yindo added the 🐞 bug🤔 cant-reproduce labels 2026-02-21 18:14:21 -05:00
yindo closed this issue 2026-02-21 18:14:21 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 18, 2024):

Hello, @rey999! I'm here to assist you with any bugs, questions, or contributions you have for our project. Let's work together to resolve this issue!

It seems like you're encountering a KeyError related to the 'position' key in the AppGenerateResponseConverter class. This issue might be similar to a previously closed issue titled KeyError: 'position', which was resolved by a pull request that fixed a missing retrieval resource position [1].

The error in your case appears to be due to a typo in the dictionary key "positih" instead of "position". Correcting this typo in your code should resolve the KeyError. Make sure that all instances where the 'position' key is used are correctly spelled to prevent this error from occurring.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Oct 18, 2024): <!-- Greeting --> Hello, @rey999! I'm here to assist you with any bugs, questions, or contributions you have for our project. Let's work together to resolve this issue! <!-- Answer --> It seems like you're encountering a `KeyError` related to the 'position' key in the `AppGenerateResponseConverter` class. This issue might be similar to a previously closed issue titled [KeyError: 'position'](https://github.com/langgenius/dify/issues/9078), which was resolved by a pull request that fixed a missing retrieval resource position <sup>[[1]](https://github.com/langgenius/dify/issues/9078)</sup>. The error in your case appears to be due to a typo in the dictionary key `"positih"` instead of `"position"`. Correcting this typo in your code should resolve the `KeyError`. Make sure that all instances where the 'position' key is used are correctly spelled to prevent this error from occurring. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6165