Github Kodi Addon-Submitter help
#1
Is there anybody who could help me with using and trouble shooting the Github Kodi Addon-Submitter action?
Reply
#2
(2022-07-06, 19:21)roidy Wrote: Is there anybody who could help me with using and trouble shooting the Github Kodi Addon-Submitter action?
Maybe.  Can you post the link to your GitHub PR request ?


Jeff
Running with the Mezzmo Kodi addon.  The easier way to share your media with multiple Kodi clients.
Service.autostop , CBC Sports, Kodi Selective Cleaner and Mezzmo Kodi addon author.
Reply
#3
Hi, thanks for the reply, the situation is as follows. I was given access to make changes to @sualfred's script.embuary.info and script.embuary.helper github repos in order to maintain them as he is less active these days. He instructed me that if I wanted to push out a new release to the Kodi repo all I needed to do was create a new tag with the version number and push it to the repo and the action would run and create a new release and submit it to the Kodi repo.

This is fine, I can add a new tag and push it using:-

Code:
git tag x.y.z
git push origin x.y.z

This works, I can add a new tag and the Addon-Submitter action runs but I'm getting a couple of different issues.

1. script.embuary.info fails at the checker validation stage with an invalid branch choice error:- https://pastebin.com/A3ZHvihX
https://github.com/sualfred/script.embua...focus=true

2. script.embuary.helper fails at the Generate distribution zip and submit to official kodi repository stage with a Bad credentials error.
https://github.com/sualfred/script.embua...focus=true

I'm unsure how to fix these two issues.
Reply

Logout Mark Read Team Forum Stats Members Help
Github Kodi Addon-Submitter help0