UE4Launcher icon indicating copy to clipboard operation
UE4Launcher copied to clipboard

Vault not update

Open giangdao1402 opened this issue 1 year ago • 4 comments

My vault on website have assets But on ubuntu there is nothing WHAT IS WRONG ?

giangdao1402 avatar Jun 17 '24 15:06 giangdao1402

I think they changed something recently and broke stuff. I'll try to fix it.

nmrugg avatar Jun 17 '24 19:06 nmrugg

I think they changed something recently and broke stuff. I'll try to fix it.

any update?

ylab604 avatar Jul 17 '24 07:07 ylab604

I have the same problem any solution?

sasysand avatar Sep 19 '24 12:09 sasysand

I have looked into this, and it seems the request fails because the user-agent header isn't set. However, even when setting the header, only first request to the vault endpoint succeeds, meaning you can only fetch the first 25 vault items. Clicking the refresh button fetches more, but for that stops working at 31 items, even though the total count is 77.

I have that partial fix in my forked repo. I can make an MR if the maintainers think this is good enough for right now, but I'd like to get a proper fix in. Besides changing query parameters, all request should be the exact same. And the query parameters don't seem to be the problem. I'm out of ideas, so please share if you have any and I'll try them out.

gregoriB avatar Sep 29 '24 14:09 gregoriB