Anatoly

Results 17 comments of Anatoly

Spacy is a package https://spacy.io And it's included in the dev requirements https://github.com/gunthercox/ChatterBot/blob/master/dev-requirements.txt#L9 I'm not sure what are you doing exactly but if you need the package just install it.

Today I have the same problem... Yesterday everything was fine Atom: 1.21.1 OS: macOS 10.12.6

Hi @aleksihakli! Thank you for your answer! Yes, as @ckcollab already mentioned, according to the docs it should be the option only for DRF < 3.7 but I'm using DRF...

I did some investigation recently. So, django request and drf request aren't the same. It looks like drf request contains attributes of the django request but not vice versa. So,...

I have found a solution for the problem, btw. But don't have time to make a PR right now. Hopefully, will do that this week. FYI @aleksihakli

I've modified the original middleware :) It's either possible to use my solution in some project as a custom middleware or to include this change to the package (which is...

> Update: Didn't get it to work quickly. Hopefully this will make its way into the package 😃 Could you please provide details? What doesn't work in your case?

Hey, thanks for the fix! However I don't see a difference. Only the same behaviour. I'm sure I'm using master version. Any thoughts? I can try to test it different...

Ok, same thing with disabled Redis. Then I added an endpoint alongside `accel redirect endpoint` and subscribed to it directly. It worked as I showed on the first screenshot. Then...

>Are you able to reproduce this at all outside the browser? I tried to do that using [this](https://github.com/websocket-client/websocket-client) library, but it was weird. Do you have any suggestions regarding how...