Time it takes for ST rep to show on profile

Renegade Master

  • Newbie
  • Posts: 1
  • Trades: 0
Time it takes for ST rep to show on profile
« on January 5th, 2019, 06:11 PM »
Hi all - I'm new here from barter.vg, as I stumbled on your site's beginners guide when I was searching for a guide to barter, lol.

I searched your forums regarding SteamTrades rep, but all I could find is that it is suppose to show on profiles but not how often it gets updated.  So my questions are: How long does it take for LT profiles to show ST rep, and how often does LT get that data from ST?

My barter trade counts showed up right away, but my ST rep still shows 0/0, so I wasn't sure if that takes longer for me to not look like a total trade noob or what.  ;)  Thanks in advance!

Raggart

  • Newbie
  • Posts: 7
  • Trades: 4
Re: Time it takes for ST rep to show on profile
« Reply #1, on January 8th, 2019, 03:52 PM »
As far as I know nothing is transferred *to* SteamTrades, only *from* it. To have a reputation on ST, you need other Steam users to go on the site and give you positive reviews. Which is, in my opinion, a strength of the system.

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 222
Re: Time it takes for ST rep to show on profile
« Reply #2, on January 8th, 2019, 06:22 PM »
I think it's daily.
And there must be a bug. I never check steamtr but they must have changed their code, because I also have 0/0 and I used to have my actual rep in there.

I'll check later. I'm a bit sick so probably not today. Check back with me in a couple days.

nazamout - may be AFK

  • Newbie
  • Posts: 2
  • Trades: 0
Ohai! Already have a huge backlog and not a real collector so I guess we could say I'm quite selective. I try to send fair offers & expect people to do the same.

I am not a reseller/retrader. 

EN / FR / LolSpeak

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 222
Re: Time it takes for ST rep to show on profile
« Reply #4, on May 12th, 2019, 11:34 PM »
Okay, I double-checked (which I forgot to do the last time), and it looks like SteamTrades now returns a gzipped page, so I'm now decoding it before parsing the data.
Fixed, then. Just give it 24 hours to update -- it'll be automatically updated every day for everyone.

klikzg

  • Newbie
  • Posts: 3
  • Trades: 5

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 222

klikzg

  • Newbie
  • Posts: 3
  • Trades: 5

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 222
Re: Time it takes for ST rep to show on profile
« Reply #9, on July 5th, 2019, 05:07 PM »
Fixed the problem again.
As I suspected, the site page no longer needs to be decompressed after loading it. Instead of removing my code, I added some extra code to determine whether the page is decompressed or not, this should be enough to make it work every time. :)