We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When movie source we get this error with every extractor
jest ./test/movies/sflix.test.ts
console.log [LinkError: WebAssembly.instantiate(): Import #7 module="wbg" function="__wbindgen_number_get" error: function import requires a callable] err
at SFlix.fetchEpisodeSources (src/providers/movies/sflix.ts:258:15)
FAIL test/movies/sflix.test.ts ✕ returns a filled object of streaming sources (2064 ms)
● returns a filled object of streaming sources
WebAssembly.instantiate(): Import #7 module="wbg" function="__wbindgen_number_get" error: function import requires a callable 257 | } catch (err) { 258 | console.log(err, 'err'); > 259 | throw new Error((err as Error).message); | ^ 260 | } 261 | }; 262 | at SFlix.fetchEpisodeSources (src/providers/movies/sflix.ts:259:13) at async Object.<anonymous> (test/movies/sflix.test.ts:33:26)
Test Suites: 1 failed, 1 total Tests: 1 failed, 1 total Snapshots: 0 total Time: 3.095 s Ran all test suites matching /./test/movies/sflix.test.ts/i.
Should return m3u8
No response
The text was updated successfully, but these errors were encountered:
I also got this bug for the past few days. 😥
Sorry, something went wrong.
Same need help on this one !
No branches or pull requests
Describe the bug
When movie source we get this error with every extractor
Steps to reproduce
console.log
[LinkError: WebAssembly.instantiate(): Import #7 module="wbg" function="__wbindgen_number_get" error: function import requires a callable] err
FAIL test/movies/sflix.test.ts
✕ returns a filled object of streaming sources (2064 ms)
● returns a filled object of streaming sources
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 3.095 s
Ran all test suites matching /./test/movies/sflix.test.ts/i.
Expected behavior
console.log
[LinkError: WebAssembly.instantiate(): Import #7 module="wbg" function="__wbindgen_number_get" error: function import requires a callable] err
FAIL test/movies/sflix.test.ts
✕ returns a filled object of streaming sources (2064 ms)
● returns a filled object of streaming sources
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 3.095 s
Ran all test suites matching /./test/movies/sflix.test.ts/i.
Actual behavior
Should return m3u8
Additional context
No response
The text was updated successfully, but these errors were encountered: