Announcement

Collapse
No announcement yet.

Could not connect to LocalHost

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Could not connect to LocalHost

    Recently installed an fr24 feed to my PiAware system, all seems to be working fine, data shows up on FR24 web page statistics.

    Wee bit puzzled as to fr24feed.log entries as follows;

    Code:
    2019-08-07 10:57:39 | [httpd][i]Server started, listening on 0.0.0.0:8754
    2019-08-07 10:57:39 | [reader][e]Could not connect to tcp://localhost:30005
    2019-08-07 10:57:40 | [time][i]Synchronizing time via NTP
    2019-08-07 10:57:44 | [reader][i]Connecting to DVBT-TCP-BEAST-RAW receiver via (tcp://localhost:30005)
    2019-08-07 10:57:44 | [reader][e]Could not connect to tcp://localhost:30005
    The last two lines are repeated several times, not sure how important (or not) these lines are but the netstat command shows my machine as listening on port 30005

    Geoff

  • #2
    receiver-type should be beast-tcp in /etc/fr24feed.ini

    Should look like this:

    Code:
    receiver="beast-tcp"
    fr24key="xxxxxxxxxxxxxxxx"
    host="127.0.0.1:30005"
    bs="no"
    raw="no"
    logmode="1"
    logpath="/var/log/fr24feed"
    mlat="yes"
    mlat-without-gps="yes"

    Comment

    Working...
    X