-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Automatically set file links
throws java error that is not shown to the user in the GUI
#5890
Comments
The problem that errors are not shown in the error console but only in the terminal is a consequence of #5437 |
Hi! @tobiasdiez We're unfamiliar with JabRef, and are currently unable to recreate this issue. Could you please provide us a step by step for how to recreate it, so we can attempt to solve it? All recommendations and tips are of course welcome! Thanks! |
AutoSetFileLinksUtil: -> imported JabRefDialogService and Localization ->showErrorDialogAndWait(...) I am currently having trouble writing a test
Hi @joelostblom, I am currently working on this as my first issue. Since I am very new to JabRef I don't quite know my way around yet. It would help me alot if you could give me directions on how to recreate the error. Only if you have the time and energy to do so of course. |
* #5890 added Error Dialog AutoSetFileLinksUtil: -> imported JabRefDialogService and Localization ->showErrorDialogAndWait(...) I am currently having trouble writing a test * Fix errorDialog AutoSetFileLinks Fixed mistake in first commit. .lists all exceptions .notifies user of error via DialogService * Fix notifying in AutoSetFileLinksAction - add returnFileExceptions() in AutoSetFileLinksUtil - add if ( 'there are exceptions' ) -> notify user in AutoSetFileLinkAction (placement still unclear, might be changed later) * Fixed checkstyle error in AutoSetFileLinksUtilTest * Fixed import order in JabRefFrame * Update JabRefFrame.java * Refactored to fail fast * Update JabRef_en.properties * Included remarks * Merge error Co-authored-by: Carl Christian Snethlage <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]>
This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs. As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:
Thank you for your contribution! |
When I click
Automatically set file links
, JabRef shows the progress bar for a long time (close to a minute) and then a small toast message says that it is done, but no links are found. The event log inside JabRef does not show anything, but when I check the terminal from which I launch JabRef, I see the java errorERROR AutoSetFileLinksUtil Problem finding files
.I figured this is because I don't have permission to access a folder on my system, but it took me a while to figure this out because I was launching jabref via my systems menu and neither the toast message or the event log showed that anything was awry. It was only when I launched from the terminal that I could figure out what was going on. It would be nice to somehow inform the user in the GUI that there has been an error.
Full error:
I installed jabref via the AUR package jabref-latest:
The text was updated successfully, but these errors were encountered: