kit-cel/gr-dab

error running dab_transmitter

thomasDOTwtf opened this issue · 0 comments

I've just checked out the repo and built it.

Getting the following error running the dab_transmitter.grc:
`
self.dab_fib_source_b_0 = dab.fib_source_b(1, 1, "ensemble", "servicelabel", "serivcecomp", 1, [2], [14])
TypeError: make() takes exactly 10 arguments (8 given)

screenshot from 2018-09-07 19-30-06
`

Environment:

  • Ubuntu 18.04.1
  • Python 2.7.15rc1
  • GNU Radio Companion 3.7.11
  • Using commit 31da0df

Any ideas why that happens?