discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Index Error: output_index < noutputs


From: Vasil Velichkov
Subject: Re: Index Error: output_index < noutputs
Date: Thu, 28 Sep 2023 12:00:04 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

Hi Elmore,

On 28/09/2023 04.58, Elmore Family wrote:
> I moved the Selector code (i.e. set_wave_select(wave_select)) into the 
> portion of my code which runs after the flowgraph is running. I still get the 
> same error.

Where did you moved it? Can you provide the modified source code? 

Are you sure that you are calling set_wave_select() to the correct instance of 
FT8_Receive block, that is actually part of your flowgraph?

Previously you were creating a new instance of FT8_Receive block that was not 
part of any flowgraph and because of this it would never be run, the 
check_topology() would never be called on this specific instance.

Regards,
Vasil



reply via email to

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