-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Can't attach local files #1469
Comments
Hi @Frodoking21 , Thanks for reporting this. Can you check if trying the same in the browser this works? If not, can you check with version 1.11.2 ? There was a change on electron version, the framework we use, those are my two main suspects. Let me know how you get on. |
HI @IsmaelMartinez , thanks for the quick response. For whatever reason, the web app refuses to boot in my browser (lbrewolf) so I cant test there. i downgraded to 1.11.2 and unfortunately got the same behavior. This really surprises me since I'm pretty sure that was the version I was on when I last used this feature on Oct 24 |
Hi @Frodoking21, Are you able to install a chromium base browser to do a test? You can remove it afterwards. I can see Linux Mint 22 Wilma is based on Ubuntu 24.04. I wonder if this is again a side effect of this #1426 . In some OS the app uses the installed chromium version, maybe is trying to do this but some libraries have changed and got a bit confused. I would suggest checking if the --no-sandbox option works and, if that is the case, then create an appArmour profile for the app (as mention in the other issue). Wild guess this second one, but I have seen wildest issues. |
Describe the bug
same as title. just get spinning wheel (Drag n' drop also doesn't work)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open file finder window
Screenshots
Desktop (please complete the following information):
Debug
When possible, please run the application from the terminal using
--webDebug
and try to reproduce the error.The provide in this section the output from both the terminal and the browser debug console.
The text was updated successfully, but these errors were encountered: