You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi folks,
thxx for this great tool, just a note, facing an issue on kali, first install, no issues but when i run it
sudo ooktools signal record --frequency 433920000 --framecount 60 --destination bell.json
Recording on frequency: 433920000 to /home/nocomp/tools/sdr/ooktools/bell.json
Configuring Radio
[radio] Frequency: 433920000
[radio] MdmModulation: 48
[radio] PktFLEN: 0
[radio] MdmDRate: 38400
[radio] MdmSyncMode: 0
[radio] Lowball: True
For maximum frames, press and release the remote multiple times.
Traceback (most recent call last):
File "/usr/local/bin/ooktools", line 8, in
sys.exit(cli())
File "/usr/lib/python3/dist-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/ooktools/console.py", line 166, in record
signalling.record(**locals())
File "/usr/local/lib/python3.9/dist-packages/ooktools/commands/signalling.py", line 190, in record
for c in xrange(0, framecount):
NameError: name 'xrange' is not defined
===== RESETUP set from recv thread
python3: ../../libusb/os/threads_posix.h:46: usbi_mutex_lock: Assertion `pthread_mutex_lock(mutex) == 0' failed.
zsh: abort sudo ooktools signal record --frequency 433920000 --framecount 60 bell.json
any idea about what can be wrong?
thxx for your support
The text was updated successfully, but these errors were encountered:
hi folks,
thxx for this great tool, just a note, facing an issue on kali, first install, no issues but when i run it
sudo ooktools signal record --frequency 433920000 --framecount 60 --destination bell.json
i get
┌──(nocomp㉿R3dB0x)-[~/tools/sdr/ooktools]
└─$ sudo ooktools signal record --frequency 433920000 --framecount 60 --destination bell.json 130 ⨯
_ _ _
___ | || | ___ | |
| . | . | '| | . | . | | -|
|||,|| ||||___| v1.4
On-off keying tools for your SD-arrrR
https://github.com/leonjza/ooktools
Recording on frequency: 433920000 to /home/nocomp/tools/sdr/ooktools/bell.json
Configuring Radio
[radio] Frequency: 433920000
[radio] MdmModulation: 48
[radio] PktFLEN: 0
[radio] MdmDRate: 38400
[radio] MdmSyncMode: 0
[radio] Lowball: True
For maximum frames, press and release the remote multiple times.
Traceback (most recent call last):
File "/usr/local/bin/ooktools", line 8, in
sys.exit(cli())
File "/usr/lib/python3/dist-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/ooktools/console.py", line 166, in record
signalling.record(**locals())
File "/usr/local/lib/python3.9/dist-packages/ooktools/commands/signalling.py", line 190, in record
for c in xrange(0, framecount):
NameError: name 'xrange' is not defined
===== RESETUP set from recv thread
python3: ../../libusb/os/threads_posix.h:46: usbi_mutex_lock: Assertion `pthread_mutex_lock(mutex) == 0' failed.
zsh: abort sudo ooktools signal record --frequency 433920000 --framecount 60 bell.json
any idea about what can be wrong?
thxx for your support
The text was updated successfully, but these errors were encountered: