Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------5/5/2017 3:53:17 AM UTC--------------------
- System.Net.WebException: Error: TrustFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
- at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00037] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x00032] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x0004b] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- --- End of inner exception stack trace ---
- at System.Net.WebClient.DownloadDataInternal (System.Uri address, System.Net.WebRequest& request) [0x00072] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.Uri address) [0x00020] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.String address) [0x00016] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadString (string)
- at YoutubeExtractor.HttpHelper.DownloadString (System.String url) [0x00011] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.LoadJson (System.String url) [0x00000] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls (System.String videoUrl, System.Boolean decryptSignature) [0x000b2] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at SLAM.YTImport.DownloadWorker_DoWork (System.Object sender, System.ComponentModel.DoWorkEventArgs e) [0x0000b] in <bfa56eec38d342bfb3a52d1d8bfb41f4>:0
- --------------------5/5/2017 3:59:12 AM UTC--------------------
- System.Net.WebException: Error: TrustFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
- at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00037] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x00032] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x0004b] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- --- End of inner exception stack trace ---
- at System.Net.WebClient.DownloadDataInternal (System.Uri address, System.Net.WebRequest& request) [0x00072] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.Uri address) [0x00020] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.String address) [0x00016] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadString (string)
- at YoutubeExtractor.HttpHelper.DownloadString (System.String url) [0x00011] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.LoadJson (System.String url) [0x00000] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls (System.String videoUrl, System.Boolean decryptSignature) [0x000b2] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at SLAM.YTImport.DownloadWorker_DoWork (System.Object sender, System.ComponentModel.DoWorkEventArgs e) [0x0000b] in <bfa56eec38d342bfb3a52d1d8bfb41f4>:0
- --------------------5/5/2017 3:59:37 AM UTC--------------------
- System.Net.WebException: Error: TrustFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
- at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00037] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x00032] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in <8379a859d93c4edda34ffa1ea26c9626>:0
- --- End of inner exception stack trace ---
- at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x0004b] in <8379a859d93c4edda34ffa1ea26c9626>:0
- at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x0000e] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0007b] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x00073] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- --- End of inner exception stack trace ---
- at System.Net.WebClient.DownloadDataInternal (System.Uri address, System.Net.WebRequest& request) [0x00072] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.Uri address) [0x00020] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at System.Net.WebClient.DownloadString (System.String address) [0x00016] in <d6e1ee6718364b74ad99576b8fa4c75c>:0
- at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadString (string)
- at YoutubeExtractor.HttpHelper.DownloadString (System.String url) [0x00011] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.LoadJson (System.String url) [0x00000] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at YoutubeExtractor.DownloadUrlResolver.GetDownloadUrls (System.String videoUrl, System.Boolean decryptSignature) [0x000b2] in <223dbf20ec884b6d8d3ff359007c2d9e>:0
- at SLAM.YTImport.DownloadWorker_DoWork (System.Object sender, System.ComponentModel.DoWorkEventArgs e) [0x0000b] in <bfa56eec38d342bfb3a52d1d8bfb41f4>:0
Advertisement
Add Comment
Please, Sign In to add comment