imduffy15 / remora-fetcher

Fetches events from remora and ingests them into KairosDB
0 stars 1 forks source link

Set comparing #1

Closed iMajna closed 6 years ago

iMajna commented 6 years ago

I'm getting weird error in remora_fetcher. After I started remora + kairosdb + (already have cassandra and kairos is writing data there + kafka) also I started remora_fetcher.

Well, I remora is running, on every request I can get my consumers, but in remora fetcher this is the error I'm getting:

DEBUG "GET /consumers/connect-psms-user_session-v0-2-sink HTTP/1.1" 200 630 [at line 383]
2018-04-17T09:51:47 **ERROR can only compare to a set [at line 106]**

Any ideas why?

iMajna commented 6 years ago

The problem was in python version. I used 2.7 and when switched to 3.6 script started without errors. Closing the issue!