YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.21k stars 403 forks source link

GitHub API error. Base URL: "/repos/:user/:repo/contents/update-checker.php", HTTP status code: 404 #562

Open kulterryan opened 6 months ago

kulterryan commented 6 months ago

Getting error code: puc-github-http-error

image

GitHub API error. Base URL: "/repos/:user/:repo/contents/update-checker.php", HTTP status code: 404

YahnisElsts commented 6 months ago

Does that file exist in the repository or not? Also, are you sure you're passing the correct plugin file name to the update checker? update-checker.php seems like an unusual name for the main plugin file - unless you're writing an update-checking plugin, of course.