-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I've been letting it run for about an hour. I keep getting same error. "Something bad happened during the bot test. Please reload the page or try again later". Do I need to add anything to the .env?
LOGS
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://localhost:5000/favicon-32x32.png - - - 304 - image/png 0.3815ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 POST http://localhost:5000/Home/SendBitcoin application/x-www-form-urlencoded 2476
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'btcTestnetCoins.Controllers.HomeController.SendBitcoin (BTCTestnetCoins)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "SendBitcoin", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SendBitcoin(BTCTestnetCoins.Models.PayoutAddress) on controller btcTestnetCoins.Controllers.HomeController (BTCTestnetCoins).
info: Microsoft.AspNetCore.Mvc.RedirectToActionResult[1]
Executing RedirectResult, redirecting to /.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action btcTestnetCoins.Controllers.HomeController.SendBitcoin (BTCTestnetCoins) in 162.6525ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'btcTestnetCoins.Controllers.HomeController.SendBitcoin (BTCTestnetCoins)'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 POST http://localhost:5000/Home/SendBitcoin application/x-www-form-urlencoded 2476 - 302 0 - 164.9180ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://localhost:5000/ - -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'btcTestnetCoins.Controllers.HomeController.Index (BTCTestnetCoins)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller btcTestnetCoins.Controllers.HomeController (BTCTestnetCoins).
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
Executing ViewResult, running view Index.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
Executed ViewResult - view Index executed in 3.6431ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action btcTestnetCoins.Controllers.HomeController.Index (BTCTestnetCoins) in 6.0986ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'btcTestnetCoins.Controllers.HomeController.Index (BTCTestnetCoins)'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://localhost:5000/ - - - 200 - text/html;+charset=utf-8 6.5947ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://localhost:5000/btcTestnetCoins.styles.css - -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://localhost:5000/btcTestnetCoins.styles.css - - - 404 0 - 0.1912ms