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

Initial setup fails #27

Open
fluffy-critter opened this issue Aug 30, 2021 · 0 comments
Open

Initial setup fails #27

fluffy-critter opened this issue Aug 30, 2021 · 0 comments

Comments

@fluffy-critter
Copy link

When I try running for the first time to generate a config file:

cadet:beesbuzz.biz main$ poetry run feediverse
What is your Mastodon Instance URL? https://plush.city
Do you have your app credentials already? [y/n] n
Ok, I'll need a few things in order to get your access token
app name (e.g. feediverse): 
Traceback (most recent call last):
  File "/Users/fluffy/Library/Caches/pypoetry/virtualenvs/beesbuzz.biz-NFomSJ_p-py3.8/bin/feediverse", line 8, in <module>
    sys.exit(main())
  File "/Users/fluffy/Library/Caches/pypoetry/virtualenvs/beesbuzz.biz-NFomSJ_p-py3.8/lib/python3.8/site-packages/feediverse.py", line 49, in main
    setup(config_file)        
  File "/Users/fluffy/Library/Caches/pypoetry/virtualenvs/beesbuzz.biz-NFomSJ_p-py3.8/lib/python3.8/site-packages/feediverse.py", line 242, in setup
    client_id, client_secret = Mastodon.create_app(
  File "/Users/fluffy/Library/Caches/pypoetry/virtualenvs/beesbuzz.biz-NFomSJ_p-py3.8/lib/python3.8/site-packages/mastodon/Mastodon.py", line 280, in create_app
    return (response['client_id'], response['client_secret'])
KeyError: 'client_id'
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

1 participant