-
Notifications
You must be signed in to change notification settings - Fork 186
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
Stacktrace: Traceback (most recent call last): #65
Comments
Hi @Acetyld, I've pushed an update to correct this error. Please install the latest version: pip install readmeai --upgrade Let me know if you're still facing issues. Thank you. Eli |
Seems to be fixed =)! But.. same prompt now gives: [(PosixPath('yarn.lock'), 'Prompt exceeds max token limit: 12885.'), (PosixPath('.eslintrc.js'), 'HTTPStatus Exception: 401'), (PosixPath('plugins/expo-foreground-actions.js'), 'HTTPStatus Exception: 401'), (PosixPath('example/App.tsx'), 'HTTPStatus Exception: 401'), (PosixPath('example/webpack.config.js'), 'HTTPStatus Exception: 401')] ERROR HTTPStatus Exception: |
@eli64s I am getting the original error with the following command
|
@nachimehta Just pushed an update. Download the latest version using: pip install --upgrade readmeai Ley me know if you face anymore issues! Thank you, |
Hi as title states:
readmeai -o=README.md --repository=https://github.com/Acetyld/expo-foreground-actions
ERROR Exception: list index out of range Stacktrace: Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/readmeai/main.py", line 81, in readme_agent dependencies, file_text = parser.get_dependencies(temp_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/readmeai/core/preprocess.py", line 107, in get_dependencies dependencies = self.get_dependency_file_contents(contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/readmeai/core/preprocess.py", line 64, in get_dependency_file_contents parsed_content = parser(content=content["content"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/readmeai/core/parser.py", line 254, in parse_gradle return [ ^ File "/opt/homebrew/lib/python3.11/site-packages/readmeai/core/parser.py", line 255, in <listcomp> match.split(":")[-2].split(".")[-1] ~~~~~~~~~~~~~~~~^^^^ IndexError: list index out of range
The text was updated successfully, but these errors were encountered: