-
Notifications
You must be signed in to change notification settings - Fork 22
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
unexpected keyword argument 'catch_exceptions' #31
Comments
Ubuntu 20.04.5 LTS |
removed catch_exception which started gr-osmosdr but now i'm getting a segmentaion fault:
I'm using an Adalm Pluto SDR and i just found out that it is not supported by gr-osmosdr. Is this correct? Is this causing the issues maybe? |
I can second the original I am observing this issue with a fresh installation of the 64-bit Raspberry Pi OS (Debian 11 based) with Python 3.9.2 and GNU Radio 3.8.2.0 installed through apt. I installed Virgo 3.8.2 through pip. Manually removing catch_exception=... from my local installation did work for me though (no segfault). Just documenting here in case anyone else experiences this issue on a Raspberry Pi as well. |
I just commented out catch_exceptions=True) in line 31 of run_wola.py, and ended the call with a parenthesis, so it just has one argument. Now virgo.observe seems to be working okay. It’s as though the second argument is not valid. I don’t claim to know much about it, and maybe I’m saying the same thing as ewsandor. I think I read ewsandor’s comment, tried it, then forgot I read it. Anyway, I’m using an Intel iMac running Linux Mint based on Ubuntu 20.04, and an rtl-sdr dongle. |
Installed Virgo as per instructions and got the following error when I run virgo.observe:
Followed the example in the instructions.
The text was updated successfully, but these errors were encountered: