projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
474 stars 122 forks source link

rtl_power call failed with return code -2 #840

Closed michaelselfwx closed 6 months ago

michaelselfwx commented 6 months ago

I want to make sure this error code is nothing serious, or anything at all. Sometimes when I quit the code (ctrl+c), I get the following error message... Screenshot 2023-12-29 224203

darksidelemm commented 6 months ago

That's fine - this is because the ctrl-c has probably killed that rtl_power subprocess, resulting in an abnormal return code. Feel free to close the issue if that has answered your questions.

michaelselfwx commented 6 months ago

That's fine - this is because the ctrl-c has probably killed that rtl_power subprocess, resulting in an abnormal return code. Feel free to close the issue if that has answered your questions.

Thanks! Just making sure it is all good, I will close the issue now.