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

PyOggError: File 'test.ogg' couldn't be opened or doesn't exist. Error code: -132 #104

Open
Wintreist opened this issue Apr 4, 2023 · 2 comments

Comments

@Wintreist
Copy link

hi, I got such an unpleasant error. I don't know what the problem is, so I'll attach what I use:
Jupyter Notebook
Python 3.8
pyogg 0.7
Link to the file: tap (Google Drive)
ogg = pyogg.OpusFile("test.ogg")

---------------------------------------------------------------------------
PyOggError                                Traceback (most recent call last)
<ipython-input-12-77f3863ad760> in <module>
----> 1 ogg = pyogg.OpusFile("test.ogg")

~\anaconda3\lib\site-packages\pyogg\opus_file.py in __init__(self, path)
     17         # Check for errors
     18         if error.value != 0:
---> 19             raise PyOggError(
     20                 ("File '{}' couldn't be opened or doesn't exist. "+
     21                  "Error code: {}").format(path, error.value)

PyOggError: File 'test.ogg' couldn't be opened or doesn't exist. Error code: -132
@iamlanhsi
Copy link

I got the same problem. VLC player plays my opus file perfectly, I don't know what to do.

@djmaze
Copy link

djmaze commented Jan 7, 2024

Exactly the same here.

Python 3.10.13
PyOGG 0.6.9a1
NixOS

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

3 participants