Erlandys / UE4LinuxLauncher

MIT License
85 stars 24 forks source link

Marketplace is empty #18

Open R3D9477 opened 5 years ago

R3D9477 commented 5 years ago

Hi. I'm facing trouble that marketplace is empty. Maybe it is somehow related with messages in the terminal:

UE4LinuxLauncher/Compiled$ ./start.sh
java.net.MalformedURLException: no protocol: /marketplace/en-US/
org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
chunkified commented 5 years ago

Experiencing the same

jcbrockschmidt commented 5 years ago

Same for me. I'm running Ubuntu 18.04.

It appears Epic Games changed their marketplace access protocol. The JSON exception is likely the program attempting to parse the blank packet it expects to be populated.

neutrino-steak commented 4 years ago

This past week, I've been working on fixing the issues with this launcher that were brought on by Epic Games' backend changes. I forked this repository and updated it with the bug fixes I found. The marketplace and login issues should be fixed there.

https://github.com/neutrino-steak/UE4LinuxLauncher

ben-mkiv commented 4 years ago

This past week, I've been working on fixing the issues with this launcher that were brought on by Epic Games' backend changes. I forked this repository and updated it with the bug fixes I found. The marketplace and login issues should be fixed there.

could you please make an pull request to get those fixes to the main project?