Skip to content
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

TypeError: sequence item 0: expected str instance, bytes found #5

Open
drzraf opened this issue Mar 27, 2022 · 0 comments · May be fixed by #6
Open

TypeError: sequence item 0: expected str instance, bytes found #5

drzraf opened this issue Mar 27, 2022 · 0 comments · May be fixed by #6

Comments

@drzraf
Copy link

drzraf commented Mar 27, 2022

ooktools wave clean --source ~/gqrx_20220327.wav -D test

Total Samples: 39563, Min: -16699, Max: 16701, Mean: 1.0
Cleaning up 39563 data points...
Normalizing values..
Writing output to file: test

Traceback (most recent call last):
[...]
  File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/yug/.local/lib/python3.8/site-packages/ooktools/console.py", line 103, in clean
    converstions.clean_pwm_wave(**locals())
  File "/home/yug/.local/lib/python3.8/site-packages/ooktools/commands/converstions.py", line 75, in clean_pwm_wave
    output_wave.writeframes(''.join(frames))

ooktools v1.4, Python 3.8.10

s1shed added a commit to s1shed/ooktools that referenced this issue Feb 25, 2023
@s1shed s1shed linked a pull request Feb 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant