UE4LinuxLauncher icon indicating copy to clipboard operation
UE4LinuxLauncher copied to clipboard

Marketplace is empty

Open R3D9477 opened this issue 5 years ago • 4 comments

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]

R3D9477 avatar Aug 22 '19 09:08 R3D9477

Experiencing the same

chunkified avatar Aug 26 '19 19:08 chunkified

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.

jcbrockschmidt avatar Sep 16 '19 23:09 jcbrockschmidt

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

neutrino-steak avatar Oct 29 '19 00:10 neutrino-steak

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?

ben-mkiv avatar Apr 01 '20 23:04 ben-mkiv