-
-
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
Import from CLI fails sometimes #7359
Comments
I think this is the same underlying bug as in #7347
|
I can't reproduce this issue on Linux. |
Thanks, that's good to know. Than it might be a problem with the powershell script that is used as the communication bridge between Firefox and JabRef. |
The bibtex I receive on mac looks like this: The error in your stacktrace is coming from importFile, but that is never called when I import when debugging. @article{matheus_explicit_2012,
title = {Explicit {Teichm}{\textbackslash}"uller curves with complemetary series},
url = {http://arxiv.org/abs/1109.0517},
abstract = {We construct an explicit family of arithmetic Teichm{\textbackslash}"uller curves \${\textbackslash}mathcal\{C\}\_\{2k\}\$, \$k{\textbackslash}in{\textbackslash}mathbb\{N\}\$, supporting \${\textbackslash}textrm\{SL\}(2,{\textbackslash}mathbb\{R\})\$-invariant probabilities \${\textbackslash}mu\_\{2k\}\$ such that the associated \${\textbackslash}textrm\{SL\}(2,{\textbackslash}mathbb\{R\})\$-representation on \$L{\textasciicircum}2({\textbackslash}mathcal\{C\}\_\{2k\}, {\textbackslash}mu\_\{2k\})\$ has complementary series for every \$k{\textbackslash}geq 3\$. Actually, the size of the spectral gap along this family goes to zero. In particular, the Teichm{\textbackslash}"uller geodesic flow restricted to these explicit arithmetic Teichm{\textbackslash}"uller curves \${\textbackslash}mathcal\{C\}\_\{2k\}\$ has arbitrarily slow rate of exponential mixing.},
urldate = {2021-01-18},
journal = {arXiv:1109.0517 [math]},
author = {Matheus, Carlos and Weitze-Schmithüsen, Gabriela},
month = aug,
year = {2012},
note = {arXiv: 1109.0517},
keywords = {Mathematics - Dynamical Systems},
annote = {Comment: 46 pages, 10 figures. Final version (based on the referee report). To appear in Bulletin SMF},
file = {arXiv Fulltext PDF:https\://arxiv.org/pdf/1109.0517.pdf:application/pdf}
} And from your stacktrace I see why it fails: jabref/src/main/java/org/jabref/cli/ArgumentProcessor.java Lines 99 to 118 in e66f5be
|
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! |
Thank you for reporting this issue. We think, that is already fixed in our development version and consequently the change will be included in the next release. We would like to ask you to use a development build from https://builds.jabref.org/main and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
JabRef 5.2--2020-12-14--e9be339
Windows 10 10.0 amd64
Java 14.0.2
Steps to reproduce the behavior:
For some reason, JabRef tries to find the import format although we call it with "--importBibtex".
The text was updated successfully, but these errors were encountered: