Cannot use
nothing
@wx8900 Thank you for trying out Fili.
Do you have a local Druid instance set up yet?
Sorry for posting and deleting several comments. I had this problem for generic example but I have tested and verified using Druid 0.12.0 will cause this issue because 0.12.0 implementation doesn't support "/?full" parameter which claims to be supported in docs. I just downgraded to 0.11.0 and it's working perfectly. But still I have the same issue with OPs on wikipedia example.
Thank you @wx8900 & @williamlion for this issue. The root cause is a combination of Druid 0.12 bug (https://github.com/druid-io/druid/issues/5725) and Fili wikipedia example bug(https://github.com/yahoo/fili/pull/683)
Druid 0.11 (@williamlion is right) with patch https://github.com/yahoo/fili/pull/683 shall make things work
@wx8900 Please confirm; are you able to run example with Druid 0.11?