aquelemiguel / parrot

🦜 A hassle-free, highly performant, self-hosted Discord music bot with YouTube and Spotify support. Powered by yt-dlp.
MIT License
136 stars 44 forks source link

The bot does not compile #227

Closed rafaeldamasceno closed 1 year ago

rafaeldamasceno commented 1 year ago

📝 Description

Title is pretty self explanatory :)

🪜 Reproduction Steps

  1. Try to run the CI

ℹ Environment / Computer Info

GitHub Actions

📸 Screenshots

https://github.com/rafaeldamasceno/parrot/actions/runs/3765059132/jobs/6400242903

afonsojramos commented 1 year ago

This has to do with the new Rust version most likely. But I am checking the logs on my mobile so I might be wrong.

blimp4242 commented 1 year ago

I'm experiencing the same issue, errors are also the same. Did you find a workaround?

aquelemiguel commented 1 year ago

Hi @rafaeldamasceno @blimp4242, I've looked into this and found it's related with rspotify. I'm pushing a fix in a bit, bumping it to 0.11.6 and fixing the code accordingly, which should make the CI pass.

I am however really confused about how our CI is automatically assuming we're on the latest version of this crate... Could you have a look at what's going on when you have time, @afonsojramos?

aquelemiguel commented 1 year ago

@blimp4242 @rafaeldamasceno Thank you for the patience and inputs. v1.5.1 is out now, which fixes this.