-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
All seems running fine on Kali Linux (Debian 5.19.11-1kali2 (2022-10-10) x86_64 GNU/Linux) but before get the waterfall workingg I get this error:
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/qspectrumanalyzer/plot.py", line 289, in update_plot
self.waterfallImg.scale((data_storage.x[-1] - data_storage.x[0]) / len(data_storage.x), 1)
TypeError: ImageItem.scale() takes no arguments (2 given)
If I can change the function call in line 289 with no parameters then I don't get any error and I think is working well. My simple test:
#self.waterfallImg.scale((data_storage.x[-1] - data_storage.x[0]) / len(data_storage.x), 1) # line 289
self.waterfallImg.scale()
ulrichloose, nmolinski, kalgecin, german and Abdull
Metadata
Metadata
Assignees
Labels
No labels