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
I just wanted to play around with the chat-miner, but I ran into the following error. I have the latest version of the module, and I tried to just copy the code in the README.md, but no luck. Could you please take a look at it?
File "...\chatminer\chatparsers.py", line 284, in <lambda>
lambda m: m["text"] if isinstance(m) is dict else m,
^^^^^^^^^^^^^
TypeError: isinstance expected 2 arguments, got 1
EDIT: I am using the TelegramJsonParser
The text was updated successfully, but these errors were encountered:
Hi,
I just wanted to play around with the chat-miner, but I ran into the following error. I have the latest version of the module, and I tried to just copy the code in the README.md, but no luck. Could you please take a look at it?
EDIT: I am using the TelegramJsonParser
The text was updated successfully, but these errors were encountered: