Script no longer works

Issue #35 resolved
Martin Gautier created an issue

So with BB's API changes does that mean this project is now dead in the water?

What's the alternative?

Comments (30)

  1. Igor Ll

    Yesterday bitbucket had problems with processing 'push' requests. Data were pushed and stored in repos, but did not appear in the history and hooks did not called. Try again today.

  2. Martin Gautier reporter

    No still same problem. I had a working system up until the 22nd Oct when it stopped.

  3. Jacob Moen

    It does look like that it is a matter of money. If I pay a auto deploy service it will work with Bitbucket - if I don't, then I will have to either wait for someone to figure out how the new API works, or perhaps start fixing it myself. They have a python flask app as an example of using it. Haven't tried it yet, for obvious reasons. :)

  4. Martin Gautier reporter

    Yeah. I'm not keen on 3rd parties pushing stuff onto my servers, I'd rather pull from my known sources.

  5. Jacob Moen

    It worked today :)

    I did accept that it didn't work and pushed breaking changes to my Bitbucket repository, and that broke my live site.

    Typical, in'it?

    Just when I thought the post hook was dead.. Still, this project really needs to work against the new API.

  6. Martin Gautier reporter

    alixandru, do you plan to fix this script or should I jump ship and move to FTPbucket? (I'd rather use your ssh support rather than have to implement ftp :) )

  7. Jacob Moen

    It is relatively easy to fix this - take a look at the comments for the commit that I linked to :)

  8. David Pipes

    I would like to know too @solosik I currently have another option running that does an entire full sync but would love to have this work to only sync changes.

  9. Alex S

    @lilliputten I'm looking for something that will work on share hosting too without ssh and git. Perhaps you or someone can advice something else, except FTPBucket?

  10. Alex S

    @alixandru are there any chances that you'll fix this issue? Or we should look something around...

    Thank you

  11. Alexandru Lixandru repo owner

    I'm sorry, I do not have the necessary time to look into this at the moment. As per another BB user, the new BB API offers what it takes for this script to be fully functional again, but unfortunately I did not get the chance to even verify if that's true. So at this point I cannot tell if it's possible to have the script fixed to work with the new API. And I don't think I'll get to look into this the following few months - sorry, other priorities.

  12. Alexandru Lixandru repo owner

    I just quickly verified and the old API (Services, with Post to URL) is still working fine. So at this moment this script is still usable.

  13. Rafael Ardila

    Hi, There are issues with the deployment, I think bit bucket changed something on the api im getting this message:

    BitBucket Sync - Full Deploy

    Im getting them in everyone of my repos (I changed the team name and repo on the link)

  14. Alexandru Lixandru repo owner

    The script is working fine. I just tested and I could do a full deploy of a team-owned repository. Are you calling deploy.php with the correct URL parameters? It should be deploy.php?setup=repo-name&team=team-name

  15. Alexandru Lixandru repo owner

    Have a look at issue #38 and its resolution (also included below). Maybe your situation is related to account migration.

    Turns out Bitbucket is currently migrating all user accounts to new Atlassian accounts... that dummy read-only account we are using to do the syncing was essentially 'inactive' until I logged on and initiated the account migration. Everything is back up and syncing perfectly again.

  16. Rafael Ardila

    this is the line that is displaying the #unable to extract the files. maybe an issue with the my hosting provider using the commits folder?

  17. Log in to comment