Skip to content

upgraded to windows 11 and now there is a error message #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
legendarysword2 opened this issue Mar 22, 2025 · 6 comments
Closed

upgraded to windows 11 and now there is a error message #263

legendarysword2 opened this issue Mar 22, 2025 · 6 comments
Labels
wontfix This will not be worked on

Comments

@legendarysword2
Copy link

So I got my computer back from the shop because I had some problems upgrading to windows 11 and after it was a upgraded and fixed, I tried to download a artists files and it game me a error code. I even tried another artist I had previously downloaded and it still had the same error. So I don't know if has to do with the windows 11 upgrade or a problem with the app, I did try redownloading and extracting the latest release as well and it still got the same error

PS C:\WINDOWS\system32> .\PatreonDownloader.App.exe --url https://www.patreon.com/c/ourtai_moto/posts
.\PatreonDownloader.App.exe : The term '.\PatreonDownloader.App.exe' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1

  • .\PatreonDownloader.App.exe --url https://www.patreon.com/c/ourtai_mo ...
  •   + CategoryInfo          : ObjectNotFound: (.\PatreonDownloader.App.exe:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
@AlexCSDev
Copy link
Owner

AlexCSDev commented Mar 26, 2025

User error. You are trying to run PatreonDownloader while being in a wrong folder.

@AlexCSDev AlexCSDev closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2025
@AlexCSDev AlexCSDev added the wontfix This will not be worked on label Mar 26, 2025
@legendarysword2
Copy link
Author

legendarysword2 commented Mar 26, 2025

It’s the same folder I always use and it works every time except for this time and it’s been working for almost a year. I haven’t moved it.

@VariableVixen
Copy link

The error message indicates that you are attempting to run PatreonDownloader.App.exe from C:\WINDOWS\system32, which is a system folder. You should not, under any circumstances, install a program into that folder. If this is the folder that you placed the app into, it may have been removed since it does not belong in that folder. If that is not the folder that you placed the app into, then you need to use cd to move to the folder containing it. In either case, the error message is very clear: the program does not exist in the folder you are attempting to launch it from.

Download the program, place it in a non-system folder, and use cd to move your command prompt to that folder before attempting to launch the program.

@legendarysword2
Copy link
Author

legendarysword2 commented Mar 27, 2025

The error message indicates that you are attempting to run PatreonDownloader.App.exe from C:\WINDOWS\system32, which is a system folder. You should not, under any circumstances, install a program into that folder. If this is the folder that you placed the app into, it may have been removed since it does not belong in that folder. If that is not the folder that you placed the app into, then you need to use cd to move to the folder containing it. In either case, the error message is very clear: the program does not exist in the folder you are attempting to launch it from.

Download the program, place it in a non-system folder, and use cd to move your command prompt to that folder before attempting to launch the program.

so I when I press shift and do open power shell here it opens it it in c drive after an error message even though I told it to open on my external drive it does this
Set-Location : A positional parameter cannot be found that accepts argument 'folder\downloads\net8.0-win-x64-release'.
At line:1 char:1

  • Set-Location -literalPath G:\New folder\downloads\net8.0-win-x64-rele ...
  •   + CategoryInfo          : InvalidArgument: (:) [Set-Location], ParameterBindingException
      + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
    
    

PS C:\WINDOWS\system32>

it keep opening in different hard-drives

@legendarysword2
Copy link
Author

The error message indicates that you are attempting to run PatreonDownloader.App.exe from C:\WINDOWS\system32, which is a system folder. You should not, under any circumstances, install a program into that folder. If this is the folder that you placed the app into, it may have been removed since it does not belong in that folder. If that is not the folder that you placed the app into, then you need to use cd to move to the folder containing it. In either case, the error message is very clear: the program does not exist in the folder you are attempting to launch it from.
Download the program, place it in a non-system folder, and use cd to move your command prompt to that folder before attempting to launch the program.

so I when I press shift and do open power shell here it opens it it in c drive after an error message even though I told it to open on my external drive it does this Set-Location : A positional parameter cannot be found that accepts argument 'folder\downloads\net8.0-win-x64-release'. At line:1 char:1

  • Set-Location -literalPath G:\New folder\downloads\net8.0-win-x64-rele ...
  •   + CategoryInfo          : InvalidArgument: (:) [Set-Location], ParameterBindingException
      + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
    

PS C:\WINDOWS\system32>

it keep opening in different hard-drives

I got it to open and run on my g drive but it gives me this error PS G:\net8.0-win-x64-release> .\PatreonDownloader.App.exe --url https://www.patreon.com/c/ourtAI_moto/posts
2025-03-26 18:42:59.9416 INFO Preparing to download...
2025-03-26 18:43:00.2324 FATAL Fatal error, application will be closed: UniversalDownloaderPlatform.Common.Exceptions.CookieValidationException: session_id cookie not found
at PatreonDownloader.Implementation.PatreonCookieValidator.ValidateCookies(CookieContainer cookieContainer) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.Implementation\PatreonCookieValidator.cs:line 34
at UniversalDownloaderPlatform.Engine.UniversalDownloader.Download(String url, IUniversalDownloaderPlatformSettings settings) in F:\Sources\BigProjects\PatreonDownloader\submodules\UniversalDownloaderPlatform\UniversalDownloaderPlatform.Engine\UniversalDownloader.cs:line 184
at PatreonDownloader.App.Program.RunPatreonDownloader(CommandLineOptions commandLineOptions) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 128
at PatreonDownloader.App.Program.Main(String[] args) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 68

@VariableVixen
Copy link

That error is already being addressed (#259) and will be fixed when the developer has the chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants