We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this when trying to run predict_scan.py.
predict_scan.py
Traceback (most recent call last): File "predict_scan.py", line 54, in <module> iq_samples = read_samples(sdr, freq) File "predict_scan.py", line 13, in read_samples return sdr.read_samples(sample_rate * 0.25) File "/home/anubis/anaconda3/lib/python3.6/site-packages/rtlsdr/rtlsdr.py", line 407, in read_samples raw_data = self.read_bytes(num_bytes) File "/home/anubis/anaconda3/lib/python3.6/site-packages/rtlsdr/rtlsdr.py", line 391, in read_bytes % (result, num_bytes)) OSError: Error code -8 when reading 1200000 bytes
The text was updated successfully, but these errors were encountered:
This happens under Linux and solved here: #1 (comment)
Sorry, something went wrong.
Fixed and committed
No branches or pull requests
I'm getting this when trying to run
predict_scan.py
.The text was updated successfully, but these errors were encountered: