magento-hackathon / composer-repository

Composer Repository for Magento Modules
http://packages.firegento.com/
103 stars 142 forks source link

The "http://packages.firegento.com/AWeberCommunications_EmailMarketing.json" file could not be downloaded (HTTP/1.1 404 Not Found) #342

Closed mhauri closed 9 years ago

mhauri commented 9 years ago

packages.firegento.com isn't working.

The following error appears after "composer update" is executed. Even when the Extensions named in the error isn't used.

bildschirmfoto 2015-11-24 um 09 53 50

dimasch commented 9 years ago

+1

kirmorozov commented 9 years ago

same thing https://github.com/Cotya/magento-composer-installer/issues/79

daim2k5 commented 9 years ago

working on it...

csdougliss commented 9 years ago

Is there any way to skip the errors?

azngeek commented 9 years ago

+1

azngeek commented 9 years ago

if you need to update the composer.lock file for a specific project, do not run composer update vendor/package at the moment but directly add your composer.lock to manually resolve the dependencies.

Example to update a specific package without composer update. Just update your reference-tag, so that it matches with your desired commit-hash.

  "source": {
                "type": "git",
                "url": "ssh://git@repo.yourrepo.de:8123/ms/component_blabla.git",
                "reference": "0373f33981a7c7d58ba43e09e82502f9ce2e0e19"
            }
AntonEvers commented 9 years ago

Either it's solved or composer selfupdate and composer update did the trick Can any of you confirm this?

TsPG128 commented 9 years ago

Not working for me...

AntonEvers commented 9 years ago

Forgot to mention that I also did a composer clearcache.

TsPG128 commented 9 years ago

Nope, it's still not working, even with clearcache...

kirmorozov commented 9 years ago

Looks like trouble at firegento (Broken repo). Composer update/install works fine. Resolved.

TsPG128 commented 9 years ago

Still getting the same error. I tried:

Still getting it on every server and locally. It didn't work even once for me the whole morning.

azngeek commented 9 years ago

I can confirm that it still does not work here.

riconeitzel commented 9 years ago

All your references and links point in a circular relation to this entry here … so … is it closed or is it still open?! :D

tniebergall commented 9 years ago

I think it is still open. I get this error a few minutes ago.

BrocksiNet commented 9 years ago

Still open :-1:

riker09 commented 9 years ago

Still open

samuelecarpene commented 9 years ago

still open. If you look at http://packages.firegento.com/packages.json you can see the includes of this package that brake composer install

{"includes":
{"AWeberCommunications_EmailMarketing.json":
{"sha1":""},"GraphicMailApi.json":
{"sha1":""},"LimeSpot_eCommerce_Intelligence.json":
csdougliss commented 9 years ago

Still an issue here

halk commented 9 years ago

This error disappeared after clearing caches etc., but now connect20 packages do not work. I guess this is related to @daim2k5's recent commit

oleksii-lisovyi commented 9 years ago

+1

BrocksiNet commented 9 years ago

We just skip errors now: <arg line="satis/bin/satis build --skip-errors satis.json web"/>

daim2k5 commented 9 years ago

i need to generate the connect20 packages again, i remove them for the moment. @bjoern-flagbit yes but it doesn't fix the problem ;-)

daim2k5 commented 9 years ago

But for all of you i make this in my spare time so every

i need this now

or

:-1:

think about a moment if you all willing to maintain this project for free and for more then 2 weeks.

BrocksiNet commented 9 years ago

True story ... but when you need to build something ;-) is this a fast solution.

Do we need that required module? And hey thx for the work :+1:

daim2k5 commented 9 years ago

Its not only that module i removed more modules but i still get error so i decided for the moment to start the crawler again

oleksii-lisovyi commented 9 years ago

Thank you. It's working for now. Is it the temporary decision?

daim2k5 commented 9 years ago

I'm working on a solution to bring the connect20 packages back

danemacmillan commented 9 years ago

Ah, right, this also affected the connect20 packages. The work is appreciated @daim2k5 !

azngeek commented 9 years ago

Thanks for your effort @daim2k5 . I appreciate the good work. I will spend some :beers: at the next MeetMagento

daim2k5 commented 9 years ago

Ok we are back in business, connect20 works agains

csdougliss commented 9 years ago

Thank you :+1: