dg9vh / MMDVMHost-Dashboard

Dashboard for MMDVMHost (by G4KLX)
Creative Commons Zero v1.0 Universal
60 stars 45 forks source link

problem in displaying calls from dmrids.dat #184

Closed iw5ejm closed 6 years ago

iw5ejm commented 6 years ago

dmrids.dat is correctly downloaded and populated. Dashboard is correctly configured in looking for the right path to the file. The file has the right permission, as the dashboard No sql-lite using.

It doesn't display call, only id number

you can see here: ir5ucm.grvdc.eu:8000

SA7BNT commented 6 years ago

Running fine. No issue. Running latest MMDVM-Dashboard and latest DMRIds.dat 73 SA7BNT

iw5ejm commented 6 years ago

Any suggestions?

Il mer 27 giu 2018, 14:13 SA7BNT notifications@github.com ha scritto:

Running fine. No issue. Running latest MMDVM-Dashboard and latest DMRIds.dat 73 SA7BNT

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dg9vh/MMDVMHost-Dashboard/issues/184#issuecomment-400650033, or mute the thread https://github.com/notifications/unsubscribe-auth/AdRjYHVsvYz8gJ5TZd7DildPmnI5wYtkks5uA3bTgaJpZM4U5cVF .

dg9vh commented 6 years ago

Do you have correctly configured the mmdvm.ini to make MMDVMHost resolving the names?

iw5ejm commented 6 years ago

Tnx! I'll verify asap

73's

2018-06-27 16:38 GMT+02:00 Kim - DG9VH notifications@github.com:

Do you have correctly configured the mmdvm.ini to make MMDVMHost resolving the names?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dg9vh/MMDVMHost-Dashboard/issues/184#issuecomment-400696486, or mute the thread https://github.com/notifications/unsubscribe-auth/AdRjYONTwtNjgGi_AEAa9ocLaxYJmxL8ks5uA5jxgaJpZM4U5cVF .

iw5ejm commented 6 years ago

This is mmdvm.ini, the same path for id file.

[DMR Id Lookup] File=/etc/MMDVM/DMRIDs.dat Time=24

I'missing something HI

Il mer 27 giu 2018, 22:11 nicco88 nicco88@email.it ha scritto:

Tnx! I'll verify asap

73's

2018-06-27 16:38 GMT+02:00 Kim - DG9VH notifications@github.com:

Do you have correctly configured the mmdvm.ini to make MMDVMHost resolving the names?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dg9vh/MMDVMHost-Dashboard/issues/184#issuecomment-400696486, or mute the thread https://github.com/notifications/unsubscribe-auth/AdRjYONTwtNjgGi_AEAa9ocLaxYJmxL8ks5uA5jxgaJpZM4U5cVF .

dg9vh commented 6 years ago

Take a look at the MMDVMHost log and then at your dmrids.dat,if it is filled correctly.

iw5ejm commented 6 years ago

dmrids.dat correctly populated and no issue in the log: I really do not know what to do HI

dg9vh commented 6 years ago

Please post a few lines from your log and your config.php without passwords.

iw5ejm commented 6 years ago

Sorry for being late MMDVM Host log:

I: 2018-07-15 16:04:02.621 DMR Id Lookups
I: 2018-07-15 16:04:02.621     File: /etc/MMDVM/DMRIds.dat
I: 2018-07-15 16:04:02.621     Reload: 24 hours
I: 2018-07-15 16:04:03.049 Loaded 102089 Ids to the DMR callsign lookup table
I: 2018-07-15 16:04:03.050 D-Star RF Parameters
I: 2018-07-15 16:04:03.050 Started the DMR Id lookup reload thread
I: 2018-07-15 16:04:03.050 DMR RF Parameters
I: 2018-07-15 16:04:03.050     Id: 222520
I: 2018-07-15 16:04:03.050     Color Code: 1
I: 2018-07-15 16:04:03.050     Self Only: no
I: 2018-07-15 16:04:03.050     Embedded LC Only: no
I: 2018-07-15 16:04:03.050     Dump Talker Alias Data: yes
I: 2018-07-15 16:04:03.050     Prefixes: 0
I: 2018-07-15 16:04:03.050     Call Hang: 3s
I: 2018-07-15 16:04:03.050     TX Hang: 3s
I: 2018-07-15 16:04:03.050     Mode Hang: 10s

Config.php

date_default_timezone_set('UTC');
define("MMDVMLOGPATH", "/var/log/MMDVM");
define("MMDVMINIPATH", "/etc/MMDVM/");
define("MMDVMINIFILENAME", "MMDVM.ini");
define("MMDVMHOSTPATH", "/opt/MMDVMHost/");
define("DMRIDDATPATH", "/etc/MMDVM/DMRIds.dat");
define("YSFGATEWAYLOGPATH", "");
define("YSFGATEWAYLOGPREFIX", "");
define("YSFGATEWAYINIPATH", "");
define("YSFGATEWAYINIFILENAME", "");
define("YSFHOSTSPATH", "");
define("YSFHOSTSFILENAME", "");
define("DMRGATEWAYLOGPATH", "");
define("DMRGATEWAYLOGPREFIX", "");
define("DMRGATEWAYINIPATH", "");
define("DMRGATEWAYPATH", "");
define("DMRGATEWAYINIFILENAME", "");
define("LINKLOGPATH", "");
define("IRCDDBGATEWAY", "");
define("TIMEZONE", "Europe/Rome");
define("LOCALE", "en_GB");
define("LOGO", "http://www.cisarelba.it/logo.gif");
define("DMRPLUSLOGO", "");
define("BRANDMEISTERLOGO", "");
define("REFRESHAFTER", "60");
define("SHOWCPU", "on");
define("SHOWDISK", "on");
define("SHOWRPTINFO", "on");
define("SHOWDISK", "on");
define("SHOWRPTINFO", "on");
define("SHOWMODES", "on");
define("SHOWLH", "on");
define("SHOWLOCALTX", "on");
define("TEMPERATUREALERT", "on");
define("TEMPERATUREHIGHLEVEL", "50");
define("SWITCHNETWORKUSER", "");
define("SWITCHNETWORKPW", "");
define("ENABLEMANAGEMENT", "on");

define("REBOOTYSFGATEWAY", "");
define("REBOOTMMDVM", "sudo killall MMDVMHost ; sudo /opt/MMDVMHost/MMDVMHost /etc/MMDVM/MMDVM.ini");
define("REBOOTSYS", "sudo reboot");
define("HALTSYS", "sudo shutdown -h now");
define("POWERONLINEPIN", "");
define("POWERONLINESTATE", "");
define("SHOWQRZ", "on");
define("RSSI", "avg");
?>
dg9vh commented 6 years ago

Could you please post a few lines from the end of your logfile?

