-
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Inde…
-
-
**History check**
Yes
**Describe the bug**
When starting a youtube video on Android 12, a certificate error is returned.
It's fixed through changing the the httpclient. That's just a side is…
-
It will crash if u try to use the url player
-
### Version
1.12.2
### Platform
windows 11
### Steps to reproduce
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
at System.Net.Http.Htt…
-
### Version
6.3.16
### Platform
.NET 6.0.423/Windows 11
### Steps to reproduce
```C#
using YoutubeExplode;
using YoutubeExplode.Videos.Streams;
var yt=new YoutubeClient();
var url…
-
### Version
v2.3.1
### Platform
Android
### Steps to reproduce
Fetch a channel which is having an upcoming or premiering video
### Details
Check the log below:
```
[log] onE…
-
**Describe the bug**
getting 403 error after using the android client in muxed
**To Reproduce**
Include the code which doesn't work in the code markdown..
```dart
```
**Stacktrace**
(https:…
-
### Version
6.4.1
### Platform
.NET 8 / Windows 11
### Steps to reproduce
```
YoutubeClient client = new();
VideoId id = new("udfEVj4a9to");
var captions = (await client.Videos.ClosedCaptions.…
-
When I run the code on an Android device, it returns 403 (Forbidden).
The code snippet works fine on Windows.