greatscottgadgets / gr-bluetooth

[Archived] A Bluetooth receiver implementation for GNU Radio
GNU General Public License v2.0
202 stars 71 forks source link

Blocks not appearing & AttributeError: 'Block' object has no attribute 'horizontal_label' #5

Closed Strandkrypa closed 3 years ago

Strandkrypa commented 10 years ago

Hi,

I seem to be having issues getting the blocks to work - when I drag any of them into a flow graph it goes blank and I get an error in the console "AttributeError: 'Block' object has no attribute 'horizontal_label'", as well as ""TypeError: sequence item 0: expected string; instance found". Some flow graph errors are present too.

Screenshot

I recompiled GNURadio from scratch and I'm getting the same thing. I don't have issues with any other aspects of GNURadio, just gr-bluetooth. I made sure I ran ldconfig both times.

I'm running GNURadio 3.7.5.1 (using the build-gnuradio script).

dominicgs commented 10 years ago

The GRC blocks are very old and do not represent the current gr-bluetooth blocks. They also appear not to be compatible with modern GRC.

Strandkrypa commented 10 years ago

Ah. Will these be updated in the near future?

dominicgs commented 10 years ago

I doubt that they will be updated in the very near future, although gr-bluetooth is beginning to be used more often, so there should be some maintenance soon.

The work to update them should be fairly straight forward, I'm more that willing to accept a patch if someone wants to do the work.

vaibhav90 commented 9 years ago

Hi,

I am getting following error after cmake. Any advice on how to fix them ?

screenshot from 2015-01-10 02 11 14

dominicgs commented 9 years ago

Hi, it looks like you don't have libbtbb installed. It is now required for gr-bluetooth.

You have also raised this against an unrelated bug. If you have any more problems please raise it as a separate issue.

vaibhav90 commented 9 years ago

Hi, Thanks for the reply. Sorry about posting on an unrelated bug.

anabhu commented 9 years ago

Arre, I haven't found the solution to the same problem... Any help?

straithe commented 3 years ago

@Strandkrypa are you still experiencing this issue?

straithe commented 3 years ago

I'm going to close this as there hasn't been a response in a while, but please re-open this issue or open a new one if you still need assistance.