fxsth / pledo

pledo - Plex downloader. An alternative to PlexRipper
MIT License
16 stars 2 forks source link

Can't run on windows #32

Closed bengalih closed 3 months ago

bengalih commented 7 months ago

Trying to run on Windows 11. Extracted the zip and on first run it asked to install some .net components, which I did. Now this is what I get:

C:\pledo.win-x64>pledo.exe
warn: Microsoft.EntityFrameworkCore.Model.Validation[10620]
      The property 'Playlist.Items' is a collection or enumeration type with a value converter but with no value comparer. Set a value comparer to ensure the collection/enumeration elements are compared correctly.
warn: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[16]
      The WebRootPath was not found: C:\pledo.win-x64\wwwroot. Static files may be unavailable.
info: Web.Services.SyncService[0]
      Connection sync started.
warn: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[16]
      The WebRootPath was not found: C:\pledo.win-x64\wwwroot. Static files may be unavailable.
info: Microsoft.Hosting.Lifetime[14]
      Now listening on: http://localhost:5000
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: C:\pledo.win-x64
info: Web.Services.SyncService[0]
      Cannot sync available media server due to missing authorization token. A login for plex.tv is necessary.
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
      Failed to determine the https port for redirect.

That last line only appears when I try to access http://localhost:5000. My firewall is off and I don't have anything else running on that port.

Any help is appreciated.

fxsth commented 7 months ago

Hi, the windows executable should include all needed runtime files, unfortunately something went wrong and the runtime is missing. Maybe there is some missmatch to the runtime you installed. I replaced the former binaries with the new zipped one with included runtime and that should fix it: https://github.com/fxsth/pledo/releases/download/v1.4.1/pledo.win-x64.zip