Re: GNU Radio (Companion) bug

2021-05-04 Thread Volker Schroer
As 'm just working on the feature/gr-iio branch, I used this branch for testing your grc file. But I think this does not concern grc. I can load your flowgraph and make changes to your sampe_rate_chooser block. Everything works fine. If I disable your dvbtx block and enable OFDM symbol I can

Re: GNU Radio (Companion) bug

2021-05-03 Thread Jeff Long
The error I'm seeing has something to do with gui hints. If no gui hint is give, there is no error. On Mon, May 3, 2021 at 4:42 PM Jeff Long wrote: > Using GNU Radio 3.8.3.0 on Linux, I do not see anything about disconnected > ports. But, there is a rather ugly error message that comes up about

Re: GNU Radio (Companion) bug

2021-05-03 Thread Christophe Seguinot
Hi I made a partial test: removed the osmosdr source (I don't have installed gr-osmoSDR at present)  and replaced it with a dummy.dat file/file source removed the missing block dvbtx_ofdm_sym_acquisition (my be this is your OOT bloc

Re: GNU Radio (Companion) bug

2021-05-03 Thread Jeff Long
Using GNU Radio 3.8.3.0 on Linux, I do not see anything about disconnected ports. But, there is a rather ugly error message that comes up about comparing NoneType vs int. No ideas at the moment. You may also add an issue to https://github.com/gnuradio/gnuradio/issues, where it will be tracked. On