Has this happened to you?
I have almost nothing in my inventory and just go there once in a while to list a few cards for sale when they drop from games I play. I have seen it a bunch of times in the past and I usually just refresh the page a couple times and it shows up. I don't know if this is the same issue, but it is not inventory size related for me.
Comment has been collapsed.
thanks for the input, i tried clicking Try Again button multiple times and it loads the inventory one request at the time, keep spamming it
Comment has been collapsed.
Been happening to me for a week now. I contributed my displeasure to a forum discussion post recently. Apparently Steam support are aware of the issue, not sure if they are doing anything. One sufferer stated that rebooting steam fixed his problem. Not sure what he means by rebooting. If it means deleting steam and then redownloading it then I don't want to do that at this stage.
A steam friend gave me the tip on being able to check other's inventories works if you initiate a trade. Seems the advanced filter will work in a trade window.
Comment has been collapsed.
the issue happens in browser too, so reinstalling steam is not a valid option
Comment has been collapsed.
Rebooting probably means closing Steam and reopening it. Uninstalling and reinstalling would be overkill and probably wouldn't fix the problem anyway if closing and reopening Steam doesn't fix it.
It kind of sounds like it could be a problem with Steam's servers too, which isn't something anyone but Steam could do anything about.
Comment has been collapsed.
This is a weird one and not universal. My inventory is opening like normal. IDK if it matters, but I shut down my PC every night. :)
I have Win 11, all drivers updated, etc...
Comment has been collapsed.
I get that as well when I use the search bar and there's nothing in my inventory spelled that way. Maybe this is the new prompt that comes up for it, it's only been doing this for about a week and half for me.
Comment has been collapsed.
the cause is by some server side issue that prevents the response from being sent (json response with inventory items)
in your case the whole inventory is loaded if an item does not exist, so inevitably your response will get a big fat null cause the code that request the items asks for 5000, not 2000 (new limit)
a quick fix is clicking try again until the inventory is loaded, the filters will not load
Comment has been collapsed.
Haven't had my steam inventory load properly since sometime in early May. Game-specific inventories still load fine, but it just gives up with my steam inventory most of the time not loading anything at all. Even the "show advanced filters" option no longer works, clicking it just times out and shows a blank space both in chrome and in the Steam client itself.
I hope Valve is fixing this otherwise the summer sale is going to become a nightmare to deal with... been trying to clear out a decade of non-marketable card accumulation on Steamlvlup every few weeks but this is making it nigh impossible.
Comment has been collapsed.
while the filters can't be loaded, spamming try again will eventually load the inventory
Comment has been collapsed.
i doubt you can click on Show advanced filters...
and you wont get any errors
Comment has been collapsed.
Oh is that what you meant? Yeah it's happening then, I didn't use that feature enough to notice xD because my inventory never works as expected anyways. I already have so many bugs that it looks like another normal day on steam. Until recently I couldn't access my trade history at all and steam support legit gave up and said they don't know either, sorry. They had me questioning elite software engineers. It fixed itself after I did another 200 small trades or so to finally push the big batches through onto page 2 of my history which likely was similar to this issue as it was trying to load a page with like 50k items in it and it would crash the page straight up. Nice fix tho.
PS: Just checked, I still can't load the 4th page in my trade history, insta crashes to "This page isnβt working steamcommunity.com is currently unable to handle this request. HTTP ERROR 500". I'm back to questioning elite software engineers. :(
Comment has been collapsed.
happened to me, some trade got malformed data or something
Comment has been collapsed.
17,057 Comments - Last post 26 minutes ago by LoLaPaZoLa
2 Comments - Last post 59 minutes ago by SlavenHarkin
1 Comments - Last post 1 hour ago by IronKnightAquila
439 Comments - Last post 1 hour ago by Dunther
1 Comments - Last post 1 hour ago by Volcanic
14 Comments - Last post 3 hours ago by snbac
10 Comments - Last post 4 hours ago by Felldrizzle
247 Comments - Last post 1 minute ago by Bainsol
20 Comments - Last post 1 minute ago by RePlayBe
45 Comments - Last post 1 minute ago by yugimax
14 Comments - Last post 4 minutes ago by RePlayBe
1,278 Comments - Last post 14 minutes ago by aliihsandikmen
137 Comments - Last post 43 minutes ago by VernoWhitney
130 Comments - Last post 46 minutes ago by vigaristti
I see this error a few times per day lately, it is because the inventory size or steam servers are acting up? Does anyone else has experienced this lately?
Edit: clicking
Try Again
over and over again will slowly load the inventory, so you might want to try thatI found a fix and I'm working on implementing an easy way to apply it.
Current way to do this is to override a script and force the request to be made with 2000 items instead of 5000.
Inventory Fix
This will work only in the browser, but you can try overrides in steam on your own risk https://steamcommunity.com/sharedfiles/filedetails/?id=2206795707
Comment has been collapsed.