Bug 17184 - ShoutCast only returns errors
: ShoutCast only returns errors
Status: RESOLVED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: API
: MySB
: PC Windows XP
: P1 critical with 1 vote (vote)
: Hotfix
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-27 03:16 UTC by Toby
Modified: 2011-05-25 21:28 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toby 2011-04-27 03:16:46 UTC
All menu results for stations only display error "empty" or "userdata: xxxxx"
Comment 1 Michael Herger 2011-04-27 04:55:12 UTC
Andy - this is what I get for all requests:

API call: http://api.shoutcast.com/genre/primary?f=json&k=xxxxxxxxxxx
{
  statusCode       => 440,
  statusDetailText => "Invalid parameter k",
  statusText       => "Invalid devId",
}

Either they've changed the syntax again, or they disabled our ID?...
Comment 2 Andy Grundman 2011-04-27 08:45:02 UTC
New key rolling out now.
Comment 3 Michael Herger 2011-04-28 02:07:48 UTC
There's still an issue with the Random 100. All I'm getting is this:

API call: http://api.shoutcast.com/station/randomstations?f=json&k=xxxxxxx&limit=100
{
  response => {
    statusCode       => 500,
    statusDetailText => 20022,
    statusText       => "Generic Server Error",
  },
}
Comment 4 Michael Herger 2011-05-25 21:28:47 UTC
Random 100 seems to be working again.