Skip to content

[purikone.py] Line73 TypeError #1

Description

@lloyddunamis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions