Hey George, did you maybe forget that `consume` is a member of the class, and not just a freestanding name? You'd want to use `self.consume`, not just `consume`.
Best regards Marcus On 02.07.21 22:33, George Edwards wrote: > Hello, > > I am working with Gnuradio 3.8. > > In response to my recent question, I think I found out why my program ran > away in an > infinite loop. It was because I was not consuming the inputs. So at the end > of the loop in > the general_work method when I used all the incoming data, I added the > following line: > consume(0,len(input_items[0]) > Gnuradio seems to have a problem with this and issues an error that the > consume method was > not defined. How can I fix this? > > Thank you! > > Regards, > George > >
smime.p7s
Description: S/MIME Cryptographic Signature
