Skip to content
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

Doesn't work on macOS when not installed in the Applications folder #22

Closed
Bond-009 opened this issue May 6, 2017 · 2 comments
Closed

Comments

@Bond-009
Copy link

Bond-009 commented May 6, 2017

Found Discord under /Users/Bond/Documents/Bond/Applications/Discord.app/Contents/MacOS
Traceback (most recent call last):
  File "/usr/local/bin/beautifuldiscord", line 11, in <module>
    load_entry_point('BeautifulDiscord==0.1.0', 'console_scripts', 'beautifuldiscord')()
  File "/usr/local/lib/python3.6/site-packages/beautifuldiscord/app.py", line 126, in main
    os.chdir(discord.resources_path)
FileNotFoundError: [Errno 2] No such file or directory: '/Applications/Discord.app/Contents/Resources'

It finds Discord under /Users/Bond/Documents/Bond/Applications/ and tries to edit it in /Applications/

@Rapptz
Copy link
Collaborator

Rapptz commented May 6, 2017

I think it should be fixed in 77e0f01 let me know if it isn't.

@Bond-009
Copy link
Author

Bond-009 commented May 6, 2017

It still fails.

Found Discord PTB under /Users/Bond/Documents/Bond/Applications/Discord PTB.app/Contents/MacOS
Traceback (most recent call last):
  File "/usr/local/bin/beautifuldiscord", line 11, in <module>
    load_entry_point('BeautifulDiscord==0.1.0', 'console_scripts', 'beautifuldiscord')()
  File "/usr/local/lib/python3.6/site-packages/beautifuldiscord/app.py", line 127, in main
    os.chdir(discord.resources_path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/Bond/Documents/Bond/Applications/Discord PTB.app/Contents/MacOS/../../Resources'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants