Skip to content

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

Description

@Wintreist

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions