-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
Looping in installing Chocolately and doesn't see existing FFMPEG installation #231
Comments
is your user have administrator privileges? |
Thanks. OK, so I made sure I fired it up with administrative privileges. So this time it installed Caliber and FFmpeg, although I'm not sure why it installed FMmpeg again, since it's already installed under c:/FFmpeg. It seems you have some sort of hard coded locations for these apps even if they're in the path. The bad thing is that even after it installed those two dependencies it continued in a loop trying to reinstall them over and over again. So I had to kill the CMD window again. I hate Docker and don't see why I should have to use it, I don't use it with other apps like this. |
Okay so I just got it going. Thanks for your help. Once you go through all the hassle, it actually produces a really good result so thank you very much for that. Just a shame it couldn't be an easier install. |
among the 7.2k followers, you are the only one to have this issue. when you have a big issue like this, at least, share your experience by describing what you did to solve your issue, I'm sure it will help other (and me) to understand what's happened. This said, and I hope it will help you to raise your mind and behavior, explain step by step everything, HARDWARE: PROGRAMS STATE: if calibre, ffmpeg, nodejs are already installed or not, if they are installed from source or package, if the path is standard or not etc.... COMMAND LINE and USER PRIVILEGES LOG FROM THE TERMINAL (ALL) more details will be, faster the issue will be solved. About "Just a shame it couldn't be an easier install". .\ebook2audiobook.cmd ? anyhow, if you think this is a shame, so we are open you work on it, and send a PR that makes things more easy for everybody... |
@ROBERT-MCDOWELL ...well said, I deserve that. Sorry, my apologies. No excuse for the tone on an open source project. So to answer your questions:
The process:
Sorry I can't provide actual logs. |
the logs are what you see in the CMD terminal.... CMD ist made to run with a CMD terminal. Powershell terminal is also tested to work also. Both don't need to be run as administrator since the switch is done automatically. and this is a crucial point: is another CMD terminal is open as administrator when you run the script? if not, here is the problem. thanks to answer to this question as I don't need to go further to solve the issue as it comes from this. did you install ffmpeg from their website? with an installer? could you retry the whole process with the attached script (it's the coming v2.1.0 version) and tell me if it's the same? and tell me if with this updated script it works. |
@torgash-ivanblch try my script attached above. |
Well, basically the behavior is the same: loop through installing something. I'll have to install fully non-Cyrillic OS to do that I'm afraid. going on.... |
it's the same loop but not the same cause of why the loop is occuring.... I think you can just create an alias of your username in ASCII like "ivanbich", linked to your real username and the issue will be solved I guess. |
No, it's deeper. Non-English versions of Windows may be a total mess when it comes to system paths. I'd better try Linux (Ubuntu/Mint) instead. WSL turned out not to be an option as well. |
ok, it seems you had already such kind of disagreement.... |
Output result CMD (original): I download and install in system "Miniconda3-latest-Windows-x86_64.exe". Not result. |
Open a CMD or PS terminal: bitsadmin /reset and tell me if it's better, if not: Verify Group Policy for BITS Open Group Policy Editor: |
Run ebook2audiobook:
All Not Configured. The error persists. |
your windows is blocking every download from bitsadmin by a policy. did your administrator or you changed the windows policy on this matter? try: if it's still not working: replace the line "call bitsadmin....." in the CMD script and see if windows is more tolerant... |
This is just a rudimentary guide, don't be too intimidated, You don't have to follow this to the tee
BEFORE YOU MAKE A BUG REPORT, MAKE SURE THAT IT HASN'T ALREADY BEEN SOLVED OR REPORTED. :)
Describe the bug
The app loops when trying to install Chocolately. First it didn't see the existing installation on my PC (nor the installation of FFMPEG on my machine). It just loops round and round until I shut the cmd window.
To Reproduce
Click on the cmd file to run app. CMD window opens (after requesting Admin mode), then starts looping.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: