You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check that all paths are valid in appsettings.json in the publish folder! Next, the date dateFrom and dateTo must be set, i.e. set DateTime.MinValue or DateTime.MaxValue even if you don't want specific values but there must always be some!!!
1) create service: sc.exe create RaiScraper binpath= D:\Marek_Dev\RaiScraper\publish\RaiScraper.exe start= auto
2) start it like this: sc.exe start RaiScraper
3) stop it: sc.exe stop RaiScraper
4) If you want to remove it, make sure you run this command: taskkill /F /IM mmc.exe
5) close all service windows and delete: sc.exe start RaiScraper