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

Error when trying to discover the blogger:v3 API #12

Open
Konstantinusz opened this issue Jun 6, 2020 · 1 comment
Open

Error when trying to discover the blogger:v3 API #12

Konstantinusz opened this issue Jun 6, 2020 · 1 comment

Comments

@Konstantinusz
Copy link

When I issue this command: "shoogle show blogger:v3.posts.list"
Then I get an error message:

Traceback (most recent call last):
  File "/usr/bin/shoogle", line 12, in <module>
    sys.exit(shoogle.main(sys.argv[1:]))
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/shoogle.py", line 52, in main
    return run(args)
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/shoogle.py", line 39, in run
    commands.show.run(options)
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/commands/show.py", line 26, in run
    show_methods(service_id, resource_name, method_name, options)
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/commands/show.py", line 79, in show_methods
    show_method(service, methods[search_method_name], options)
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/commands/show.py", line 125, in show_method
    request = get_example_request(minimal_params, schemas, level)
  File "/home/walaki/.local/lib/python3.8/site-packages/shoogle/commands/show.py", line 96, in get_example_request
    description = re.sub("\.\s*$", "", opts["description"].splitlines()[0])
KeyError: 'description'

@davesteele
Copy link
Contributor

I'm getting the same response.

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