I have gotten this error :
from instadm import InstaDM
File "C:\Users\xxxx\Downloads\instagram-bot-dm-v.0.0.3\instagram-bot-dm-v.0.0.3\instadm.py", line 133
self.__remove_browser_unsupported_banner_if_exists(self, element):
SyntaxError: invalid syntax
I have removed the ":" from "self.__remove_browser_unsupported_banner_if_exists(self, element):". And then I have tried again. But it didn't send a message.
And then I have gotten like this error :
ERROR:root:name 'element' is not defined
ERROR:root:162
PS C:\Users\xxxx\Downloads\instagram-bot-dm-v.0.0.3\instagram-bot-dm-v.0.0.3> [8372:2608:0510/230226.751:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is disabled, ANGLE is
I have removed "self.__remove_browser_unsupported_banner_if_exists(self, element)" this line from typeMessage method. I can send the a message successfully. You have to fix this in the repo.
I have gotten this error :
I have removed the ":" from "self.__remove_browser_unsupported_banner_if_exists(self, element):". And then I have tried again. But it didn't send a message.
And then I have gotten like this error :
I have removed "self.__remove_browser_unsupported_banner_if_exists(self, element)" this line from typeMessage method. I can send the a message successfully. You have to fix this in the repo.