Gustav von Zitzewitz
Gustav von Zitzewitz
Thanks for the quick reply Rob, I am sending my requests with `d3.json` So far I was not setting a header but with your suggestion my new call looks like:...
The response is ```The origin "http://localhost:8088" was not whitelisted by the operator of this proxy.``` although I whitelisted everything with an asterisk `*` and in the header it says: ```...
Ok that is good to hear. But also if I start the image just with `docker run cors-anywhere` (Dockerfile is described above) without any whitelisting parameters, I still get the...
I did remove `export CORSANYWHERE_WHITELIST=*` after you said wildcard does not work for whitelisting. So what would be minimal working example to make it run locally? Lets say my NodeJs...
I am behind a corporate proxy, but proxy environment variables are set and normally i got internet access through the console / terminal. but your command gave a `Proxy Authentication...
I am trying to set it up on an Ubuntu 18.04 AWS EC2 Instance with Node installed. Running the server works, but i cannot make api calls over it. I...
There really should no issue on the call of format(directory) as this is the string the loop iterates over. as the code in main() is: ``` def main(): # Read...
yeah thats tensorflow version bound. The reason is the version the model is exported in. There are incompabilities between 1.5 and 1.4
@MatthiasRoelandts does the error still appear?
@imxboards i also sometimes face this error when i switch tensorflow versions. It is definetly caused by tensorflows internal changes and in-compabilities. Try using TF-1.4. I for my self am...