Closed AZMCode closed 3 years ago
🤔can you send your code here?
In a moment
import { YouTube } from "https://deno.land/x/youtube_sr/mod.ts";
await YouTube.search("Diddly Daddily");
Tested it and the bug persists
@AZMCode hmm weird, tested your code just now and it works fine 🙄
Any troubleshooting I can do to pin this down? Already tried reloading demo cache but no result yet.
@AZMCode hm let me see again, maybe I was running cached version
Just updated deno to check it wasn't a Deno bug.
Thanks, I was running cached version, I will try to fix this asap 😊
Thanks mate
Went through the code a bit, it seems the error is being emitted from line 48 of Utils.ts
It's as if fetch wasn't a function, which is wild.
I sure hope this isn't a skypack bug.
🤔It should work now. (v3.0.3)
It indeed does. Thank you!
👍
Hello! I´m a new user to this library (Which looks amazing btw), and have been trying it on Deno, however it seems when i call the
search
static method, skypack complains like so:The last three lines of the stack are mine, but I believe the rest might need some tweaking. I'll provide feedback on the bug as soon as requested. If any help finding this bug is needed, I'll drop in to the source code to help squash this. Cheerio!