iw5ejm commented 6 years ago
I: 2018-07-15 16:04:00.498 This software is for use on amateur radio networks only,
I: 2018-07-15 16:04:00.499 it is to be used for educational purposes only. Its use on
I: 2018-07-15 16:04:00.499 commercial networks is strictly prohibited.
I: 2018-07-15 16:04:00.499 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2018-07-15 16:04:00.499 MMDVMHost-20180327 is starting
M: 2018-07-15 16:04:00.499 Built 17:49:26 Apr 28 2018 (GitID #084a26c)
I: 2018-07-15 16:04:00.499 General Parameters
I: 2018-07-15 16:04:00.499     Callsign: IR5UCM
I: 2018-07-15 16:04:00.499     Id: 222520
I: 2018-07-15 16:04:00.499     Duplex: yes
I: 2018-07-15 16:04:00.499     Timeout: 180s
I: 2018-07-15 16:04:00.499     D-Star: enabled
I: 2018-07-15 16:04:00.499     DMR: enabled
I: 2018-07-15 16:04:00.499     YSF: enabled
I: 2018-07-15 16:04:00.499     P25: disabled
I: 2018-07-15 16:04:00.499     NXDN: disabled
I: 2018-07-15 16:04:00.499 Modem Parameters
I: 2018-07-15 16:04:00.499     Port: /dev/ttyACM0
I: 2018-07-15 16:04:00.499     RX Invert: yes
I: 2018-07-15 16:04:00.499     TX Invert: no
I: 2018-07-15 16:04:00.499     PTT Invert: no
I: 2018-07-15 16:04:00.499     TX Delay: 100ms
I: 2018-07-15 16:04:00.499     RX Offset: 50Hz
I: 2018-07-15 16:04:00.499     TX Offset: 0Hz
I: 2018-07-15 16:04:00.500     RX DC Offset: 10
I: 2018-07-15 16:04:00.500     TX DC Offset: 0
I: 2018-07-15 16:04:00.500     RF Level: 100.0%
I: 2018-07-15 16:04:00.500     DMR Delay: 0 (0.0ms)
I: 2018-07-15 16:04:00.500     RF Level: 100.0%
I: 2018-07-15 16:04:00.500     DMR Delay: 0 (0.0ms)
I: 2018-07-15 16:04:00.500     RX Level: 88.0%
I: 2018-07-15 16:04:00.500     CW Id TX Level: 83.0%
I: 2018-07-15 16:04:00.500     D-Star TX Level: 83.0%
I: 2018-07-15 16:04:00.500     DMR TX Level: 83.0%
I: 2018-07-15 16:04:00.500     YSF TX Level: 50.0%
I: 2018-07-15 16:04:00.500     P25 TX Level: 83.0%
I: 2018-07-15 16:04:00.500     NXDN TX Level: 83.0%
I: 2018-07-15 16:04:00.500     RX Frequency: 436575000Hz (436575050Hz)
I: 2018-07-15 16:04:00.500     TX Frequency: 431575000Hz (431575000Hz)
M: 2018-07-15 16:04:00.500 Opening the MMDVM
I: 2018-07-15 16:04:02.550 MMDVM protocol version: 1, description: MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN) (Build: 18:12:59 Apr 28 2018)
I: 2018-07-15 16:04:02.571 Display Parameters
I: 2018-07-15 16:04:02.571     Type: None
I: 2018-07-15 16:04:02.571 DMR Network Parameters
I: 2018-07-15 16:04:02.571     Address: ipsc2.grupporadiofirenze.net
I: 2018-07-15 16:04:02.571     Port: 55555
I: 2018-07-15 16:04:02.571     Local: random
I: 2018-07-15 16:04:02.571     Jitter: 360ms
I: 2018-07-15 16:04:02.571     Slot 1: enabled
I: 2018-07-15 16:04:02.571     Slot 2: enabled
I: 2018-07-15 16:04:02.571     Mode Hang: 3s
I: 2018-07-15 16:04:02.620 Info Parameters
I: 2018-07-15 16:04:02.620     Callsign: IR5UCM
I: 2018-07-15 16:04:02.620     RX Frequency: 436575000Hz
I: 2018-07-15 16:04:02.620     TX Frequency: 431575000Hz
I: 2018-07-15 16:04:02.621     Power: 10W
I: 2018-07-15 16:04:02.621     Latitude: 42.794910deg N
I: 2018-07-15 16:04:02.621     Longitude: 10.390150deg E
I: 2018-07-15 16:04:02.621     Height: 426m
I: 2018-07-15 16:04:02.621     Longitude: 10.390150deg E
I: 2018-07-15 16:04:02.621     Height: 426m
I: 2018-07-15 16:04:02.621     Location: "Elba - Cima di Monte"
I: 2018-07-15 16:04:02.621     Description: "Multi-Mode Repeater"
I: 2018-07-15 16:04:02.621     URL: "www.grvdc.eu"
M: 2018-07-15 16:04:02.621 DMR, Opening DMR Network
I: 2018-07-15 16:04:02.621 CW Id Parameters
I: 2018-07-15 16:04:02.621     Time: 10 mins
I: 2018-07-15 16:04:02.621     Callsign: IR5UCM
I: 2018-07-15 16:04:02.621 RSSI
I: 2018-07-15 16:04:02.621     Mapping File: RSSI.dat
W: 2018-07-15 16:04:02.621 Cannot open the RSSI data file - RSSI.dat
I: 2018-07-15 16:04:02.621 DMR Id Lookups
I: 2018-07-15 16:04:02.621     File: /etc/MMDVM/DMRIds.dat
I: 2018-07-15 16:04:02.621     Reload: 24 hours
I: 2018-07-15 16:04:03.049 Loaded 102089 Ids to the DMR callsign lookup table
I: 2018-07-15 16:04:03.050 D-Star RF Parameters
I: 2018-07-15 16:04:03.050 Started the DMR Id lookup reload thread
I: 2018-07-15 16:04:03.050     Module: B
I: 2018-07-15 16:04:03.050     Self Only: no
I: 2018-07-15 16:04:03.050     Ack Reply: yes
I: 2018-07-15 16:04:03.050     Ack Time: 750ms
I: 2018-07-15 16:04:03.050     Error Reply: yes
I: 2018-07-15 16:04:03.050     Remote Gateway: no
I: 2018-07-15 16:04:03.050     Mode Hang: 10s
I: 2018-07-15 16:04:03.050 DMR RF Parameters
I: 2018-07-15 16:04:03.050     Id: 222520
I: 2018-07-15 16:04:03.050     Color Code: 1
I: 2018-07-15 16:04:03.050     Self Only: no
I: 2018-07-15 16:04:03.050     Embedded LC Only: no
I: 2018-07-15 16:04:03.050     Dump Talker Alias Data: yes
I: 2018-07-15 16:04:03.050     Embedded LC Only: no
I: 2018-07-15 16:04:03.050     Dump Talker Alias Data: yes
I: 2018-07-15 16:04:03.050     Prefixes: 0
I: 2018-07-15 16:04:03.050     Call Hang: 3s
I: 2018-07-15 16:04:03.050     TX Hang: 3s
I: 2018-07-15 16:04:03.050     Mode Hang: 10s
I: 2018-07-15 16:04:03.050 YSF RF Parameters
I: 2018-07-15 16:04:03.050     Low Deviation: no
I: 2018-07-15 16:04:03.050     Remote Gateway: no
I: 2018-07-15 16:04:03.050     Self Only: no
I: 2018-07-15 16:04:03.050     DSQ: no
I: 2018-07-15 16:04:03.050     Mode Hang: 10s
M: 2018-07-15 16:04:03.050 MMDVMHost-20180327 is running
M: 2018-07-15 16:04:06.696 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:04:07.615 Debug: DStarRX: found frame sync in None
E: 2018-07-15 16:04:46.011 No reply from the modem for some time, resetting it
M: 2018-07-15 16:04:46.011 Closing the MMDVM
M: 2018-07-15 16:04:48.031 Opening the MMDVM
I: 2018-07-15 16:04:50.043 MMDVM protocol version: 1, description: MMDVM 20180327 (D-Star/DMR/System Fusion/P25/NXDN) (Build: 18:12:59 Apr 28 2018)
M: 2018-07-15 16:04:50.782 DMR, Logged into the master successfully
M: 2018-07-15 16:04:52.025 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:04:57.770 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:00.719 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:05.591 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:22.543 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:30.513 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:48.845 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:05:54.400 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:06:09.595 DMR Slot 1, received network voice header from IK5DGD to TG 222
M: 2018-07-15 16:06:09.606 Debug: Mode set to DMR
M: 2018-07-15 16:06:10.661 DMR Slot 1, received network end of voice transmission, 0.8 seconds, 7% packet loss, BER: 0.0%
M: 2018-07-15 16:06:09.606 Debug: Mode set to DMR
M: 2018-07-15 16:06:10.661 DMR Slot 1, received network end of voice transmission, 0.8 seconds, 7% packet loss, BER: 0.0%
M: 2018-07-15 16:06:15.615 Debug: Mode set to Idle
M: 2018-07-15 16:06:16.936 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:06:20.457 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:06:28.980 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:06:49.588 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:06:52.079 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:07:17.462 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:07:48.119 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:07:49.577 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:07:59.322 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:08:03.553 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:08:07.415 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:08:33.190 DMR Slot 1, received network voice header from IW2KQB to TG 222
M: 2018-07-15 16:08:33.200 Debug: Mode set to DMR
M: 2018-07-15 16:08:34.179 DMR Slot 1, received network end of voice transmission, 0.8 seconds, 0% packet loss, BER: 0.0%
M: 2018-07-15 16:08:39.164 Debug: Mode set to Idle
M: 2018-07-15 16:08:57.022 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:09:17.058 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:09:21.738 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:09:52.745 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:03.160 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:08.014 DMR Slot 1, received network voice header from IK5DGD to TG 222
M: 2018-07-15 16:10:08.024 Debug: Mode set to DMR
M: 2018-07-15 16:10:09.047 DMR Slot 1, received network end of voice transmission, 0.8 seconds, 0% packet loss, BER: 0.0%
M: 2018-07-15 16:10:13.942 Debug: Mode set to Idle
M: 2018-07-15 16:10:15.088 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:27.924 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:29.253 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:57.332 Debug: DStarRX: found frame sync in None

