question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid regular expression found - even after changing data.coldelimiter

See original GitHub issue

Hi everyone,

Don’t know if this fits here but since 3 days I’m trying to get vizalerts working.

When I launched the exe the first time after setting everything up, following the installation instruction, I always get the following error message back : email body: Could not process source viz data from VizAlertsConfig/ScheduledTriggerViews for the following reason:<br/><br/>Invalid regular expression found. Could not evaluate expres sion '' in the field allowed_from_address. Raw error:<br/><br/>allowed_from_address

After googling this error is changed the data.coldelimiter into ‘;’ as the generated CSV uses semicolons as column separator. But I still get the same error. I also checked my REGEX entries and these seems fine too.

Don’t know what to do. Here are the logfile, the vizalerts.yaml and a screenshot of the workbook. Hope you can help me. vizalerts.zip

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Inity949commented, Nov 24, 2021

Dear @mcoles,

You were right. With version 2.1.1. everything works fine.

0reactions
mcolescommented, Nov 24, 2021

Glad to hear it! Looks like we have a bug to fix–thanks for reporting it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid regular expression found. Could not evaluate ...
Hi All,. I am trying to config the v.2.0.1 and seems like there are some error in my environment/setting,. Initially, I got the...
Read more >
Getting "error: invalid regular expression" - Stack Overflow
So I have this code where I'd like to replace all single backslashes with 2 backslashes, for example: ...
Read more >
SyntaxError: invalid regular expression flag "x" - MDN Web Docs
The JavaScript exception "invalid regular expression flag" occurs when the flags in a regular expression contain any flag that is not one ...
Read more >
Invalid Regular Expression field - ServiceNow Community
Solved: using event rules and its regular expressions to parse out information ... data, but when i enter into the regex field it...
Read more >
pyspark.sql.functions — PySpark 3.2.2 documentation - Apache Spark
Namely, if columns are referred as arguments, they can be always both Column or string, # even though there might be few exceptions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found