Packagist: Problem with this package is not auto-updated

Created on 24 Apr 2015  路  13Comments  路  Source: composer/packagist

I've tried with my repo: https://github.com/petehouston/bladie
The webhooks & services is already Active and Test Service okay.

However, in Packagist, it doesn't seem to update.

Any idea?

Most helpful comment

Try to add https://packagist.org as a domain in packagist service configuration. GitHub default is http://packagist.org (http instead of https) - and this created problems for me.

All 13 comments

Same problem with my package:

https://packagist.org/packages/draw/swagger

Try to add https://packagist.org as a domain in packagist service configuration. GitHub default is http://packagist.org (http instead of https) - and this created problems for me.

@ksdev-pl THANK YOU. That was exactly the issue, as soon as https was used everything worked perfectly.

I sent a PR to github to make the hook use https always https://github.com/github/github-services/pull/1049 - and in the meantime I fixed packagist to support http hooks again

yay, it's working now.

It's not working for me maybe it's related to something else ?

When I do a force update it does work but not the web hook...

@mpoiriert it likely is a misconfiguration of your github hook, please check that you have your PACKAGIST username and api token in there, not the github one, and that your username is a maintainer of the given package on packagist.

Yeah sorry, I put my email instead of my username... everything seem ok now. Sorry

No worries. Maybe we need to accept both, I don't think you're the first to make that mistake.

keep it simple and don't accept both less code to maintain ;)

Yup, I did send https://github.com/github/github-services/pull/1054 a while back but it's still not merged.

yeay all its works. thanks

@Seldaek thanks this https://github.com/composer/packagist/issues/488#issuecomment-108509029 worked for me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidbarratt picture davidbarratt  路  7Comments

emil-nasso picture emil-nasso  路  8Comments

alexbowers picture alexbowers  路  7Comments

njh picture njh  路  4Comments

neelbhanushali picture neelbhanushali  路  5Comments