-
Notifications
You must be signed in to change notification settings - Fork 30
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
My cmd says that can't read the config file #15
Comments
Could you please provide more details? What's the full output? |
I know what his issue is: This doesn't happen when exporting vars instead of using the toml file. |
It might be expecting |
It's not working for me either. @CloudyByte any ideas why it's not working? |
Could you please show us your config file? |
|
Mhm that sounds weird and is definitely a bug. I was able to reproduce it though, so not totally bad news. |
This should be fixed in v0.4.1, please try it out when you get a chance. :) |
I got this issue,too. I'm using v0.4.1 currently |
Have you moved the config file to the same place where the binary is? |
Did the fix work for you @nodgear? |
I will be testing right now, had no time to test previously Edit:
file list:
|
Oops I forgot to change the sample config after the patch. |
I open the aoede file on my mac, and then it opens the terminal, and my config.toml is in the release folder. When I execute it, it says: Saving session...completed. I don't know what happened... This is my config file: |
The config is supposed to look like this: DISCORD_TOKEN="Mjk3ODQzNDgzNzgzODU2MjMw.SxDNko.UOdRWlDuz_lFrTOeQWEuzKGBmDFdVTGns3jd4o"
SPOTIFY_USERNAME="mail@example.com"
SPOTIFY_PASSWORD="MySpotifyPassword"
DISCORD_USER_ID=301780655019130880 |
I've tried both ways, it's not working |
Well, can you provide error logs? Please copy paste the example config above and only replace the values in there. Leave the quotes as they are. |
DISCORD_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" (base) jacksight@jacksight-MacBook-Pro ~ % /Users/jacksight/aoede/target/release/aoede ; exit; Saving session...completed. |
So...... What seems to be the problem? |
That looks right to me. Are you able to try passing in via the environment instead? |
same problem :( |
Are you using a mac as well? @Knopfi02 |
No, I'm on windows @CloudyByte |
Are you executing the binary via double-clicking it? If yes, please try opening via command line/powershell. |
No description provided.
The text was updated successfully, but these errors were encountered: