You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the above command encounterred error ResourceExhausted
Traceback (most recent call last):
File "/home/tempuser/.local/lib/python3.10/site-packages/readmeai/_agent.py", line 77, in readme_agent
asyncio.run(readme_generator(conf, output_file))
File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/tempuser/.local/lib/python3.10/site-packages/readmeai/_agent.py", line 122, in readme_generator
).build()
File "/home/tempuser/.local/lib/python3.10/site-packages/readmeai/generators/builder.py", line 121, in build
self.md_summaries,
File "/home/tempuser/.local/lib/python3.10/site-packages/readmeai/generators/builder.py", line 65, in md_summaries
summaries = tables.format_code_summaries(
File "/home/tempuser/.local/lib/python3.10/site-packages/readmeai/generators/tables.py", line 58, in format_code_summaries
for summary in code_summaries:
TypeError: 'ResourceExhausted' object is not iterable
How could i resolve this?
The text was updated successfully, but these errors were encountered:
Hi guys,
I'm trying to use readme-ai to generate readme for my local repository with command:
the above command encounterred error ResourceExhausted
How could i resolve this?
The text was updated successfully, but these errors were encountered: