Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Uncaught TypeError: axios_cookiejar_support_1.default is not a function at new TikTokAPI #192

Closed
vkudymov opened this issue Nov 18, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@vkudymov
Copy link

At startup
const signURL = async (url, ts, deviceId) => {
const as = 'anti-spam parameter 1';
const cp = 'anti-spam parameter 2'
const mas = 'anti-spam parameter 3';
return $ {url} & as = $ {as} & cp = $ {cp} & mas = $ {mas};
}
const params = getRequestParams ({
device_id: '<device_id>',
fp: '<device_fingerprint>',
iid: '<install_id>',
openudid: '<device_open_udid>',
});

 const api = new TikTokAPI (params, {signURL});

An error
Uncaught TypeError: axios_cookiejar_support_1.default is not a function at new TikTokAPI

How can you win?

Additional context
Add any other context about the problem here.

@szdc szdc added the wontfix This will not be worked on label Sep 1, 2021
@szdc
Copy link
Owner

szdc commented Sep 1, 2021

Closing as this project is no longer maintained.

@szdc szdc closed this as completed Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants