mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[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
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@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.
@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.
@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.
@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?
@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.
@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.
@xazityaa commented on GitHub (Jun 11, 2023):
i fixed this by opening the dev tools with Ctrl shift i then selecting the object that covers the page and pressing del
@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?
@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.
@github-actions[bot] commented on GitHub (Jul 17, 2023):
Closing issue due to no activity in more than 60 days.