You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost, thank you for building this app !
I'm trying to use the Docker Compose Method to launch the bot, but I'm having trouble starting reading the config, and i get this message :
Error: Error { tag: Tag(Default, 2), profile: Some(Profile(Uncased { string: "default" })), metadata: Some(Metadata { name: "environment variable(s)", source: None, provide_location: Some(Location { file: "src/lib/config.rs", line: 25, col: 14 }), interpolater: }), path: ["discord_user_id"], kind: InvalidType(Str("'my-username'"), "u64"), prev: None }
Do you have any idea on how to fix this ? I've tried writing my username with simple quotes, double quotes, and without any quote, but it doesn't seem to work.
Thank you very much and have a nice day !
The text was updated successfully, but these errors were encountered:
i changed my username to a u64 and it worked, the bot is connected to the server, but doesn't follow me in any channel ...
louidupwar
changed the title
path: ["discord_user_id"], kind: InvalidType(Str("'username'"), "u64"), prev: None }
Bot unresponsive, doesn't appear in spotify devices after starting well
Jun 19, 2024
Sorry, is the issue that it doesn't appear in Spotify or that you can cast to it and it doesn't join a voice channel? It should appear as a cast target once you've joined a voice channel.
Hi Everyone,
First and foremost, thank you for building this app !
I'm trying to use the Docker Compose Method to launch the bot, but I'm having trouble starting reading the config, and i get this message :
Error: Error { tag: Tag(Default, 2), profile: Some(Profile(Uncased { string: "default" })), metadata: Some(Metadata { name: "environment variable(s)", source: None, provide_location: Some(Location { file: "src/lib/config.rs", line: 25, col: 14 }), interpolater: }), path: ["discord_user_id"], kind: InvalidType(Str("'my-username'"), "u64"), prev: None }
Do you have any idea on how to fix this ? I've tried writing my username with simple quotes, double quotes, and without any quote, but it doesn't seem to work.
Thank you very much and have a nice day !
The text was updated successfully, but these errors were encountered: