mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 04:35:06 +01:00
0717281b1c
- fixed random crashes - added error handling failed segments - changed error handling download crash
50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<style>
|
|
body {
|
|
text-align: center;
|
|
padding: 40px 0;
|
|
background: #EBF0F5;
|
|
}
|
|
h1 {
|
|
color: #ad3f26;
|
|
font-family: sans-serif;
|
|
font-weight: 900;
|
|
font-size: 40px;
|
|
margin-bottom: 10px;
|
|
}
|
|
p {
|
|
color: #404F5E;
|
|
font-family: sans-serif;
|
|
font-size:20px;
|
|
margin: 0;
|
|
}
|
|
i {
|
|
color: #ad3f26;
|
|
font-size: 100px;
|
|
line-height: 200px;
|
|
margin-left:-15px;
|
|
}
|
|
.card {
|
|
background: white;
|
|
padding: 60px;
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 3px #C8D0D8;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="card">
|
|
<div style="border-radius:200px; height:200px; width:200px; background: #f7ebeb; margin:0 auto;">
|
|
<i class="checkmark">✘</i>
|
|
</div>
|
|
<h1>Failed!</h1>
|
|
<p>System.Net.Sockets.SocketException (0x80004005): Eine vorhandene Verbindung wurde vom Remotehost geschlossen
|
|
bei System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
|
|
bei Crunchyroll_Downloader.Main.ProcessRequest(Socket clientSocket) in D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\Main.vb:Zeile 2541.</p>
|
|
</div>
|
|
</body>
|
|
</html> |