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

Spits out error when trying to open a .ogg file #1

Open
felix920506 opened this issue Jan 25, 2022 · 1 comment
Open

Spits out error when trying to open a .ogg file #1

felix920506 opened this issue Jan 25, 2022 · 1 comment

Comments

@felix920506
Copy link

I installed the dependencies and then ran rake install. Then I tried to open a .ogg file, but it ends with an error. The same file opens just fine if this program is ran from source.
Environment: MacOS 12.1, Apple M1 Pro
Error as follows:
Unable to parse auxesia.ogg: /Library/Developer/CommandLineTools/usr/bin/python3: can't open file '/Library/Ruby/Gems/2.6.0/gems/ogg_album_tagger-0.1.2/lib/ogg_album_tagger/../../bin/ogg-json.py': [Errno 2] No such file or directory
auxesia.ogg does not seems to be a valid ogg file.

@Sigill
Copy link
Owner

Sigill commented Feb 5, 2022

Hum, it looks like I might have forgotten to add bin/ogg-json.py to the spec.files array in ogg_album_tagger.gemspec, which certainly prevents rake install to install that file.
Could you try that?

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

2 participants