Re: WD problems


ON5KQ
 

Ok, I did the following:

run:
pip3 uninstall numpy  # remove previously installed version
apt install python3-numpy

There are sometimes issues reported on Raspberry Pi setups when installing using pip3 install (or pip install). These will typically mention:

libf77blas.so.3: cannot open shared object file: No such file or directory

The solution will be to either:

sudo apt-get install libatlas-base-dev

to install the missing libraries expected by the self-compiled NumPy (ATLAS is a possible provider of linear algebra).

Now I tried again... at least WD seem to start on the raspberry without the previous fault message. WD connects the kiwi for just a simple schedule on 80m decode... however... NO UPLOADS at all, NO Decodes either...:

here is the check on uploads at the pi - as with verbosity 1 there was no reaction nor any info at all, I increased verbosity even more
So it seems the new decoder just don't nothing - if it doesn't decode anything the is no upload ...... however the band is full !!
How to switch back to the old decoder ?
--------
pi@ON5KQ-Pi4:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ ~/wsprdaemon/wsprdaemon.sh -d
wsprdaemon.sh Copyright (C) 2020  Robert S. Robinett
This program comes with ABSOLUTELY NO WARRANTY; for details type './wsprdaemon.sh -h'
This is free software, and you are welcome to redistribute it under certain conditions.  execute'./wsprdaemon.sh -h' for details.
wsprdaemon depends heavily upon the 'wsprd' program and other technologies developed by Joe Taylor K1JT and others, to whom we are grateful.
Goto https://physics.princeton.edu/pulsar/K1JT/wsjtx.html to learn more about WSJT-x

Signaling verbosity change to PID 19568 from uploads.pid
pi@ON5KQ-Pi4:~/wsprdaemon/uploads.d/wsprnet.d/spots.d $ tail -f uploads.log
Sat 17 Oct 2020 08:56:40 AM UTC: verbosity_increment() verbosity now = 1
Sat 17 Oct 2020 08:59:20 AM UTC: verbosity_increment() verbosity now = 2
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() checking for spot files to upload in all running jobs directories
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() adding 'ON5KQ_JO10os' to list of CALL_GRIDs to be searched for spot files to upload
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() found 1 CALL_GRIDS to search for uploads: 'ON5KQ_JO10os'
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() adding band '80' to list for call ON5KQ grid JO10os
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() 'ON5KQ_JO10os' reports on bands '80' from jobs 'Vdip1,80'
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() checking running job 'Vdip1,80' spot directory /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() found no spot files in /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:20 AM UTC: upload_to_wsprnet_daemon() sleeping for 10 seconds
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() checking for spot files to upload in all running jobs directories
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() adding 'ON5KQ_JO10os' to list of CALL_GRIDs to be searched for spot files to upload
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() found 1 CALL_GRIDS to search for uploads: 'ON5KQ_JO10os'
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() adding band '80' to list for call ON5KQ grid JO10os
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() 'ON5KQ_JO10os' reports on bands '80' from jobs 'Vdip1,80'
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() checking running job 'Vdip1,80' spot directory /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() found no spot files in /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:30 AM UTC: upload_to_wsprnet_daemon() sleeping for 10 seconds
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() checking for spot files to upload in all running jobs directories
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() adding 'ON5KQ_JO10os' to list of CALL_GRIDs to be searched for spot files to upload
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() found 1 CALL_GRIDS to search for uploads: 'ON5KQ_JO10os'
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() adding band '80' to list for call ON5KQ grid JO10os
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() 'ON5KQ_JO10os' reports on bands '80' from jobs 'Vdip1,80'
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() checking running job 'Vdip1,80' spot directory /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() found no spot files in /home/pi/wsprdaemon/uploads.d/wsprnet.d/spots.d/ON5KQ_JO10os/Vdip1/80
Sat 17 Oct 2020 08:59:40 AM UTC: upload_to_wsprnet_daemon() sleeping for 10 seconds
Sat 17


Join {wsprdaemon@groups.io to automatically receive all group messages.