Skip to content
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

Closed
hikijun opened this issue Jan 14, 2021 · 15 comments
Closed

No upload to pskreporter After a few hours of running #9

hikijun opened this issue Jan 14, 2021 · 15 comments
Assignees
Labels
bug Something isn't working

Comments

@hikijun
Copy link

hikijun commented Jan 14, 2021

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

@lazywalker
Copy link
Owner

HI, did you use wifi connection? i'll try to reproduce this issue.

@hikijun
Copy link
Author

hikijun commented Jan 14, 2021 via email

@lazywalker
Copy link
Owner

I've apply patches to master, can you try the latest commit to see if this issue can be solved?

Thanks

@hikijun
Copy link
Author

hikijun commented Jan 15, 2021 via email

@hikijun
Copy link
Author

hikijun commented Jan 15, 2021 via email

@lazywalker lazywalker added the bug Something isn't working label Jan 15, 2021
@hikijun
Copy link
Author

hikijun commented Jan 16, 2021 via email

@lazywalker
Copy link
Owner

it seem's your jt9 command doesn't support --ft4 param, would you please run jt9 command manually and post the result?
post your settings(the SCHEDULES section) as well.

error: unrecognised option: --ft44:[..........]

@hikijun
Copy link
Author

hikijun commented Jan 16, 2021

This is my schedule section:
# simple used:
'19:00-08:30': {'hikijun1': ['20|30', 40, '80|160']},
'08:30-15:30': {'hikijun1': ['10|12|15', 17, '20|30']},
'15:30-19:00': {'hikijun1': ['10|12|15|17', '20|20+', '30|40']},

and I am looking for manual operation.

@lazywalker
Copy link
Owner

check this line below, should be '20|20+' or "20|20+", quotation marks should close-up.

'15:30-19:00': {'hikijun1': ['10|12|15|17', '20|20+", '30|40']},

@hikijun
Copy link
Author

hikijun commented Jan 16, 2021

That, I corrected. I am trying to reinstall newer version of wsjtx

@hikijun
Copy link
Author

hikijun commented Jan 16, 2021

Uninstalling old wsjt-x stuffs and Fresh installation wsjtx2.2.2 solved the problem. Thanks!

@lazywalker lazywalker self-assigned this Jan 16, 2021
@xcarcelle
Copy link

@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 ?
Thanks for your great project !

@helioshk
Copy link

I've apply patches to master, can you try the latest commit to see if this issue can be solved?

I can confirm that the upload issue has been solved. Running without problem since 3 days. Thank you very much.

@lazywalker
Copy link
Owner

lazywalker commented Jan 18, 2021

@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 ?
Thanks for your great project !

Hi, the digiskimmer was designed to run as a long-run multi-band spotter, we just set and forget it :)
with these settings you can save spots to files separated by date:

LOG_SPOTS = True
LOG_TO_FILE = True

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.
if you goal is use GUI wsjtx with KiwiSDR, you can open a KiwiSDR browser with wsjt-x, use the audio output from you computer and input it to wsjt-x, you should see the messages output there.

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
Michael

@xcarcelle
Copy link

@lazywalker : thanks for your prompt reply and :

  • wsjt-x : thanks for the clarification and I will try to plug the audio output from kiwisdr to wsjt-x
  • blackcatsystems : i will give a try to this project to map a virtual audio device
  • logs all messages issue : I created this issue Log all conversation messages(not only the CQ transmissions) #10
    Will keep you update and hope to receive more FT8 messages :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants