Number of parameters does not match #1301

Closed
opened 2026-02-21 17:32:00 -05:00 by yindo · 0 comments
Owner

Originally created by @wangrg on GitHub (Mar 11, 2024).

Originally assigned to: @JohnJyong on GitHub.

Self Checks

  • 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).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.5.8

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

The IndexProcessorFactory constructor has only one input parameter:
image

But extra parameters were passed in IndexingRunner:
image

✔️ Expected Behavior

Remove extra parameters

Actual Behavior

Number of parameters does not match

Originally created by @wangrg on GitHub (Mar 11, 2024). Originally assigned to: @JohnJyong on GitHub. ### Self Checks - [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] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.5.8 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce The IndexProcessorFactory constructor has only one input parameter: <img width="389" alt="image" src="https://github.com/langgenius/dify/assets/1925650/c4c68f0d-d068-42a9-8f9a-44fb7509966b"> But extra parameters were passed in IndexingRunner: <img width="1014" alt="image" src="https://github.com/langgenius/dify/assets/1925650/f366e60f-a4d9-4e91-a54c-bc1d7ce91edd"> ### ✔️ Expected Behavior Remove extra parameters ### ❌ Actual Behavior Number of parameters does not match
yindo added the 🐞 bug label 2026-02-21 17:32:00 -05:00
yindo closed this issue 2026-02-21 17:32:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#1301