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
Traceback (most recent call last):
File "/Users/*/Desktop/WeChatExport/WeChat_export.py", line 349, in iter_mbdb
for f in next(os_walk(self._root))[1]:
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 483, in
wechat.save_log()
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 435, in save_log
for i, filename, messages, category in self.conversations:
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 398, in iter_conversation
for i, (__, path, mm_db, chats_dbs, contacts_db) in enumerate(self.mmdb):
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 364, in iter_mmdb
for db in self.mbdb:
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/*/Desktop/WeChatExport/WeChat_export.py", line 349, in iter_mbdb
for f in next(os_walk(self._root))[1]:
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 483, in
wechat.save_log()
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 435, in save_log
for i, filename, messages, category in self.conversations:
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 398, in iter_conversation
for i, (__, path, mm_db, chats_dbs, contacts_db) in enumerate(self.mmdb):
File "/Users//Desktop/WeChatExport/WeChat_export.py", line 364, in iter_mmdb
for db in self.mbdb:
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered: