Something went wrong while loading “kap-streamable”
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to activate the Plugin on Kap.
**macOS version:** Big Sur (11)
**Kap version:** 3.3.2
```
Something went wrong while loading “kap-streamable”
Error: schema is invalid: data.properties['password'].type should be equal to one of the allowed values, data.properties['password'].type should be array, data.properties['password'].type should match some schema in anyOf
at CustomAjv.validateSchema (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/ajv/lib/ajv.js:178:16)
at CustomAjv._addSchema (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/ajv/lib/ajv.js:307:10)
at CustomAjv.compile (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/ajv/lib/ajv.js:113:24)
at /Applications/Kap.app/Contents/Resources/app.asar/main/utils/plugin-config.js:35:29
at Array.map ()
at new PluginConfig (/Applications/Kap.app/Contents/Resources/app.asar/main/utils/plugin-config.js:8:81)
at new InstalledPlugin (/Applications/Kap.app/Contents/Resources/app.asar/main/plugin.js:61:21)
at Plugins.install (/Applications/Kap.app/Contents/Resources/app.asar/main/common/plugins.js:133:22)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the plugin configuration validation at main/utils/plugin-config.js:35 and inspect the schema for the password property that Kap rejects. Reproduce installation with Kap 3.3.2 and confirm that kap-streamable loads without the schema-invalid error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100