We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am on fresh install debian 9 php 7.x
i try to add the data from the website on the install configuration : https://data.flightairmap.com/data/satellite.tsv.gz
On the log of my front i get this (any idea? ):
[Wed Aug 21 09:14:53.784591 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_type in /var/www/flightairmap/require/class.Satellite.php on line 102, referer: http://192.168.80.147/ [Wed Aug 21 09:14:53.784660 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_name in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/ [Wed Aug 21 09:14:53.784680 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_tle1 in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/ [Wed Aug 21 09:14:53.784697 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_tle2 in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/ [Wed Aug 21 09:14:53.784730 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Fatal error: Uncaught Predict_Exception: Invalid TLE contents in /var/www/flightairmap/require/libs/Predict/Predict/TLE.php:53\nStack trace:\n#0 /var/www/flightairmap/require/class.Satellite.php(103): Predict_TLE->__construct(NULL, NULL, NULL)\n#1 /var/www/flightairmap/live-sat-geojson.php(33): Satellite->position('TIANGONG 1')\n#2 {main}\n thrown in /var/www/flightairmap/require/libs/Predict/Predict/TLE.php on line 53, referer: http://192.168.80.147/
The text was updated successfully, but these errors were encountered:
If you are deselect the default satellite, it is disapear.
Sorry, something went wrong.
No branches or pull requests
Hello,
I am on fresh install debian 9 php 7.x
i try to add the data from the website on the install configuration : https://data.flightairmap.com/data/satellite.tsv.gz
On the log of my front i get this (any idea? ):
[Wed Aug 21 09:14:53.784591 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_type in /var/www/flightairmap/require/class.Satellite.php on line 102, referer: http://192.168.80.147/
[Wed Aug 21 09:14:53.784660 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_name in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/
[Wed Aug 21 09:14:53.784680 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_tle1 in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/
[Wed Aug 21 09:14:53.784697 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Notice: Undefined index: tle_tle2 in /var/www/flightairmap/require/class.Satellite.php on line 103, referer: http://192.168.80.147/
[Wed Aug 21 09:14:53.784730 2019] [:error] [pid 15722] [client 192.168.80.1:52548] PHP Fatal error: Uncaught Predict_Exception: Invalid TLE contents in /var/www/flightairmap/require/libs/Predict/Predict/TLE.php:53\nStack trace:\n#0 /var/www/flightairmap/require/class.Satellite.php(103): Predict_TLE->__construct(NULL, NULL, NULL)\n#1 /var/www/flightairmap/live-sat-geojson.php(33): Satellite->position('TIANGONG 1')\n#2 {main}\n thrown in /var/www/flightairmap/require/libs/Predict/Predict/TLE.php on line 53, referer: http://192.168.80.147/
The text was updated successfully, but these errors were encountered: