You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: