-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Exception when importing certain unlinked local files #5815
Comments
If the file is opened in Chrome and printed to PDF, it's imported correctly. Clearly something about these files causes the crash. |
Sorry, overlooked that you already linked the file |
The problem is in the class XMPUtilReader in the method Debugigng shows, that the indexOf method return -1 which indicates that the tags are not found. |
I can confirm that this bug still persists in version:
Moreover, the behaviour is as follows.
|
I'd like try to solve it. |
Thanks to @ZhouSky this is now fixed in the latest master version (currently building) We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
This bug seems to have been fixed (at least, no exception pops up), thank you. Kudos to @ZhouSky ! |
JabRef version
JabRef 5.0-beta.1--2019-12-15--0b8b1d6
Linux 4.9.0-9-amd64 amd64
Java 13.0.1 on Debian 9
Seems to be related to #5128: a few specific pdf files cause an exception. It's not related to the filename. The misbehaving file in question can be downloaded here.
Steps to reproduce the behavior:
Thanks! Awesome software, great work.
Log File
The text was updated successfully, but these errors were encountered: