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

Getting disk i/o python error after few seconds #224

Open
prashant-wipro opened this issue Jan 10, 2019 · 0 comments
Open

Getting disk i/o python error after few seconds #224

prashant-wipro opened this issue Jan 10, 2019 · 0 comments

Comments

@prashant-wipro
Copy link

@prashant-wipro prashant-wipro commented Jan 10, 2019

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/awsshell/makeindex.py", line 88, in write_doc_index
do_write_doc_index(db, help_command, close_db_on_finish=should_close)
File "/usr/local/lib/python2.7/dist-packages/awsshell/makeindex.py", line 93, in do_write_doc_index
_index_docs(db, help_command)
File "/usr/local/lib/python2.7/dist-packages/awsshell/makeindex.py", line 111, in _index_docs
_index_docs(db, sub_help_command)
File "/usr/local/lib/python2.7/dist-packages/awsshell/makeindex.py", line 110, in _index_docs
db[dotted_name] = text_docs
File "/usr/local/lib/python2.7/dist-packages/awsshell/db.py", line 43, in setitem
{'key': key, 'value': value})
OperationalError: disk I/O error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.