flightdata icon indicating copy to clipboard operation
flightdata copied to clipboard

URL error

Open reevery opened this issue 10 years ago • 3 comments

Hi, I've been using this but now the URL doesn't appear to work, it reports a table missing: "Table 'radar.snapshots' doesn't exist" Do you have any idea how to fix?

reevery avatar Feb 09 '15 13:02 reevery

Hi,

Can you post the full error log? I'm not sure what's causing that.

roger- avatar Feb 09 '15 15:02 roger-

No, but in the code line 19 is URL_JSON_HISTORICAL = 'http://db.flightradar24.com/playback/%Y%m%d/%H%M00.js'

If you encode that and call it from a browser, the page isn't served. If you change the server to eg db8, there isn't any data any longer. http://db8.flightradar24.com/playback/20150211/110000.js

reevery avatar Feb 11 '15 11:02 reevery

Looks like the feel URL/format changed -- it's now a page like this.

I'll have to modify this library sometime.

roger- avatar Feb 11 '15 20:02 roger-