-
Notifications
You must be signed in to change notification settings - Fork 75
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
Migration to JDA:v5.0.0-beta #69
base: master
Are you sure you want to change the base?
Conversation
Not sure I did everything exactly right. A migration guide is covered here, but I did most of this in a hurry. https://jda.wiki/introduction/migration-v4-v5/
Would you mind releasing a docker for this? I would love to test it then 👍🏻 |
Hey @Frozen-byte 👋 😄 Please try https://github.com/jocull/ukulele/pkgs/container/ukulele/192687440?tag=jda-5 |
Works perfectly, thank you! Will test it further this week and report back if any odd behavior was noticed. |
…bd83 This fixes upstream issue with lavaplayer for error: "Video returned by YouTube isn't what was requested" See lavalink-devs/lavaplayer#93
The image for this was updated to address new issue #73 (comment) See https://github.com/jocull/ukulele/pkgs/container/ukulele/199356264?tag=jda-5 |
Sadly today it got borked again, look like alphabet getting serious :/ Message:
|
Some of the included libraries in this project have shifted around. I do have an updated branch that was working, but have not used it in a few days. I can attempt to validate and push updates again. |
Hi @Frozen-byte - I've updated the branch and Docker image. You can give the updates a try and see if they make an improvement for you 😃 |
I am sorry for the late testing, was on vacation. |
@jocull I am getting |
There are some upstream PRs I’m trying to monitor for this, but unsure of a solution currently. Thanks for the report, I will update when there’s something more clear 🙏 |
is there something we can help with? I have this problem, too. |
@huntastikus @Frozen-byte the branch and docker image are updated with a newer version. It seems to work for me, but don't know if it will solve your specific issue. Let me know your results please 😄 If this doesn't work, then I believe this upstream work is likely relevant: lavalink-devs/youtube-source#33 |
Back work working again, thanks @jocull ! |
@jocull looks like you have had this PR up since April with no movement. It looks like none of the other PRs have had any movement since early 2022? Have you considered maybe upgrading your fork to a more full featured version? Maybe one with an updated README / Wiki with instructions for bringing up Ukulele with your Docker? |
I am not sure how to apply the upstream work to this package. @kiloforce how did you get it to work? |
|
Since my server is in the banned IP-Range of google, it won't work until lavalink-devs/youtube-source#33 hits this repository I think. Lavalink should provide this fix in the next version, and I will happily test it when it arrives ukulele, too! |
An update is pushed w/ new image to solve some rejections for what seems to be based on old Android client. @Frozen-byte I think I understand what is needed to fix your issue now also but haven't yet made time to fix the issue. I believe it requires sign-in credentials and some manual auth steps. |
I'll post an important update in #77 with where I feel the situation is for this. It's not as straightforward to fix, and there is little consensus upstream on what works and doesn't. |
As requested in #65
I followed the migration guide here https://jda.wiki/introduction/migration-v4-v5/ I hope I did this right 🙂