items.recommendation was returning an empty object. Switching from .post(endpoint) to .get(endpoint) on line 122 fixed this. Also fixed this for items.similarity. It was experiencing the same issue, however, I am not running a similarity engine, so I did not get a chance to test that fix. (It fails and I get a stack trace if I try)
items.recommendation was returning an empty object. Switching from .post(endpoint) to .get(endpoint) on line 122 fixed this. Also fixed this for items.similarity. It was experiencing the same issue, however, I am not running a similarity engine, so I did not get a chance to test that fix. (It fails and I get a stack trace if I try)