repman icon indicating copy to clipboard operation
repman copied to clipboard

proxy:sync-releases: Unable to parse RSS feed

Open Sevyls opened this issue 7 months ago • 1 comments

bin/console repman:proxy:sync-releases
13:49:26 CRITICAL  [console] Error thrown while running command "repman:proxy:sync-releases". Message: "Unable to parse RSS feed" ["exception" => RuntimeException { …},"command" => "repman:proxy:sync-releases","message" => "Unable to parse RSS feed"]

In ProxySyncReleasesCommand.php line 114:
                            
  Unable to parse RSS feed  
                            

repman:proxy:sync-releases

packagist proxy seems not to work any more

Sevyls avatar Jun 20 '25 13:06 Sevyls

possible temp fix:

sed -i "s|@simplexml_load_string((string) stream_get_contents(\$stream))|@simplexml_load_string(file_get_contents(\"https://packagist.org/feeds/releases.rss\"))|" /app/src/Command/ProxySyncReleasesCommand.php && bin/console repman:proxy:sync-releases

eufebius avatar Jul 30 '25 13:07 eufebius