TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

Composer Required Package Issue #574

Closed Mac898 closed 8 years ago

Mac898 commented 8 years ago

So, im having a issue with composer. It keeps having http request failed errors for the file ""http://packagist.org/p/illuminate/cookie%243989eaaa6d018ca55f2075677fff25bd2f536f27f80a0937a9e69f87e36c9.json" Trying it in chrome or firefox or opera results in a 404 error. And btw it seems like the bootloader is requiring illuminate/html which is now replaced by larvarel/html.

Background Information: Linux Ubuntu 10.4.2 LTS PHP5, (all things installed) TechnicSolder Latest NGNIX

Arzte commented 8 years ago

I would double check you have the latest composer version.

Mac898 commented 8 years ago

I downloaded composer 0.7 then used composers inbuilt updater. should have latest v

GenPage commented 8 years ago

Are you able to attempt the install again? If so, is there any more information pertaining to the failed package install?

Mac898 commented 8 years ago

Attempting the install again, same issue. And no thats all the error said. Exactly this: ""http://packagist.org/p/illuminate/cookie%243989eaaa6d018ca55f2075677fff25bd2f536f27f80a0937a9e69f87e36c9.json" : HTTP REQUEST FAILED. Thats it. Should i try running it in a debug mode if there is one?

Mac898 commented 8 years ago

Actually, This time it came up with the error "Cannot create cache directory /home/mac.composer/cache/repo/https---packagist.org/, or directory is not writable proceeding without cache

Repeats twice. Same error also occurs Also i got the exact error message now: [Composer\Downloader\TransportException] The "Http://packagist.org/p/illuminate/cookie%%243989eaaa6d018ca55f2075677fff25bd2f536f27f80a0937a9e69f87e36c9.json" file could not be downloaded: failed to open stream http request failed!

Screenshots of both attached capture123

skwerlman commented 8 years ago

Try rerunning as root. That should fix the cache error, though that's not your main issue.

Mac898 commented 8 years ago

Trying that the yellow message was gone, the red message continues: capture

Mac898 commented 8 years ago

This is getting a little old now(30 days) but I really need some help to get this working. My new modpack depends on me getting it working. Thanks in advance -Mac

skwerlman commented 8 years ago

actually, now that i look back at this, it probably has something to do with you using an os that eol'd 4 years ago...

Mac898 commented 8 years ago

Ok i will try updating the OS to the latest ubuntu LTS.

Mac898 commented 8 years ago

Answer: use sudo apt-get upgrade.