fili icon indicating copy to clipboard operation
fili copied to clipboard

Cannot use

Open wx8900 opened this issue 7 years ago • 4 comments

nothing

wx8900 avatar Apr 28 '18 00:04 wx8900

@wx8900 Thank you for trying out Fili.

Do you have a local Druid instance set up yet?

ghost avatar May 01 '18 03:05 ghost

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.

williamlion avatar May 01 '18 04:05 williamlion

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

ghost avatar May 01 '18 06:05 ghost

@wx8900 Please confirm; are you able to run example with Druid 0.11?

ghost avatar May 02 '18 05:05 ghost