Skip to content
New issue

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

Data not uploading to Flight Radar #133

Closed
garethprice1977 opened this issue Feb 22, 2023 · 8 comments
Closed

Data not uploading to Flight Radar #133

garethprice1977 opened this issue Feb 22, 2023 · 8 comments

Comments

@garethprice1977
Copy link

I have setup up the docker container as per the instructions and it is tracking planes just fine from readsb, it claims data is being uploaded but nothing is arriving at Flightradar24
image

Sharing key is set fine and I get offline notifications from fr24 when I stop the container, but no aircraft tracking data is uploaded
image

@dziban303
Copy link

Please post your compose file's section for the fr24 feeder and we'll have a look.

@garethprice1977
Copy link
Author

Sure, thanks for taking the time to look. I scrambled the Key but everything else is as is

`# https://github.com/sdr-enthusiasts/docker-flightradar24
version: '2.0'

services:
fr24feed:
image: ghcr.io/sdr-enthusiasts/docker-flightradar24:latest
tty: true
container_name: fr24feed
restart: always
ports:
- 8754:8754
environment:
- BEASTHOST=beasthost
- FR24KEY=57bn5ede8e37bae7`

@aklTN
Copy link

aklTN commented Feb 22, 2023

I'm having the same issue. Log had several remarks about unable to sync time, so I removed the "TZ" line from the container, but that didn't help.

@garethprice1977
Copy link
Author

Thanks @aklTN I didn't have a TZ line so I added one and no difference (worth a try)

This is the tail of my log and it looks like a timeout on the FR24 side

2023-02-24 17:51:55 | [feed][n]syncing stream: timeout
2023-02-24 17:51:10 | [feed][n]syncing stream async: 1
2023-02-24 17:49:39 | [feed][n]syncing stream: timeout
2023-02-24 17:48:53 | [feed][n]syncing stream async: 1
2023-02-24 17:46:30 | [feed][n]syncing stream result: 1
2023-02-24 17:46:29 | [feed][n]ping 1
2023-02-24 17:45:49 | [feed][n]working
2023-02-24 17:45:49 | [feed][n]connected via UDP (fd 23)
2023-02-24 17:45:49 | [feed][n]connecting
2023-02-24 17:45:49 | [feed][n][email protected]:8099/UDP
2023-02-24 17:45:49 | 23-02-24 17:46:50.539 [I][receiver_ac_sender.cpp:36] Network thread connecting to 185.218.24.22:8099 for feed LFBN2
2023-02-24 17:45:49 | 23-02-24 17:46:50.531 [I][crxstats.cpp:588] [stats]Stats thread started
2023-02-24 17:45:49 | 23-02-24 17:46:50.531 [I][receiver_ac_sender.cpp:96] Configured ReceiverACSender: 185.218.24.22:8099,185.218.24.23:8099,185.218.24.24:8099, feed: LFBN2, send_interval: 5s/1s, max age: 15s, send metadata: true, mode: 1, filtering: true
2023-02-24 17:45:49 | 23-02-24 17:46:50.523 [D][receiver_ac_sender.cpp:141] Stop called on non-running network thread for feed
2023-02-24 17:45:49 | 23-02-24 17:46:50.523 [I][receiver_ac_sender.cpp:137] Stopping ReceiverACSender threads for feed

@Kevin10187
Copy link

This has started this evening after I restarted my rig from a memory upgrade. All other sites are working expect FR24. The local webpage shows aircraft with them being "uploaded" - showing no data on the main FR24 website.

@gdelacc
Copy link

gdelacc commented Jul 15, 2023

Same problem here:

[reader][e]Could not connect to tcp:https://beasthost:30005

Checking live tracking with: docker exec -it readsb viewadsb and working fine:
image

Link with fr24 account is perfect:
image

And check container errors:
image

My docker ps:
image

What is wrong?

Thanks in advance!

@kx1t
Copy link
Member

kx1t commented Feb 14, 2024

This looks like a configuration error by the user. Make sure that - BEASTHOST is set to the actual container name of your adsb receiver. If you are using ultrafeeder, then it's probably ultrafeeder. If you are using readsb or readsb-protobuf, it's probably readsb. Etc.

@kx1t kx1t closed this as completed Feb 14, 2024
@chrisbrownie
Copy link

@garethprice1977 did you get this resolved?

I'm seeing the same issue now. Data is getting to the FR24 container ("Aircraft Tracked" and "Aircraft Uploaded" both > 0), but FR24 My Data sharing is showing "Online - No data".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants