Open zaptrem opened 2 years ago
I was getting the same error when using webpack.
I changed import TikTokApi from 'tiktok-web-api'
to import * as TikTokApi from 'tiktok-web-api'
and seemed to fix.
Note I am using the tiktok-web-api
package rather than tiktok-scraper
.
I have the same problem what we can do
Failed to like video by : Cannot read property 'signURL' of undefined
Describe the bug
I get the following error whenever I call getUserProfileInfo() (my code uses 'ford' as an example username)
To Reproduce Steps to reproduce the behavior: