Prabhusarathy18
Prabhusarathy18
Even me!
@agi1512 How u pointed your jupyter notebook to point your container? Can u please elaborate ?
Thanks for the response! @agi1512 @wenmin-wu
Thanks for response. Now the image build is very fine. I'm getting CORS issues while specifying remote_server_url in the config file. Is there any fix for this? @wenmin-wu
@wenmin-wu Yes it is working now. But Im not getting any results now. I pointed the remote-url param as http://0.0.0.0:9999/. Also tried by hard-coding inside main.js file. To my understanding...
Also tried with postman, http://0.0.0.0:9999/tabnine?data=%7B%22version%22%3A%221.0.7%22%2C%22request%22%3A%7B%22Autocomplete%22%3A%7B%22filename%22%3A%22%2FUntitled2044.py%22%2C%22before%22%3A%22i%22%2C%22after%22%3A%22%22%2C%22region_includes_beginning%22%3Atrue%2C%22region_includes_end%22%3Atrue%2C%22max_num_results%22%3A10%7D%7D%7D It is not fetching any results.
@wenmin-wu Using 2.9.2 version. Still facing same issue. The version was hardcoded in tabnine.go file. Also checked inside the container. Pls help
@wenmin-wu I think server inside the container is stopping. At first the container memory is 100+MB but after 10-15 sec it is under 10MB. So it is understood that some...