derchris
New Member
Hi there,
I have a working RTL-SDR setup with Piaware on a x86_64 Debian 11.
It is providing data for Flightaware, FR24, ADBS-Exchange and Radarbox.
I tried to also add PF, and installed the current deb file, pfclient_5.0.162_amd64.deb
Setup and share code retrieval was working ok so far.
But I never received data.
At the begin it was just constantly restarting:
And then shutsdown after a while.
Now, when trying to run it from CLI for debug, I get this:
Here are the importend bits from the config:
All others can get data from 30005 no problem.
Any idea what could be the problem?
Thanks,
derchris
I have a working RTL-SDR setup with Piaware on a x86_64 Debian 11.
It is providing data for Flightaware, FR24, ADBS-Exchange and Radarbox.
I tried to also add PF, and installed the current deb file, pfclient_5.0.162_amd64.deb
Setup and share code retrieval was working ok so far.
But I never received data.
At the begin it was just constantly restarting:
Code:
2021-09-05 15:47:12.759512 [V] Low-traffic detected, restarting client (this is standard behaviour and is safe to ignore)
2021-09-05 15:47:12.759657 [-] Closed TCP connection: 127.0.0.1:30005
2021-09-05 15:47:12.759680 [-] Client restarted successfully
And then shutsdown after a while.
Now, when trying to run it from CLI for debug, I get this:
Code:
2021-09-06 09:16:47.850396 [V] Invalid AVR packet size: 176
2021-09-06 09:16:47.850491 [V] Invalid AVR packet size: 70
2021-09-06 09:16:47.850530 [V] Attempted to exceed maximum Mode-S AVR-TCP packet buffer size
Here are the importend bits from the config:
Code:
"tcp_address":"127.0.0.1","tcp_port":"30005","select_timeout":"10","data_upload_interval":"10","connection_type":"1","aircraft_timeout":"30","data_format":"4"
All others can get data from 30005 no problem.
Any idea what could be the problem?
Thanks,
derchris