M: 2018-07-15 16:10:29.253 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:10:57.332 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:06.939 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:19.445 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:25.540 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:33.200 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:44.678 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:46.262 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:48.745 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:11:58.871 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:12:09.697 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:12:17.287 DMR Slot 1, received network voice header from 262549 to TG 1
M: 2018-07-15 16:12:17.298 Debug: Mode set to DMR
M: 2018-07-15 16:12:17.914 DMR Slot 1, received network end of voice transmission, 0.5 seconds, 0% packet loss, BER: 0.0%
M: 2018-07-15 16:12:22.447 DMR Slot 1, received network voice header from 262549 to TG 1
M: 2018-07-15 16:12:23.802 DMR Slot 1, received network end of voice transmission, 1.2 seconds, 0% packet loss, BER: 0.0%
M: 2018-07-15 16:12:28.319 Debug: Mode set to Idle
M: 2018-07-15 16:12:31.658 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:12:42.435 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:12:52.995 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:13:03.184 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:13:06.507 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:13:08.966 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:13:27.604 DMR Slot 2, received network voice header from IK5DGD to TG 2225
M: 2018-07-15 16:13:27.615 Debug: Mode set to DMR
M: 2018-07-15 16:13:29.984 DMR Slot 2, network watchdog has expired, 1.9 seconds, 56% packet loss, BER: 0.0%
M: 2018-07-15 16:13:34.838 Debug: Mode set to Idle
M: 2018-07-15 16:14:06.708 DMR Slot 2, received network voice header from IK5XMK to TG 2225
M: 2018-07-15 16:14:06.719 Debug: Mode set to DMR
M: 2018-07-15 16:14:09.123 DMR Slot 2, received network end of voice transmission, 2.3 seconds, 2% packet loss, BER: 0.0%
M: 2018-07-15 16:14:14.215 Debug: Mode set to Idle
M: 2018-07-15 16:14:09.123 DMR Slot 2, received network end of voice transmission, 2.3 seconds, 2% packet loss, BER: 0.0%
M: 2018-07-15 16:14:14.215 Debug: Mode set to Idle
M: 2018-07-15 16:14:23.367 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:14:52.622 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:11.690 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:17.171 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:32.256 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:37.946 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:38.229 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:44.459 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:51.599 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:15:57.384 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:01.324 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:03.865 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:18.729 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:19.725 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:20.859 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:21.789 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:26.863 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:35.085 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:39.317 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:16:44.248 Debug: Message created with length 75
M: 2018-07-15 16:16:55.791 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:11.214 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:32.060 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:33.363 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:36.918 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:45.790 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:17:50.486 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:18:24.061 Debug: DStarRX: found frame sync in None
M: 2018-07-15 16:18:25.476 DMR Slot 2, received network voice header from IK5XMK to TG 2225
dg9vh commented 6 years ago

On the dashboard it looks like that it's working ok since 2018-07-15 18:00:23 local time. So I think it was an empty DMRIds.dat or something like that...

iw5ejm commented 6 years ago

yes I dowloaded again dmrids.dat from other source, now it's ok Thank you very much for your work!!