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?
[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!
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!
-
- Posts: 2
- Joined: Thu Aug 18, 2022 10:54 am
Re: [SD API Error Code: 6000]
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?
-
- SD Board Member
- Posts: 1689
- Joined: Tue Aug 14, 2007 2:31 pm
- Location: Cedar Hill, TX
- Contact:
Re: [SD API Error Code: 6000]
There was a problem with images on the SD-JSON service.. I haven't heard if it's been resolved yet.
-
- Posts: 1
- Joined: Thu Sep 01, 2022 8:30 am
Re: [SD API Error Code: 6000]
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"
}
}
]
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"
}
}
]