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

[purikone.py] Line73 TypeError #1

Open
lloyddunamis opened this issue Jan 4, 2020 · 0 comments
Open

[purikone.py] Line73 TypeError #1

lloyddunamis opened this issue Jan 4, 2020 · 0 comments

Comments

@lloyddunamis
Copy link

Please excuse me, my first time posting a Github issue.

Running the script normally, I run into a TypeError.

  File "purikone.py", line 143, in <module>
    process_awb(awb)
  File "purikone.py", line 82, in process_awb
    lines = execute_get_words(VGMSTREAM_PATH, '-m', awb_path)
  File "purikone.py", line 73, in execute_get_words
    return [line.split(' ') for line in output.split(os.linesep)]
TypeError: a bytes-like object is required, not 'str'

I tried the previous change of the script, but same error output.
I'm in Python 3.7.4.

Meanwhile, thanks to the renamed files to .acb and .awb though, foobar + vgmstream plugin
was able to load those files in the temp folder and listen to the BGMs directly.

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

No branches or pull requests

1 participant