Darren Chang
Darren Chang
Hi, I have answered this same problem at https://github.com/Poohl/joycontrol/issues/17. I'm using this forked repository at https://github.com/Poohl/joycontrol. I think this one might have gotten outdate... My swith version is 14.1.2. The...
> It works for me if I set `CVAT_HOST=localhost` What im doing is adding a proxy server between the client and the cvat server. Client --https--> proxy --http--> Cvat And...
> > > It works for me if I set `CVAT_HOST=localhost` > > > > > > What im doing is adding a proxy server between the client and the...
> > > It works for me if I set `CVAT_HOST=localhost` > > > > > > What im doing is adding a proxy server between the client and the...
I think I've found the issue. https://github.com/opencv/cvat/blob/c5852094560c7557511df31deb41f192e2fd7d9d/cvat/apps/engine/mixins.py#L286 If I have a reverse proxy listening on https that passes requests to my cvat server running on http, Django would return the...
> @SDxKeeper I see. I do know that one way to specify that you are expecting a list of model is `@api.response(200, 'Success', [my_model])`. Have you tried this? This method...
I've answered the fix in https://github.com/Poohl/joycontrol/issues/17. Basically you need to compile it yourself. The steps are provided in there.
Hi, please give this solution a try. https://github.com/Poohl/joycontrol/issues/17#issuecomment-1140315862
This issue is a duplicate of https://github.com/Poohl/joycontrol/issues/17#issue-1213491745
> What is your OS version?