-
-
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
Could not save file... Error in field '...': Braces don't match #3167
Comments
@MarioLipinski Thanks for your report. You've already linked the right issue and PR above. This fixes the same problem for local files, but it seems that shared databases need extra attention. I think I've found the problem and fixed it (by applying the same solution as we have for local databases). But I haven't worked with the shared database feature before and I have no way of testing this properly. So you'll have to help me a little here. Could you please install the latest build from http://builds.jabref.org/master/ and let me know if the error message is gone? |
Can confirm this with current master 6f1fda1 and NO sql database |
Ok, I see. I've done one more try (and accidentally commited directly to master again). @MarioLipinski @lynyus Please try out the latest build from http://builds.jabref.org/master/ currently JabRef-4.0-dev--snapshot--2017-08-31--master--54e0994ba If this doesn't work, I give up. |
@lenhard sorry, still doesn't do the job: |
Ok, strangely it works for me locally. As I've written above: I give up. Lately, I am spending way too much time trying to fix bugs that others have introduced by merging very premature features. |
Thanks to @snisnisniksonah, we finally have a solution for this. Check out the latest build from http://builds.jabref.org/master/ if it works for you. |
I am still seeing this issue with current master. When I open Jabref, Use File -> Connect to shared database and enable 'Automatically save the library to', I am still seeing this issue. In any case, typing in the text fields is a nightmare caused by a huge delay between pressing a key and the character appearing in the text input. (btw. there is a translation error for German for the menu entry 'Connect to shared database') |
* upstream/master: (188 commits) Show file description only if not empty Add file description to gui and fix sync bug (#3210) Don't highlight odd rows in file list editor (#3223) Fix assertion by removing typo (#3220) Update assertion to change of online reference (#3221) Put in null return Reformatted code, renamed method, added try/catch Add tests for removal changes Improve telemetry (#3218) Real test linking real other entry (#3214) Check for explicit group at different location Update java-string-similarity from 0.24 -> 1.0.0 Only remove ExplicitGroups from entries, but not keyword-based groups Localization: French: Translation of a new string (#3212) Fix null return Changed from Path to Optional<Path> Fix #2775: Hyphens in last names are properly parsed (#3209) Followup to Issue #3167 (#3202) Remove unused import in GroupTreeNode Move getEntriesInGroup to GroupTreeNode ...
I am using JabRef 4.0 beta3, so i guess #2995 is merged, this issue is identical to #2993.
I am using a shared (PostgreSQL) database and have the "Automatically save the library to" option enabled.
When starting to enter a brace
{
into a field I get an error dialog that sais:When I disable "Automatically save the library to" this is not an issue.
Also there is a latency while typing.
Maybe you should only sync when leaving the field and not on every keystroke?
The text was updated successfully, but these errors were encountered: