koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

Why always throwing error when using WebApi #259

Closed ronjunevaldoz closed 8 years ago

ronjunevaldoz commented 9 years ago

Querying Steam Web API: https://api.steampowered.com/IEconItems_570/GetPlayerItems/v0001/?SteamID=76561198073909133&format=json&key=SECRET

koraktor commented 9 years ago

What error do you get?

ronjunevaldoz commented 9 years ago

the above message was the error message. i believe that the error was thrown because of 30 secs maximum execution? or in the WebAPI class . in the part which "trigger_error was written"

koraktor commented 9 years ago

The "message above" is a URL. Just clicking the URL will fail because of the dummy API key. Using my own API key will give the correct result.

Please include the full error message.

ronjunevaldoz commented 9 years ago

Im using my own API Key. I have tested it using browser by manually browsing it.

koraktor commented 9 years ago

Yes, that's what I assumed. But I can't see the error you get. Please include it in your report or I have to close this issue.

ronjunevaldoz commented 9 years ago

Ok wait. Since i havent used this code for a while . i will try to rerun it again.

koraktor commented 9 years ago

Is this still an issue?

koraktor commented 8 years ago

Closing this due to missing feedback.