-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS5 support? #11
Comments
As the Store works the same way on the ps4 as on the ps5 I assume it must be working. There are a couple binary files that needs to be initiated though the app that will be served to the hb-store to work properly. I think the issue relies on the different store.prx file that the ps5 needs and the code does only serve the ps4 one. The fix for this would be to implement a custom route to serve the store.prx file, too. |
@jasii I just did a pre-release for ps5 support which should work. |
I'll give it a shot tonight and get back to you. Thank you |
1.4.1 is working on PS5 HB Store! Thank you so much Also I made a dockerfile, well, ChatGPT did and I got an image up on my docker hub. The image is massive, I'm going to try to shrink it down as it's running on Ubuntu 22 base right now. It's working, but you need to go into the console first and run the download-bin command. jojojoseph/hb-store-cdn-cli-server:1.4.1 |
Thanks for the reply. Glad it works on ps5 seemslely. If you setup your docker file accordingly you can have the binary working out of the box without running the exec command. If you run the binary with the |
Trying to get this working on the PS5 with the latest HB Store from pkg-zone.com
I got it running in a docker container, but I'm getting "Update has FAILED" within HB Store app after changing the IP to my server IP
Here's the error in the loader logs
Here's the relevant store_api logs
I'm getting a 404 on http://192.168.1.20:6449/update/store.prx
Am I missing the store.prx file?
I have all the latest downloaded bin files from the cli script, specifically the files here https://github.com/LightningMods/PS4-Store/releases
I even tried extracting the PS5_Update_files.zip and placed that in a folder called update with in the /app/bin folder
The text was updated successfully, but these errors were encountered: