humiaozuzu / wechat-explorer

微信聊天记录导出、分析工具
498 stars 106 forks source link

unable to open database file #7

Open dieterligy opened 8 years ago

dieterligy commented 8 years ago

sqlite3.OperationalError: unable to open database file

thisiscam commented 8 years ago

Maybe all you need is to replace "user_id" with your wechat user name, also got confused when I saw that error

dieterligy commented 8 years ago

Actually I did replace that with my wechat id:(

On 17 May 2016, at 3:13 PM, Cambridge notifications@github.com wrote:

Maybe all you need is to replace "user_id" with your wechat user name, also got confused when I saw that error

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/humiaozuzu/wechat-explorer/issues/7#issuecomment-219637451

Friday21 commented 8 years ago

可以尝试把wechat.py 中的self.user_hash = self.user_hash = id_to_digest(user_id) 改成self.user_hash = user_id, 输入时 user_id就是Documents文件夹下某个文件夹的名字,是一长串

yumoxu commented 7 years ago

Neither user id nor user name works on my data... Anybody got any ideas?