EionRobb / pidgin-opensteamworks

Steam plugin for Pidgin/libpurple
153 stars 5 forks source link

No key= token. #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pidgin fails to login with 'Unknown error', stemming from this:

% curl "api.steampowered.com/ISteamWebUserPresenceOAuth/Logon/v0001" -F 
"access_token=(redacted)"
<html><head><title>Unauthorized</title></head><body><h1>Unauthorized</h1>Access 
is denied. Retrying will not help. Please verify your <pre>key=</pre> 
parameter.</body></html>

Original issue reported on code.google.com by 166...@gmail.com on 3 Aug 2014 at 10:57

GoogleCodeExporter commented 9 years ago
Working here without any 'key='.  The mobile client's also don't send any 
'key='.  Your access_token could have expired?

Original comment by eionrobb on 3 Aug 2014 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by eionrobb on 13 Aug 2014 at 9:23

GoogleCodeExporter commented 9 years ago
So it turns out that the error message is a very deceptive way of saying "the 
access_token has expired" :)

Sorry about that.  Has just been fixed in svn.

Original comment by eionrobb on 18 Nov 2014 at 6:25

patcobrador commented 6 years ago

@GoogleCodeExporter hi. how can I contact you?

I also encountered the same problem.

Goal

What I did so far?

  1. Registered for GCP free trial
  2. Setup a minimal VM instance called test-instance
  3. Clicked Remote Access - SSH
  4. Used SSH/putty - to ping the website w/c was successful
  5. Used SSH/putty - Typed "curl <webapi address">
  6. Encountered below error: "Access is denied. Retrying will not help. Please verify your
    key=
    parameter"

I'm still checking if there is an error with my token number, but outside of this, can it be due to some CA/certificates, etc?

If I use the WebAPI directly in my laptop browser - it gives me the data I need.

Thanks in advance!

Update: I also tried running "curl " through command line in my laptop and it gave the same error.

This might be more of a curl problem than GCP?

EionRobb commented 6 years ago

@Det7 what is GCP and what does it have to do with Steam and why are you posting on a two year old closed issue about it?

patcobrador commented 6 years ago

@EionRobb Google Cloud Platform. Apologies for replying to this, but was really looking into being able to automate CURL calling Steam API for Dota 2.