Thom-x / docker-fr24feed-piaware-dump1090

Docker image of dump1090-fa, fr24feed, FlightAware, adsbexchange, Plane Finder, OpenskyNetwork, adsb.fi, ADSBHub and Radarbox.
https://hub.docker.com/r/thomx/fr24feed-piaware
MIT License
251 stars 54 forks source link

[BUG] Panorama not working with flightaware-v4.0 version #35

Closed vistalba closed 3 years ago

vistalba commented 4 years ago

I just tested the new flightware-v4.0 taged docker image and panorama-ring isn't working anymore.

Specifications

Expected Behavior

Show panorama rings on map.

Actual Behavior

Does not show the panorama rings after update to tag flightaware-v4.0.

Steps to Reproduce the Problem

  1. Deploy Docker with panorama ringt -e "PANORAMA_ID=ABCDFE" use tag latest -> working
  2. Deploy Docker with panorama ringt -e "PANORAMA_ID=ABCDFE" use tag flightaware-v4.0 -> not working
Thom-x commented 4 years ago

It's a known bug we need to wait for dump1090 update https://github.com/flightaware/dump1090/pull/82

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Thom-x commented 3 years ago

fixed by #48

vistalba commented 3 years ago

@Thom-x This is still not working for me with version 5.0.

The file upintheair.json is located at /usr/lib/fr24/public_html/ but it doesn't display it in the browser. I saw in the changelog (https://discussions.flightaware.com/t/announcing-piaware-5/74591 )that the file should be at /usr/share/skyaware/html/ but this folder doesn't exist.

Any ideas why this doesn't work for me?

Thom-x commented 3 years ago

The file should be in /usr/lib/fr24/public_html/upintheair.json it is working for me. On this docker image the skyaware folder is copied at /usr/lib/fr24/public_html/

Thom-x commented 3 years ago

Maybe clear the browser cache or directly go to the json location to see if it is here. If you are not mapping the file to the host, maybe the panorama id is not valid anymore.

vistalba commented 3 years ago

Strange... today morning it just works :-/ Sorry. For me it is now okay.