Hi Sarandis Doulgeris, On 12/02/2020 16.28, sarandis. Doulgeris wrote: > After installing gnuradio 3.8 i saw that the block probe signal does not > have a Block ID parameter so i cant use the probe function. How can i fix > that?
This sounds like this[1] issue, it was fixed for some blocks in commit 0fa281fd73 [2]. A quick solution is to open blocks_probe_signal_x.block.yml and blocks_probe_signal_vx.block.yml and add show_id to the flags. flags: [ show_id, python, cpp ] [1] https://github.com/gnuradio/gnuradio/issues/2235 [2] https://github.com/gnuradio/gnuradio/pull/2568 Thanks for reporting this. Regards, Vasil