discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkt_xmt_gr38 SWIG error


From: gnuradio
Subject: pkt_xmt_gr38 SWIG error
Date: Fri, 18 Feb 2022 12:42:25 -0500
User-agent: Roundcube Webmail/1.4.3

First, many thanks to the folks who contributed to the new tutorials; fantastic to see this material out there.

While working with pkt_xmt_gr38, I get this cryptic "Runtime Error." I did find a discussion about a different issue with this script from last November, but this one is different:

handler caught exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gnuradio/gr/gateway.py", line 78, in eval
    try: self._callback(arg)
File "/home/user/Documents/packet_format_gr38.py", line 23, in handle_msg
    inMsg = pmt.to_python (msg)
File "/usr/lib/python3/dist-packages/pmt/pmt_to_python.py", line 126, in pmt_to_python
    return to_python(p)
File "/usr/lib/python3/dist-packages/pmt/pmt_to_python.py", line 57, in pmt_to_dict
    for i in range(pmt.length(items)):
File "/usr/lib/python3/dist-packages/pmt/pmt_swig.py", line 2647, in length
    return _pmt_swig.length(v)
RuntimeError
thread[thread-per-block[12]: <block Packet Format GR38(3)>]: SWIG director method error. Error detected when calling 'feval_p.eval'


Really don't know where to go with just "RuntimeError." I've verified that msg is not empty, but that's about all I can figure to do. Any ideas on what to try next?

Environment is Debian Bullseye gr 3.8.

Best,
Mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]