DirectDemod icon indicating copy to clipboard operation
DirectDemod copied to clipboard

Error: Too many indices for array

Open Blobtoe opened this issue 5 years ago • 0 comments

I'm getting an error when running trying to decode noaa signals with this command: main.py -c 137000000 -f 137100000 -d noaa "audio.wav"

I believe the error comes from line 623 in decode_noaa.py

Here is the output on the console:

INFO     Offset for this frequency was determined to be 100000.000000 Hz
INFO     Decoding NOAA data
INFO     Beginning FM demodulation to get audio in chunks
INFO     Processing chunk 1 of 1 chunks
ERROR    An error occured during decoding of frequency 1 of 1 frequencies
ERROR    The error is: too many indices for array```

Blobtoe avatar May 04 '20 21:05 Blobtoe