[BUG] One Click Download win_config Fails to open.
Just bought the 1 click install, and after completing the win_setup bat. file, the instructions are to open the win_config batfile. It's supposed to open the browser for config options but fails to do so and shows many errors. Please help me, extremely disappointed. (the http: temporarily shows but when ctrl+leftclicking, it doesn't load)
https://github.com/user-attachments/assets/d6b0bf74-0c3c-4c2a-80b0-92fc26e56e13
Hi, thank you for supporting this project. I watched the video in your issue, and it seems the problem might be caused by a proxy, network issues, or possibly a bug in the newer version of Gradio — but I’m not entirely sure.
The one-click installer was intended to make installation easier for users, and this situation is definitely not what I hoped for. I’m really sorry for the bad experience, and I’ve already issued you a refund.
=============
To be honest, I’ve had less and less time and motivation to maintain this project. Right now, I’m trying to make a living with my iOS app ByePhotos, and the lack of maintenance and updates has made me hesitant to even check GitHub notifications. Since the installer was a paid offering, I felt a strong responsibility to keep it working smoothly, which added a lot of pressure. So I’ve decided to open-source the installer as well. It’s actually quite simple in structure, and you can check out the scripts here to see how it works and made — hopefully someone in the community can come up with a fix.
Windows One-Click Installer Google Drive Downlaod link:
https://drive.google.com/file/d/1FFSrCPLkmvES0TZAQkMfy8NmK9xQiZOL/view?usp=drive_link
To anyone who recently purchased the installer: if you’d like a refund, just send me an email — I’ll process it immediately.
win_config will save a JSON configuration file. You can use this configuration file (placed in the same directory as win_config) and try starting the service. If it works, you can then modify the JSON file as needed.
dude, genuinely thank you. that did appear to work, now the only problem is the localhost:8080 just loads forever. (I also went in the JSON file after it didn't load and tried to change it to other numbers, also didn't load.) Is there any way to get it to work?
(when the bat file is closed, the localhost stops loading, so is that a good sign?) (does it just take an extremely long time to load?)
Thank you for your help!
According to the logs, the service started normally. Please refer to the content of this issue regarding the white screen problem.
https://github.com/Sanster/IOPaint/issues/460#issuecomment-1960656824
I will try. So in the registry at .Js I add 2 new strings, "Content Type" (space) and "PerceivedType" (no space) both with the application/javascript value? Then restart?