Skip to content

dispatch/tool/invoke "HTTP/1.1 404 Not Found #702

@coderlsc

Description

@coderlsc

Self Checks

To make sure we get to you in time, please check the following :)

  • 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."

Versions

  1. dify-plugin-daemon 0.5.8-local
  2. dify-api 1.13.3

Describe the bug
My plugin-daemon was originally at version 0.5.3-local and had an issue where plugins could not be installed, with the error reported at langgenius/dify#35125. Following the instructions in the issue, I upgraded the version to 0.5.5-local, which resolved the previous problem. However, this caused issues with certain plugins that use pytoml dependency declaration files and contain uvlock files.
To address this, I intended to use the new configuration parameters introduced in version 0.5.8-local, such as the environment variable PLUGIN_IGNORE_UV_LOCK=true, so I upgraded to 0.5.8. After startup, I found that Dify calls the plugin execution interface and reports the following error:
INFO [_client.py:1025] ec4ec5d198 HTTP Request: POST http://ip:port/plugin/tenant-id/dispatch/tool/invoke "HTTP/1.1 404 Not Found"

Expected behavior
correctly locate the plugin and execute it

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions