[PR #22156] fix:Fixed the problem of plugin installation failure caused by incons… #29852

Closed
opened 2026-02-21 20:46:22 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/22156

State: closed
Merged: Yes


Description

Fixes LM Studio installation failure in v1.4.3 by resolving plugin ID mismatch issue.

Problem

Installing LM Studio fails in v1.4.3 due to inconsistency between:

  1. Plugin ID from the marketplace
  2. Plugin ID generated after uploading the package to Dify

Solution

Use the plugin ID generated by Dify after upload instead of the marketplace ID during installation. This ensures ID consistency and successful installation.

Verification

  1. Reproduced issue using marketplace ID (failure)
  2. Applied fix using Dify-generated ID (success)
  3. Confirmed installation completes without errors

Related Issue

Resolves #1162 (Install LM Studio failed)

**Original Pull Request:** https://github.com/langgenius/dify/pull/22156 **State:** closed **Merged:** Yes --- ## Description Fixes LM Studio installation failure in v1.4.3 by resolving plugin ID mismatch issue. ### Problem Installing LM Studio fails in v1.4.3 due to inconsistency between: 1. Plugin ID from the marketplace 2. Plugin ID generated after uploading the package to Dify ### Solution Use the plugin ID generated by Dify after upload instead of the marketplace ID during installation. This ensures ID consistency and successful installation. ### Verification 1. Reproduced issue using marketplace ID (failure) 2. Applied fix using Dify-generated ID (success) 3. Confirmed installation completes without errors ### Related Issue [Resolves #1162 (Install LM Studio failed)](https://github.com/langgenius/dify-official-plugins/issues/1162)
yindo added the pull-request label 2026-02-21 20:46:22 -05:00
yindo closed this issue 2026-02-21 20:46:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29852