-
Notifications
You must be signed in to change notification settings - Fork 15
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
No upload to pskreporter After a few hours of running #9
Comments
HI, did you use wifi connection? i'll try to reproduce this issue. |
No, connected to 1Gb ethernet. And the device is RPi4.
Kijun Park (박기준)
…________________________________
보낸 사람: lazywalker <[email protected]>
보냄: 2021년 1월 15일 금요일 05:12
받는 사람: lazywalker/DigiSkimmer
참조: Kijun; Author
제목: Re: [lazywalker/DigiSkimmer] No upload to pskreporter After a few hours of running (#9)
HI, did you use wifi connection? i'll try to reproduce this issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIYAR35PJ2IQMEC7TZIFRXLSZ5F2PANCNFSM4WCP7HXQ>.
|
I've apply patches to master, can you try the latest commit to see if this issue can be solved? Thanks |
Moved old files to another directory and installed fresh from git.
Edited settings.py as usual 3 worker and now it is on-line. Let you know after more than 10 hours later or tomorrow.
It will be great if I could monitor non standard frequencies.
Thanks!
Windows 10용 메일<https://go.microsoft.com/fwlink/?LinkId=550986>에서 보냄
보낸 사람: lazywalker<mailto:[email protected]>
보낸 날짜: 2021년 1월 15일 금요일 오전 11:55
받는 사람: lazywalker/DigiSkimmer<mailto:[email protected]>
참조: Kijun<mailto:[email protected]>; Author<mailto:[email protected]>
제목: Re: [lazywalker/DigiSkimmer] No upload to pskreporter After a few hours of running (#9)
I've apply patches to master, can you try the latest commit to see if this issue can be solved?
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIYAR3Z2NITN7YTGIWJZ6YDSZ6VANANCNFSM4WCP7HXQ>.
|
Re-installed, up and running. You may see it working from PSKREPORTER site. Kijun
Windows 10용 메일<https://go.microsoft.com/fwlink/?LinkId=550986>에서 보냄
보낸 사람: lazywalker<mailto:[email protected]>
보낸 날짜: 2021년 1월 15일 금요일 오전 11:55
받는 사람: lazywalker/DigiSkimmer<mailto:[email protected]>
참조: Kijun<mailto:[email protected]>; Author<mailto:[email protected]>
제목: Re: [lazywalker/DigiSkimmer] No upload to pskreporter After a few hours of running (#9)
I've apply patches to master, can you try the latest commit to see if this issue can be solved?
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIYAR3Z2NITN7YTGIWJZ6YDSZ6VANANCNFSM4WCP7HXQ>.
|
Hello!
Look like it is working OK. I just see an unexpected close of the terminal window. Re-booted and running OK.
Just modified settings.py to see the FT4 but getting some errors as shown below.
Regards, Kijun
2021-01-16 15:42:47,644 INFO 1870 [QW-2] [hikijun1] FT8 T154230 DB-17.0 DT0.4 F18.102328 3B8FA JA6OXT PM53 : JA6OXT PM53
2021-01-16 15:42:47,645 INFO 1870 [QW-2] [hikijun1] FT8 T154230 DB-14.0 DT0.4 F18.102441 CQ VK4CUZ QG48 : VK4CUZ QG48
error: unrecognised option: --ft44:[..........]
2021-01-16 15:42:53,162 ERROR 1870 [QW-0] error while parsing wsjt message
Traceback (most recent call last):
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 129, in parse
out = decoder.parse(msg, freq)
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 224, in parse
"timestamp": self.parse_timestamp(msg[0:4], "%H%M"),
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 153, in parse_timestamp
ts = datetime.strptime(instring, dateformat)
File "/usr/lib/python3.7/_strptime.py", line 577, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/python3.7/_strptime.py", line 359, in _strptime
(data_string, format))
ValueError: time data ' Usa' does not match format '%H%M'
2021-01-16 15:42:53,163 ERROR 1870 [QW-0] error while parsing wsjt message
Traceback (most recent call last):
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 129, in parse
out = decoder.parse(msg, freq)
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 224, in parse
"timestamp": self.parse_timestamp(msg[0:4], "%H%M"),
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 153, in parse_timestamp
ts = datetime.strptime(instring, dateformat)
File "/usr/lib/python3.7/_strptime.py", line 577, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/python3.7/_strptime.py", line 359, in _strptime
(data_string, format))
ValueError: time data ' ' does not match format '%H%M'
2021-01-16 15:42:53,164 ERROR 1870 [QW-0] failed to decode job
Traceback (most recent call last):
File "/home/pi/DigiSkimmer/digiskr/base.py", line 55, in run
job.run()
File "/home/pi/DigiSkimmer/digiskr/base.py", line 26, in run
self.decoder.decode(self)
File "/home/pi/DigiSkimmer/digiskr/audio.py", line 76, in decode
self._parser.parse(messages)
File "/home/pi/DigiSkimmer/digiskr/wsjt.py", line 125, in parse
if msg[21] in modes or msg[19] in modes:
IndexError: string index out of range
2021-01-16 15:43:00,100 WARNING 1870 [hikijun1-20|20+] switching to FT8-20m
2021-01-16 15:43:00,155 WARNING 1870 [hikijun1-30|40] switching to FT8-40m
2021-01-16 15:43:01,660 INFO 1870 [QW-0] [hikijun1] FT8 T154245 DB-6.0 DT0.2 F18.100942 9H1ET VK3ZW PG77 : VK3ZW PG77
2021-01-16 15:43:01,660 INFO 1870 [QW-0] [hikijun1] FT8 T154245 DB3.0 DT0.4 F18.101041 JA6OXT R0SBC OO22 : R0SBC OO22
Windows 10용 메일<https://go.microsoft.com/fwlink/?LinkId=550986>에서 보냄
보낸 사람: lazywalker<mailto:[email protected]>
보낸 날짜: 2021년 1월 15일 금요일 오전 11:55
받는 사람: lazywalker/DigiSkimmer<mailto:[email protected]>
참조: Kijun<mailto:[email protected]>; Author<mailto:[email protected]>
제목: Re: [lazywalker/DigiSkimmer] No upload to pskreporter After a few hours of running (#9)
I've apply patches to master, can you try the latest commit to see if this issue can be solved?
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIYAR3Z2NITN7YTGIWJZ6YDSZ6VANANCNFSM4WCP7HXQ>.
|
it seem's your jt9 command doesn't support --ft4 param, would you please run jt9 command manually and post the result?
|
This is my schedule section: and I am looking for manual operation. |
check this line below, should be
|
That, I corrected. I am trying to reinstall newer version of wsjtx |
Uninstalling old wsjt-x stuffs and Fresh installation wsjtx2.2.2 solved the problem. Thanks! |
@lazywalker : I am finalized my set-up with kiwisdr and digiskimmer (with ubuntu) and running fetch.py gives me the ft8 logs messages but I would like to see the complete ft8 messages in wsjt-x but when I open wsjt-x there is not messages output there ? Is there something to set-up to link fetch.py and the gui of wsjt-x ? |
I can confirm that the upload issue has been solved. Running without problem since 3 days. Thank you very much. |
Hi, the digiskimmer was designed to run as a long-run multi-band spotter, we just set and forget it :)
if you want to save all conversation messages(not only the CQ transmissions) during of all operating bands to files, i can add this feature, just submit an new issue, since THIS one is already closed:) But, the digiskimmer and the GUI wsjt-x are totally different processes so there is no way to link and use them together. or, you may want to try https://www.blackcatsystems.com/software/kiwiSdr-sound-client-virtual-audio-device.html, this plugin can map a KiwiSDR channel as a virtual audio device without browser opening. Thanks for any feed back. 73 |
@lazywalker : thanks for your prompt reply and :
|
Hello! I am testing digiskimmer with KiwiSDR.
After a few hours, it is not uploading to pskreporter. When I Ctrl-C to stop, it uploads many thousands at the end, as shown below.
Regards, Kijun/HL3AMO
2021-01-14 22:59:46,655 INFO 1 [QW-1] [hikijun1] FT8 T225915 DB-20.0 DT0.7 F7.074604 K7XB JH1LAH -11 : -
2021-01-14 22:59:46,656 INFO 1 [QW-1] [hikijun1] FT8 T225915 DB-10.0 DT0.5 F7.075500 W9CSX YC9VM -14 : -
2021-01-14 22:59:46,657 INFO 1 [main] KeyboardInterrupt: threads successfully closed
2021-01-14 22:59:50,282 WARNING 1 [psk.uploader-hikijun1] uploading 36185 spots
The text was updated successfully, but these errors were encountered: