rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

Upgrading to 3.10: TypeError: primitive_connect(): incompatible function arguments. #163

Open jason955 opened 1 year ago

jason955 commented 1 year ago

Currently am attempting to upgrade this library to gnuradio 3.10. After completing a make/install I put together the same graph shown on the initial readme (File -> Throttle -> LoRa_RX) and instead of receiving results I'm getting this error (pic attached): image

In essence it's telling me that a hier_block cannot be connected to anything. I don't believe this is true so something must be configured oddly or it's an issue with 3.10. Anyone?

kenschwarz commented 1 year ago

Any progress or new information on this?