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

grgsm_capture problem #643

Open
YevCat opened this issue Mar 31, 2024 · 0 comments
Open

grgsm_capture problem #643

YevCat opened this issue Mar 31, 2024 · 0 comments

Comments

@YevCat
Copy link

YevCat commented Mar 31, 2024

grgsm_capture -a 5 -s 1000000 -g 40 cgs.cfile -T 150

Traceback (most recent call last):
File "/usr/bin/grgsm_capture", line 177, in
tb = gsm_capture(freq=freq,
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/grgsm_capture", line 57, in init
str(gsm.device.get_default_args(device_args)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gnuradio/gsm/device.py", line 53, in get_default_args
devices = get_all_args("nofake")
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gnuradio/gsm/device.py", line 43, in get_all_args
return list(map(lambda dev: dev.to_string(), exclude(get_devices(hint))))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gnuradio/gsm/device.py", line 40, in exclude
return [dev for dev in devices if not match(dev, filters)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gnuradio/gsm/device.py", line 40, in
return [dev for dev in devices if not match(dev, filters)]
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gnuradio/gsm/device.py", line 33, in match
if (k not in dev or dev[k] != v):
^^^^^^^^^^^^
TypeError: argument of type 'osmosdr.osmosdr_python.device_t' is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant