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

fix(node): stop appending /v3 if done already #42

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

ooliver1
Copy link
Owner

Summary

From Cattosarus on Discord

14.02.2023 13:26:07 | ERROR | An HTTP error occured: {"timestamp":1676373968330,"status":404,"error":"Not Found","message":"Not Found","path":"/v3/v3/loadtracks"} (404)
Traceback (most recent call last):
  File "C:\Users\Cattosarus\Desktop\mafic-bot\cogs\music.py", line 89, in play
    results = await player.fetch_tracks(query)
  File "C:\Users\Cattosarus\AppData\Local\Programs\Python\Python39\lib\site-packages\mafic\player.py", line 457, in fetch_tracks
    return await node.fetch_tracks(query, search_type=raw_type)
  File "C:\Users\Cattosarus\AppData\Local\Programs\Python\Python39\lib\site-packages\mafic\node.py", line 891, in fetch_tracks
    data: TrackLoadingResult = await self.__request(
  File "C:\Users\Cattosarus\AppData\Local\Programs\Python\Python39\lib\site-packages\mafic\node.py", line 854, in __request
    raise HTTPNotFound(text)
mafic.errors.HTTPNotFound: An HTTP error occured: {"timestamp":1676373968330,"status":404,"error":"Not Found","message":"Not Found","path":"/v3/v3/loadtracks"} (404)

Checklist

  • If code changes were made then they have been tested.
  • I have run task lint to format code and my changes.
  • I have run task pyright and fixed the relevant issues.

@ooliver1 ooliver1 added t: bug Type: bug - something isn't working p: high Priority: high - should be worked on as soon as reasonable labels Feb 16, 2023
@ooliver1 ooliver1 enabled auto-merge (squash) February 16, 2023 15:45
@ooliver1 ooliver1 merged commit 00d547c into master Feb 16, 2023
@ooliver1 ooliver1 deleted the fix/path-appending-on-connect branch February 16, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: high Priority: high - should be worked on as soon as reasonable t: bug Type: bug - something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant