kap-streamable icon indicating copy to clipboard operation
kap-streamable copied to clipboard

Fix invalid JSON schema

Open karaggeorge opened this issue 5 years ago • 9 comments

karaggeorge avatar Mar 31 '20 14:03 karaggeorge

@kevva ping 😄

This is currently blocking the plugin from being installed

karaggeorge avatar Apr 25 '20 01:04 karaggeorge

@karaggeorge Is there a way to install this without having it be merged into master? It seems abandoned and it would be very nice to have this plugin working.

ProjectInfinity avatar Jun 24 '20 14:06 ProjectInfinity

@ProjectInfinity you could fork it locally, and follow the steps here to install it as a dev plugin: https://github.com/wulkano/Kap/blob/master/docs/plugins.md#development

I'll try contacting one more time, otherwise I might publish a clone from a fork in the meantime

karaggeorge avatar Jun 25 '20 18:06 karaggeorge

I'll try contacting one more time, otherwise I might publish a clone from a fork in the meantime

Could you indeed fork it? This would be a really useful plugin, if it could be installed. Not everyone who uses Kap is a developer…

paour avatar Oct 12 '20 09:10 paour

After 4 years, I see this problem wasn't fixed. So, May be @kevva isn't available to help us. So I cloned and also published it as a new plugin. npm link

Because this is a new plugin, you can't see it, so check the plugin list on the Kap app; This is how you fix this issue.

  1. access this folder in your terminal /Users/{username}/Library/Application Support/Kap/plugins. The username is the name of your user on your machine. For example, my username is macbook, I ran this command in my terminal cd '/Users/macbook/Library/Application Support/Kap/plugins'
  2. After that, run this command in that folder npm install kap-streamable-v2@latest
  3. create the config file for the new plugin by running this command touch kap-streamable-v2.json
  4. Now you restart the Kap app and open the installed plugin tab. You must add your username and password of your Streamable account to run this plugin image
  5. Now you can see this option after recording a video image

buuduc avatar May 26 '24 10:05 buuduc

After 4 years, I see this problem wasn't fixed. So, May be @kevva isn't available to help us. So I cloned and also published it as a new plugin. npm link

Because this is a new plugin, you can't see it, so check the plugin list on the Kap app; This is how you fix this issue.

  1. access this folder in your terminal /Users/{username}/Library/Application Support/Kap/plugins. The username is the name of your user on your machine. For example, my username is macbook, I ran this command in my terminal cd '/Users/macbook/Library/Application Support/Kap/plugins'
  2. After that, run this command in that folder npm install kap-streamable-v2@latest
  3. create the config file for the new plugin by running this command touch kap-streamable-v2.json
  4. Now you restart the Kap app and open the installed plugin tab. You must add your username and password of your Streamable account to run this plugin

image 5. Now you can see this option after recording a video image

Or you just need to install the plugin if you see it here: image

buuduc avatar May 26 '24 10:05 buuduc