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

Maintenance: Is this project being maintained? #3

Open
mbana opened this issue Oct 31, 2018 · 0 comments
Open

Maintenance: Is this project being maintained? #3

mbana opened this issue Oct 31, 2018 · 0 comments

Comments

@mbana
Copy link

mbana commented Oct 31, 2018

Trying to run the tool with this Swagger file:

https://github.com/OpenBankingUK/payment-initiation-api-spec/blob/master/dist/v1.1/payment-initiation-swagger.yaml

$ wget https://raw.githubusercontent.com/OpenBankingUK/payment-initiation-api-spec/master/dist/v1.1/payment-initiation-swagger.yaml > petstore.yml
$ docker run -it -v $(pwd):/testdata meqa/tag mqtag -i /testdata/petstore.yml -o /testdata/petstore_meqa.yml
loaded  /testdata/petstore.yml
Traceback (most recent call last):
  File "/usr/local/bin/mqtag", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.6/site-packages/tag.py", line 578, in main
    swagger.gather_words()
  File "/usr/local/lib/python3.6/site-packages/tag.py", line 550, in gather_words
    for name, obj in self.doc['definitions'].items():
  File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/comments.py", line 702, in __getitem__
    return ordereddict.__getitem__(self, key)

It seems to fail.

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