-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server returned non-200 status: 404 Not Found #16
Comments
0.2.5 is the latest version, so it should be fine. Thanks |
Hi David, Your project being private, the env var:
is incorrect. You must use the project slug available in the project settings: https://gemnasium.com/kenzai/kenzai.me/settings Could you please try again with this project slug instead? On the other hand, we understand this is confusing, and have filled a ticket to be able to use the github slug as well. Thanks, |
Indeed, I replied too quickly, sorry. thanks |
Hi, The message from the API is not displayed by the toolbelt. It will be fixed in the next version (0.2.6):
(from our logs). So Gemnasium doesn't know anything about the current branch, and fails. To use the auto-update feature, the files must be sent priori to run the feature.
from the branch Could you tell if it helps? Thanks |
Hi, thanks for your help. I tried again on our production branch, known of Gemnasium:
So I tried this:
Note: my
And
Is there anything else I might be doing wrong? |
It seems I finally got it to work, but I'm not sure what I did that made it work... |
Ok, I'm closing this for now, and will reopen if it occurs again. |
I'm getting the same issue, unfortunately I haven't had any luck with the following: The eval command works, and I'm able to get the project's current status. |
I managed to get this working, the problem turned out to be that the CI server was checking out a commit and not being on a branch. Being on a branch is not ideal, if additional commits have been made since a build was queued, they'll get pulled at the start of the build, and the build won't be testing the commit it should be. This is how CodeShip works, and this makes is how any CI server that doesn't have concurrent builds should operate. This is the work around on CodeShip to get auto updating working:
Build commands:
|
Hello,
I managed to install Gemnasium Toolbelt from APT repositories (=> version is 0.2.5) then set it up following README:
Then I try to run
autoupdate
:And it fails with following error:
I even tried to specify as much as possible in the command line:
And it fails with the same error (both times after running my test suite successfully).
On the other hand, the
eval
command works:Gives me a status of all packages.
Is there a problem with this version of Gemnasium toolbelt?
Thanks,
David
The text was updated successfully, but these errors were encountered: