joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
728 stars 244 forks source link

Update status message and profile picture when server starts #60

Open ghost opened 8 years ago

ghost commented 8 years ago

In theory, this should work, if I have something wrong, notify me which is my error

abdhan commented 8 years ago

Hi @montemarcaldera , I just tried this and I am getting

'YowsupEchoStack' object has no attribute 'getOwnJid'

I think the module imported is maybe different.

ghost commented 8 years ago

@abdhan Fixed, try now

abdhan commented 8 years ago

This is what I get.

Traceback (most recent call last): File "server.py", line 86, in server = YowsupEchoStack(config.auth) File "server.py", line 41, in init iq = SetPictureIqProtocolEntity(YowInterfaceLayer.getOwnJid(), picturePreview, pictureData) TypeError: unbound method getOwnJid() must be called with YowInterfaceLayer instance as first argument (got nothing instead)

I have no idea what that means.

ghost commented 8 years ago

Uhm... that's weird