Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: topoldo on September 12, 2020, 11:03:18 AM

Title: Problems with the site of downloading roundcube plugins
Post by: topoldo on September 12, 2020, 11:03:18 AM
Hi all!
Today I went to the roundcube plugins repository to checkit  for  updates of the plugins  I installed beside to those included with the RC official release (1.4.8)
I was there on August, immediately after the latest RC release and I got no problems at all.
On the contray, today,  I tried to update  "jfcherng-roundcube/cloudview" and I also tried to install ex-novo "radialaps/banner-warn".

In both cases I could not complete the operation because it asked me for credential I don't have!
Something is broken with the site?

Herein I reported the log.
Code: [Select]
topoldo@webmail:/var/www/html/roundcube$ php composer.phar require jfcherng-roundcube/cloudview
Do not run Composer as root/super user! See https://getcomposer.org/root for details
    Authentication required (git.kolab.org):
      Username:
      Password:
Failed to update https://git.kola                                               ^C
Installation failed, reverting ./composer.json to its original content.

topoldo@webmail:/var/www/html/roundcube$ php composer.phar require radialaps/banner-warn
    Authentication required (git.kolab.org):
      Username:
      Password:
Failed to update https://git.kola                                               
  [InvalidArgumentException]
  Could not find a matching version of package radialaps/banner-warn. Check the package spelling, your

Any clue?

TIA
Topoldo
Title: Re: Problems with the site of downloading roundcube plugins
Post by: JohnDoh on September 12, 2020, 12:12:42 PM
looks like you have an error in your composr.json file. git.kolab.org was removed in as a source before the 1.4 release. the kolab ldap lib is now available through packagist (as are all current roundcube plugins). you can compare you file with the composer.json-dist shipped with roundcube and check any differences make sense  (eg your third party plugins)
Title: Re: Problems with the site of downloading roundcube plugins
Post by: topoldo on September 22, 2020, 07:58:00 AM
I tried again WITHOUT changing anything on last Saturnday, September 19th and eveything was OK.
So I suspected, there was some temporary issue with the site when I tried and reported the problem on last September 12nd

Regards,
Topoldo