Closed holtkamp closed 3 weeks ago
Hi. Thanks for a report, I will check it out next week
Hi,
I have the same problem for:
On Bower I obtain error on search page.
Sorry, there was an error while fetching repositories
So I guess the problem is from Bower than asset-packagist?
The problem is that not all bower packages have the NPM equivalent.
@FlorentTorregrosa thanks for the additional information!
On Bower I obtain error on search page.
Yeah, that error has been there for months. Strange thing: "this" error we describe now, seems to be something of the last weeks... Maybe Bower's API has also shut down by now?
Hi there,
I have the same issue here, on asset-packagist.org is listing bower-asset/jquery 3.7.1 as last version.
But when we check the download page it's only available 3.6.4. It's breaking my Yii update. Can you check it please?
https://asset-packagist.org/package/bower-asset/jquery
Thanks.
Is there any update on this issue?
I had a related issue on this page: https://asset-packagist.org/package/bower-asset/bootstrap
today newest version is v5.3.3 yesterday it was v5.3.0-alpha1
I noticed it after a composer update, which downgraded 5.3.3 to 5.2.3, because 5.3.3 didn't seem to exist anymore.
Seems to be related to the backend process, that fetches version lists. When we render a search page, we fetch data from the Bower/NPM API without any caching, but the packages on the server are pre-fetched with a background worker.
From the links I see in this issue, I understand that it happens sometimes, but now it looks pretty consistent and I don't see anything in logs or monitoring that might give me an idea.
Closing the issue for now
Well, for my example it still applies...
https://asset-packagist.org/package/search?query=datatables.net-buttons-bs&platform=bower%2Cnpm
Both version 3.1.2
Detail pages:
https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases
Might be related to https://github.com/hiqdev/asset-packagist/issues/156
When searching on https://asset-packagist.org for datatables.net-buttons-bs on "any" platform, the URL becomes https://asset-packagist.org/package/search?query=datatables.net-buttons-bs&platform=bower%2Cnpm which shows:
As we can see for both NPM and Bower the most recent version is
2.4.2
.When visiting the detail pages, we can see the following versions:
NPM: 2.4.2 @ https://asset-packagist.org/package/detail?fullname=npm-asset/datatables.net-buttons-bs
Bower: 2.3.5 @ https://asset-packagist.org/package/detail?fullname=bower-asset/datatables.net-buttons-bs
A few weeks ago the Bower variant was still also at
2.4.2
...And when trying to install one of them, for NPM
2.3.6
is installed and for Bower version2.3.5
is installed:NPM
Bower:
What could be the cause of this difference in used versions?
When trying to force composer to download
^2.4
, the following errors are generated:NPM
Bower: