-
まず、こんな素敵なプログラムを作ってくださってありがとうございます。 教えていただいた方法を見てメッセージ抽出には成功しましたが、 現在、抽出されたメッセージ項目を確認した結果、 このエラーについて何かアドバイスをお願いします🙇🏻♂️ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
日本語で返信します。 すみません、返信が遅れました。 以下の項目を確認してください。
|
Beta Was this translation helpful? Give feedback.
-
こんにちは、すみません、私は日本語があまり上手ではないので、英語でお答えします。 |
Beta Was this translation helpful? Give feedback.
こんにちは、すみません、私は日本語があまり上手ではないので、英語でお答えします。
Sorry, I'm not that good at Japanese. I'll reply in English.
I've run into a similar issue here. I don't know if it's caused by my unstable internet connection. Some data from one member was missed after I ran
colmsg --s_refresh_token <token>
. I ran the same command several times after, but that part of data were still missing.I'm not quite sure but I feels like that "colmsg" probably just checks the latest message data that've already been saved and would only save the new data after that, so I just removed the data after the 'break' (for your case, it might be the data after 20201013?) from the folder where I saved the data and ran the same comm…