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
NoResultError: No results found for "<path>" (Extractor: com.discord-player.attachmentextractor)
Expected behavior
The track should play correctly.
Screenshots
N/A
Please complete the following information:
Node Version: 22.11.0
Discord Player Version: 7.1.0
Discord.js Version: 14.17.3
Operating system: macOS
Additional context
the track works correctly when imported to Audacity, so I assume it's not corrupted
upon inspecting the source code of the attachment extractor, I confirmed that all the checks leading to return this.emptyResponse(); are not being triggered, e.g. the file exists, is actually a file, and its mime type is correctly detected as raw/pcm
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm unable to play a PCM file.
To Reproduce
AttachmentExtractor
is registeredExpected behavior
The track should play correctly.
Screenshots
N/A
Please complete the following information:
Additional context
return this.emptyResponse();
are not being triggered, e.g. the file exists, is actually a file, and its mime type is correctly detected asraw/pcm
The text was updated successfully, but these errors were encountered: