etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Error: Catch all: Invalid list when searching a list. #164

Closed fojac closed 6 years ago

fojac commented 6 years ago

Hi all, I'm using 411 with the ES 5x with success for a few weeks. I'm now trying to use lists in my queries, following the doc and the Youtube video. For instance I created the baddomains list in the corresponding menu, seems to be fine (the Info view shows Valid => Yes, the correct count for the values and the time taken). I then create my search as usual with a query like http.domain:(@baddomains), where baddomains is the name of the list I created. When doing so, I receive an issue by mail, it is also shown on 411 with "Error: Catch all: Invalid list", which is quite strange. Has somebody got the same issue. Can I debug more than that to help? Thanks indeed.

kiwiz commented 6 years ago

Hi, Is there a stack trace when this happens?

fojac commented 6 years ago

Hi, No, there is no specific error which could be seen when using the browser (JS...). Do you want me to look somewhere else? Thanks!

kiwiz commented 6 years ago

Can you check the php logs for any stack traces.

fojac commented 6 years ago

Sorry for the delayed answer. Is there an easy way to catch the php stack traces in a docker environment? Seems to be no php.ini to lower the debug and set a precise output. Thanks.

kiwiz commented 6 years ago

@fojac Could you try testing the newest copy of the code (on the es-5.x branch)? It's possible I fixed this bug but haven't bumped the version yet.

kiwiz commented 6 years ago

Closing due to inactivity.