-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to load local directory on Mac OSX #9
Comments
I can't debug or test this right now but I was aware that there might be issues with the threading. I hope to get a Mac this week and will then see what I can do. Thank you for letting me know, @Chadius. |
Thanks for taking a look. I double checked and it does work on WIndows Firefox. I'm usually on my Macbook. The interface is really nice. |
It should indeed work well on Windows as I programmed on Windows up until now. But I now have a Mac again as well and got the same error. WIP. |
@Chadius - I can't seem to find the time right now to thoroughly test the new version I wrote that seems to be a fix to this issue. But I encourage you and anyone having this issue with Image Ranker on MacOS to try out the branch MacOS Test Branch. |
Thanks for the update. This is working for me in Firefox, Chrome and Safari. Thank you for looking into this! |
Environment: Mac OSX 15.1
Browser: Safari, Firefox, Chrome
When I click "Select Local Images" the app crashes.
Network tab says it's trying to make a POST call to "/select_directory", but the request is getting blocked on my end. I think this is a CORS issue where localhost will block other localhost calls.
The browser error looks like this:
Here's my terminal output.
I feel the solution is to configure the call to select_directory so it passes CORS restrictions but I'm not completely sure on how to do that.
The text was updated successfully, but these errors were encountered: