Open asmfreak opened 7 years ago
Hmm, thanks. Will investigate. I suspect I'm poorly handling the various item types quests can have. Will take a look.
More errors. Maybe it is a python3.6 thing?
habitica status
Traceback (most recent call last):
File "/usr/bin/habitica", line 13, in <module>
habitica.cli()
File "/usr/lib/python3.6/site-packages/habitica/core.py", line 335, in cli
quest_title=str(quest_title))
File "/usr/lib/python3.6/site-packages/habitica/core.py", line 115, in update_quest_cache
cache.write(f)
File "/usr/lib/python3.6/configparser.py", line 916, in write
self._defaults.items(), d)
File "/usr/lib/python3.6/configparser.py", line 923, in _write_section
fp.write("[{}]\n".format(section_name))
TypeError: a bytes-like object is required, not 'str'
@ASMfreaK for the latter, there's a pull request already: https://github.com/philadams/habitica/pull/36
The error is: