Skip to content
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

Fetching XUL runner gets stuck when modifying omni #80

Closed
m-mauersberger opened this issue Jul 2, 2020 · 1 comment
Closed

Fetching XUL runner gets stuck when modifying omni #80

m-mauersberger opened this issue Jul 2, 2020 · 1 comment

Comments

@m-mauersberger
Copy link

Problem is on Zotero commit 49d9f58 (latest: 2020/07/02)
using openSUSE Leap 15.1
with Perl 5.26

When I run fetch_xulrunner.sh -p l following error occurs:

Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/get _inPrivateBrowsing\(\) { <-- HERE / at -e line 1.

It seems that the error lies within the program. Since Perl version 5.26 there is no more just warning if braces are unescaped in regular expressions (source). So maybe escaping will help...

log_xul.txt

@dstillman
Copy link
Member

FWIW, it's working for me on Ubuntu 20.04 with Perl 5.30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants