Jamey

  • Newbie
  • Posts: 2
  • Trades: 8
(Resolved) Signin issues
« on April 21st, 2018, 11:20 PM »Last edited on April 23rd, 2018, 04:33 PM
Logging in seems to be malfunctioning lately. I can't log in on a spare computer (though everything I've logged in previously on is fine.) I've referred 2 friends over here to Lestrades in the last few days as well, and unfortunately they're seeing the same issue, even after double checking their steam settings.
Predominantly interested in rpg, metroidvanias, online coop games. Current higher priority games: Tabletop Simulator, Magicka 1 or 2 (multiple keys), Wasteland 2: Director's Cut, Shadowrun: Dragonfall Director's Cut, and Project Highrise.

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 223
Re: Signin issues
« Reply #1, on April 22nd, 2018, 08:15 PM »
Okay this is fixed...
This is due to an internal change at Valve that, when requesting profile information, returned a https URL instead of their traditionally http-powered profile URL. My code wasn't accounting for that, being too restrictive.

Basically, just adding a single question mark fixed it... Oops.

Jamey

  • Newbie
  • Posts: 2
  • Trades: 8
Re: Signin issues
« Reply #2, on April 22nd, 2018, 10:17 PM »
Thanks for the quick fix! I've gotta deal with 3rd party apis in my day job, I know that pain :(
Predominantly interested in rpg, metroidvanias, online coop games. Current higher priority games: Tabletop Simulator, Magicka 1 or 2 (multiple keys), Wasteland 2: Director's Cut, Shadowrun: Dragonfall Director's Cut, and Project Highrise.

[Lestrades.com] Nao 尚

  • I'm Share-Locked
  • Administrator
  • Posts: 1,396
  • Trades: 223
Re: (Resolved) Signin issues
« Reply #3, on April 24th, 2018, 12:17 AM »
Yeah.. Well Lestrade's is chock-full of API communication & scrapers:
- a scraper for some Steam data (wishlist, library...)
- multiple Steam APIs for login, profile info...
- a scraper for the Barter game database
- a mini-scraper for $0 games
- API calls from Steamspy (which AFAIK is MIA these days. I'd have to check. It doesn't return any errors so I'd have to check manually.)
- a scraper for ITAD bundles

And possibly more...
All of these are subject to stop working overnight if some HTML or API details are modified without warning. The goal is simply to be specific enough to target the data I want to retrieve, and vague enough to accomodate for changes.
It's not as fun as it sounds. :P

/u/humpaaa

  • Full Member
  • ▶ ¦ Yep
  • Posts: 190
  • Trades: 10
Re: (Resolved) Signin issues
« Reply #4, on April 24th, 2018, 10:03 PM »
Steamspy was hit hard by the privacy changes on steam, but working on anew algorithm, afaik

[Lestrades.com] Nao 尚

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