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.

Error in GUI new rule: Cannot add filter

See original GitHub issue

Hey guys, kudos for the platform, I like it a lot.

Issue

I have got a weird error during creation of new rule, I am trying to filter devices for the rule based on attribute, so I’ve pasted example code from the docs:

typeof cs.firmware_version !== 'undefined' && cs.firmware_version === '1.0.0'

and when I click Add button nothing happens, console displays this error:

Form submission failed, as the <SELECT> element named 'componentType' was implicitly closed by reaching the end of the file. Please add an explicit end tag ('</SELECT>')

I suspect this might be browser problem. Failed addition of filter happens in Google Chrome(58.0.3029.96) - latest version as of writing this issue.

Adding filter to new rule works in Microsoft Edge 40.15063.0.0.

Debugging info

Thingsboard server node version: 1.2.2-1

To resolve this problem

I have tried so far:

  1. deleting cookies, cached memory, etc…
  2. relogging

Any ideas how to solve this problem?

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
nuragiccommented, Jul 31, 2017

@dejwoo Hi! I’ve got the same exact error in Chrome, but after googling it I only found this issue. Besides, I’m not using thingsboard so yeah, it’s a chrome issue. 😄

Please, let me know if this helps:

Go to chrome://flags/#enable-experimental-web-platform-features and click Disable.

Then click the Relaunch button and test again.

0reactions
stuartpbcommented, Jun 5, 2018

Probably worth linking to https://github.com/whatwg/html/issues/2253 which is the issue linked in the comment of the code linked above

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 8. Managing Content Views Red Hat Satellite 6.6
If you add a filter that excludes some packages that are required and the Content View has dependency resolution enabled, Satellite ignores the...
Read more >
File Filtering for Web and Email Filter Profiles
To add a file filter to a web filter profile in the GUI: ... The Create New File Filter Rule pane opens. Configure...
Read more >
Azure AD Connect sync: Make a change to the default ...
To reset filtering and load a fresh configuration, press F5 on the keyboard. On the upper right is the Add new rule button....
Read more >
6.4. Building Display Filter Expressions - Wireshark
Wireshark provides a display filter language that enables you to precisely control which packets are displayed. They can be used to check for...
Read more >
Error 'Value does not exist or does not match filter criteria ...
Filter Lookup validation will trigger even if the field is not on the page layout. Therefore, if a user cannot see the field...
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