koraybilgi
koraybilgi
I'm having the same problem. Any updates on the issue?
I'ts happening on almost every `getX` method. BTW I also tried this with the standard Youtube TV client as well. ```javascript await innertube.getBasicInfo('oAA9nCqNfR4'); await innertube.getChannel('UCUQo7nzH1sXVpzL92VesANw'); await innertube.getGuide(); await innertube.getLibrary(); await...
Hi @LuanRT, thanks for the comment. Unfortunately, #872 doesn’t resolve this issue either. The PR is quite heavy and includes some out-of-context implementations. To be sure, I tested the getHistory...
Ah, now I get it! I need to use the innertube.tv property and implement a getHistory method within that namespace.