let result = await SC.get('/search/tracks', { q: 'فايا يونان', limit: 5 })
error:
ode:18676) UnhandledPromiseRejectionWarning: TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
at new ClientRequest (_http_client.js:148:13)
at Object.request (https.js:314:10)
at RedirectableRequest._performRequest (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\follow-redirects\index.js:169:24)
at new RedirectableRequest (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\follow-redirects\index.js:66:8)
at Object.wrappedProtocol.request (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\follow-redirects\index.js:307:14)
at dispatchHttpRequest (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\axios\lib\adapters\http.js:179:25)
at new Promise (<anonymous>)
at httpAdapter (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\axios\lib\adapters\http.js:21:10)
at dispatchRequest (C:\Users\zeko_\Desktop\music edit souncloud search\node_modules\soundcloud-v2-api\node_modules\axios\lib\core\dispatchRequest.js:52:10)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:18676) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
(node:18676) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code
let result = await SC.get('/search/tracks', { q: 'فايا يونان', limit: 5 })
error: