elegant-flag-19390
09/08/2022, 10:43 AMhashAttribute
is an Integer, I'm receiving the following error:
/usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:127:in `run': undefined method `length' for 123:Integer (NoMethodError)
return get_experiment_result(exp) if hash_value.length.zero?
^^^^^^^
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:92:in `block in eval_feature'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:73:in `each'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:73:in `eval_feature'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:164:in `on?'
from growthbook.rb:69:in `<main>'
That's is not happening with the Python SDK.future-teacher-7046