ciderapp / ciderapp/PluginKit

Undocumented param 'pluginKitVersion' throws an error when not specified.

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
8
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Updated to cider 4 and one of the plugins i was developing was not being loaded and enabled due to pluginKitVersionnot being an undefined parameter

In the console:

Plugin does not specify a pluginKitVersion, cancelling loading.     ws-Bk2XW0GK.js:487

the only solution is adding the parameter to any value in one if the values in plugins.js adding it into src/assets/plugin.yml does not append the parameter

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the plugin validation in plugins.js with the generated metadata from src/assets/plugin.yml. Reproduce the console error with pluginKitVersion omitted, then verify the expected behavior for a plugin that does not specify it and confirm that the plugin loads correctly without the workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.