Skip to content
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

getting an error trying out new build #38

Closed
Kickskii opened this issue Jun 6, 2024 · 4 comments
Closed

getting an error trying out new build #38

Kickskii opened this issue Jun 6, 2024 · 4 comments

Comments

@Kickskii
Copy link

Kickskii commented Jun 6, 2024

trying to open the built exe from releases gives me this error

File "\\WBoxSvr\shared\nexus-autodl\nexus_autodl.py", line 90, in <module>
File "click\core py", line 1157, in _call_
File "click\core.py", line 1078, in main
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "\\VBoxSvr\shared\nexus-autodl\nexus_autodl.py", line 45, in main
File "\\VBoxSvr\shared\nexus-autodl\nexus_autodl.py", line 27, in human_sorted
File "pathlib.py", line 1056, in iterdir
FileNotFoundError: [WinError 3] The system cannot find the path specified: "D:\\Common_Folders\\Downloads\\\Programs\\tem
plates'
[12620] Failed to execute script 'nexus_autodl' due to unhandled exception!```

more or less flashes for a moment and then closes
@Kickskii
Copy link
Author

Kickskii commented Jun 6, 2024

launching the exe from terminal works but I don't get the first start steps that it should have asked for that I noticed from reading the refactored code

edit: nevermind this i was accidentally launching the old exe that i built instead of the refactored one from your repo heres an image
image

@Kickskii
Copy link
Author

Kickskii commented Jun 6, 2024

found a fix to the above, a folder named "template" needs to exist where the new exe is, if not then it will panic and close, a workaround for it is checking for a template directory and then making one if it doesnt exist before showing the messege about dropping a screenshot of the download button in the template directory

it should also maybe tell you that it made the directory for you if it didnt exist already, and a one time messege like "loaded template from template directory" before running if the image was loaded(ofc the other messege wont be shown if an image was loaded)

@Kickskii
Copy link
Author

Kickskii commented Jun 6, 2024

lastly thank you for the update ❤️

@parsiad
Copy link
Owner

parsiad commented Aug 18, 2024

Fixed.

@parsiad parsiad closed this as completed Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants