asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

cant list users in admin endpoint #33

Closed ssteeltm closed 2 months ago

ssteeltm commented 2 months ago

Hello, I'm testing the new admin endpoint, and came to this:

image

ssteeltm commented 2 months ago

solved and working after I made this comment on handlers:

image

HunterXProgrammer commented 2 months ago

I think it's better to not comment out the error handling.

The probelm is during database table creation -

https://github.com/asternic/wuzapi/blob/b3cbcb7f99b1639abf8e8ad7c156ad6d74e10244/main.go#L88

You need to change connected INTEGER, to connected INTEGER default 0,.

Delete the dbdata folder and restart it.