argilo / secplus

A software implementation of the Security+ system used by garage door openers
GNU General Public License v3.0
235 stars 31 forks source link

Error on opening secplus_rx.grc #1

Closed camswx closed 3 years ago

camswx commented 7 years ago

Error: too many values to unpack

I'm new to GRC and no python wizard - could this simply be an issue with my environment?

argilo commented 7 years ago

First of all, what version of GNU Radio are you using? You must have at least 3.7.9, since the GRC file uses an embedded Python block.

By the way, secplus_rx.py is the compiled version of secplus_rx.grc so you should be able to run that directly (and I imagine it will work even if you have an older version of GNU Radio).

If you still aren't able to get it going, please paste in the entire output so I can have a closer look at what went wrong.

camswx commented 7 years ago

Trying secplus_rx.py (on OS X):

Traceback (most recent call last): File "secplus_rx.py", line 229, in main() File "secplus_rx.py", line 217, in main tb = top_block_cls() File "secplus_rx.py", line 43, in init qtgui.util.check_set_qss() AttributeError: 'module' object has no attribute 'util'

argilo commented 7 years ago

Do you have GNU Radio installed and working? I'm afraid that without that, you won't be able to use secplus.

camswx commented 7 years ago

I do, and it appears to be working. I'll switch to a Linux system with a clean install and try again. Ultimately what I'm trying to do is build a docker container for this to increase accessibility/portability.

argilo commented 3 years ago

I'm closing this, since the issue is very old. If you're still having trouble, please let me know.