[SD API Error Code: 6000]

Forum rules
Get Help using the Schedules Direct service. NOTE: application issues are probably better resolved via the application's support methods. If you post here, at least include your application name!
Post Reply
mihcox
Posts: 4
Joined: Mon Aug 02, 2021 10:34 pm

[SD API Error Code: 6000]

Post by mihcox »

Upon running my guide2go script which pulls in schedules direct data this morning, the only thing coming back is:

[SD API Error Code: 6000]
(several hundred to a thousand lines)

Any idea what could be the cause?
slaterdave
Posts: 2
Joined: Thu Aug 18, 2022 10:54 am

Re: [SD API Error Code: 6000]

Post by slaterdave »

I'm having the identical problem. All guide data loads up, except I'm unable to retrieve images for programming and I keep throwing hundreds of '6000' errors. Possibly an issue with guide2go/yaml file?
rmeden
SD Board Member
Posts: 1689
Joined: Tue Aug 14, 2007 2:31 pm
Location: Cedar Hill, TX
Contact:

Re: [SD API Error Code: 6000]

Post by rmeden »

There was a problem with images on the SD-JSON service.. I haven't heard if it's been resolved yet.
dhowellowl
Posts: 1
Joined: Thu Sep 01, 2022 8:30 am

Re: [SD API Error Code: 6000]

Post by dhowellowl »

If it helps any of the devs out the API request that is failing is https://json.schedulesdirect.org/201412 ... a/programs
This is the call used for the images that everyone is complaining about. It's always returning(see below) the 6000 error regardless of the programid(s) being passed.

[
{
"programID": "EP000027050081",
"data": {
"response": "INVALID_PROGRAMID",
"code": 6000,
"serverID": "20141201.web",
"message": "Could not find requested programID.",
"datetime": "2022-09-01T15:34:46Z"
}
}
]
Post Reply