[GH-ISSUE #389] after executing the auto-py-to-exe command, the page open link a browser, but it gives the message (initializng) and does not work! #317

Closed
opened 2026-02-26 12:21:12 +03:00 by kerem · 10 comments
Owner

Originally created by @mehrtok on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/389

Originally assigned to: @mehrtok on GitHub.

after executing the auto-py-to-exe command, the page open link a browser, but it gives the message (initializng) and does not work!

Originally created by @mehrtok on GitHub (Apr 24, 2023). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/389 Originally assigned to: @mehrtok on GitHub. after executing the auto-py-to-exe command, the page open link a browser, but it gives the message (initializng) and does not work!
kerem 2026-02-26 12:21:12 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 24, 2023):

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

<!-- gh-comment-id:1520608506 --> @github-actions[bot] commented on GitHub (Apr 24, 2023): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help [post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Apr 27, 2023):

I just tested this myself on a clean VM and it was fine.

Could you please fill out the template you cleared? It would be super helpful to have some reproduction steps, otherwise I can't help with this sorry.

<!-- gh-comment-id:1525430624 --> @brentvollebregt commented on GitHub (Apr 27, 2023): I just tested this myself on a clean VM and it was fine. Could you please fill out the template you cleared? It would be super helpful to have some reproduction steps, otherwise I can't help with this sorry.
Author
Owner

@bwooshem commented on GitHub (May 16, 2023):

I had the same issue on a Windows VM that is deliberately not updated for my work. I don't need this fixed urgently as have it working on another computer, but am posting this in case it helps others with debugging.
Python version: Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
Windows version: Windows 10 Education, Version 1809
Browser: Microsoft Edge 44.17763.1.0
I installed Auto Py to Exe using pip version 22.3.1, and it installed the following version of auto-py-to-exe:
auto_py_to_exe-2.34.0-py2.py3-none-any.whl
It will open the UI in Edge, then get stuck with the loading wheel and says "Initializing..." and does not let me select anything.
I'm relatively new to this so it's possible I made an obvious mistake. I'm not sure what you mean by "fill out the template you cleared" but I can try to find other debugging outputs if requested.

<!-- gh-comment-id:1549030716 --> @bwooshem commented on GitHub (May 16, 2023): I had the same issue on a Windows VM that is deliberately not updated for my work. I don't need this fixed urgently as have it working on another computer, but am posting this in case it helps others with debugging. Python version: Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32 Windows version: Windows 10 Education, Version 1809 Browser: Microsoft Edge 44.17763.1.0 I installed Auto Py to Exe using pip version 22.3.1, and it installed the following version of auto-py-to-exe: auto_py_to_exe-2.34.0-py2.py3-none-any.whl It will open the UI in Edge, then get stuck with the loading wheel and says "Initializing..." and does not let me select anything. I'm relatively new to this so it's possible I made an obvious mistake. I'm not sure what you mean by "fill out the template you cleared" but I can try to find other debugging outputs if requested.
Author
Owner

@brentvollebregt commented on GitHub (May 16, 2023):

@bwooshem were there any errors in the console that you ran this from? Also are there any errors in the console tab in the browser dev tools?

<!-- gh-comment-id:1549035587 --> @brentvollebregt commented on GitHub (May 16, 2023): @bwooshem were there any errors in the console that you ran this from? Also are there any errors in the console tab in the browser dev tools?
Author
Owner

@bwooshem commented on GitHub (May 16, 2023):

Not that I saw. I ran Py -m auto_py_to_exe in the Command Window, and no errors or anything printed out there.

<!-- gh-comment-id:1549058488 --> @bwooshem commented on GitHub (May 16, 2023): Not that I saw. I ran Py -m auto_py_to_exe in the Command Window, and no errors or anything printed out there.
Author
Owner

@brentvollebregt commented on GitHub (May 16, 2023):

@bwooshem thanks for taking a look!

If you open the browser dev tools in the window that is loading, what are the messages in the console? If there are none, hitting F5 (with the dev tools open) can reload the page and get the messages coming back in.

<!-- gh-comment-id:1549172368 --> @brentvollebregt commented on GitHub (May 16, 2023): @bwooshem thanks for taking a look! If you open the browser dev tools in the window that is loading, what are the messages in the console? If there are none, hitting F5 (with the dev tools open) can reload the page and get the messages coming back in.
Author
Owner

@xazityaa commented on GitHub (Jun 11, 2023):

after executing the auto-py-to-exe command, the page open link a browser, but it gives the message (initializng) and does not work!

i fixed this by opening the dev tools with Ctrl shift i then selecting the object that covers the page and pressing del

<!-- gh-comment-id:1586246581 --> @xazityaa commented on GitHub (Jun 11, 2023): > after executing the auto-py-to-exe command, the page open link a browser, but it gives the message (initializng) and does not work! i fixed this by opening the dev tools with Ctrl shift i then selecting the object that covers the page and pressing del
Author
Owner

@brentvollebregt commented on GitHub (Jun 11, 2023):

@xazityaa were there any errors in the console tab in DevTools? Also were they any errors in the console from where you started auto-py-to-exe?

<!-- gh-comment-id:1586247240 --> @brentvollebregt commented on GitHub (Jun 11, 2023): @xazityaa were there any errors in the console tab in DevTools? Also were they any errors in the console from where you started auto-py-to-exe?
Author
Owner

@github-actions[bot] commented on GitHub (Jul 12, 2023):

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

<!-- gh-comment-id:1631711164 --> @github-actions[bot] commented on GitHub (Jul 12, 2023): This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 17, 2023):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1637262993 --> @github-actions[bot] commented on GitHub (Jul 17, 2023): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#317
No description provided.