Max Isom

Results 387 comments of Max Isom

Sorry, but I can't reproduce this. Are you running the latest version? https://user-images.githubusercontent.com/7410405/181125232-5f1818df-cdc3-4982-88a2-36a31839dc83.mov

I would double-check the Discord user ID provided to the bot. Please also try setting the environment variables `RUST_BACKTRACE=1` and `RUST_LOG=librespot` to see if anything useful is logged before it...

I started creating a PR to bump the dependencies, might help with your issue: https://github.com/codetheweb/aoede/pull/17 (still needs some fixes before it'll build).

If you set the `DEBUG` environment variable to `*` (through the same process as the others) it should log whether or not a Spotify session is being created.

It will log it to the same terminal session you started it from. If you don't see anything the environment variables probably aren't getting set correctly.

[librespot doesn't (and won't) support OAuth](https://github.com/librespot-org/librespot/pull/436). Making the credentials optional in the case of using it on your local network seems like a good feature to add though.

I'll keep this open for now and reword it slightly.

Nah, I was just getting started. Let me know if you want any help writing them though.

> Looking at #9, it looks like there is both an ethernetMac and a wifiMac, do you know if those are usually the same value? Since we're checking for support...

> Since we're checking for support for wlan, which I assume is wireless lan, we should probably be using the wifiMac here. Oh, I see what you're saying. My TV...