We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 519a14f + 5fcfc73 commit f1609f7Copy full SHA for f1609f7
pomice/pool.py
@@ -733,7 +733,7 @@ async def get_tracks(
733
)
734
735
elif load_type in ("LOAD_FAILED", "error"):
736
- exception = data["exception"]
+ exception = data["data"] if self._version.major >= 4 else data["exception"]
737
raise TrackLoadError(
738
f"{exception['message']} [{exception['severity']}]",
739
0 commit comments