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

I ma getting an error converting v2 collection to MD #12

Open
bjrshussain opened this issue Apr 25, 2023 · 1 comment
Open

I ma getting an error converting v2 collection to MD #12

bjrshussain opened this issue Apr 25, 2023 · 1 comment

Comments

@bjrshussain
Copy link

Traceback (most recent call last):
File "/usr/local/bin/postdown", line 8, in
sys.exit(execute())
File "/home/bjrshussain/.local/lib/python3.10/site-packages/postdown/cmdline.py", line 14, in execute
parse(in_file, out_file)
File "/home/bjrshussain/.local/lib/python3.10/site-packages/postdown/parser.py", line 28, in parse
request = api['request']
KeyError: 'request'

@alimi-ajibade
Copy link

It seems there's a version discrepancy between the package downloaded via pip and the code available on GitHub. To resolve this, you can follow these steps: First, install the package. Then, download the code from GitHub. Next, replace the 'postdown' folder in the package with the one you downloaded from GitHub. After completing these steps, try the conversion process again.

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