-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syntax error after flashing apimote #255
Comments
well, that got sorted out after reflashing to app to apimotev4_202106.hex and reinstalling killerbee, but now when running zstumbler, instead of "debug b'clearing overflow" it now it looks like this - r@server-virtual-machine:~/Attify-Zigbee-Framework-master/firmware$ sudo zbstumbler |
I noticed in the first output you were using python2.7 ... upon reinstall of killerbee are you using python3 ? |
just did and issue persist. if i put the apimote_gf.hex firemware i just get the overflow message. i cannot get any info other than dev/ttyUSB0 when doing zbid ID either, which I suspect is the cause |
can you show output to zbid and zbstumbler with new python version please |
I'm having the same issue, flashed ApiMote v4b board with
Going back to |
Flashed apimote twice as others have. it completed the second time but now when ever I use any zb command I get the following
r@server-virtual-machine:~/Attify-Zigbee-Framework-master/firmware$ zbid
Traceback (most recent call last):
File "/usr/local/bin/zbid", line 4, in
import('pkg_resources').run_script('killerbee==3.0.0b2', 'zbid')
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 1469, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/killerbee-3.0.0b2-py2.7-linux-x86_64.egg/EGG-INFO/scripts/zbid", line 13, in
File "/usr/local/lib/python2.7/dist-packages/killerbee-3.0.0b2-py2.7-linux-x86_64.egg/killerbee/init.py", line 25
def show_dev(vendor: str=None, product: str=None, gps: str=None, include: str=None) -> None:
^
SyntaxError: invalid syntax
was previously getting "debug b'clearing overflow" for all packets picked up by zbstumbler as well.
The text was updated successfully, but these errors were encountered: