You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be either a separate option in octokit to follow redirects or we should manually check that if response is 302 then call a new plugin location.
Right now the kernel does not follow redirects if plugin repository name is updated.
Example: we've recently renamed https://github.com/ubiquibot/conversation-rewards to https://github.com/ubiquity-os-marketplace/text-conversation-rewards and the kernel stopped calling https://github.com/ubiquity-os-marketplace/text-conversation-rewards plugin although https://github.com/ubiquibot/conversation-rewards redirects to https://github.com/ubiquity-os-marketplace/text-conversation-rewards.
There should be either a separate option in
octokit
to follow redirects or we should manually check that if response is302
then call a new plugin location.Related comment
P.S. Chances are it is expected behavior for security reasons
The text was updated successfully, but these errors were encountered: