Martin Abelson Sahlen
Martin Abelson Sahlen
I'm sorry to be so slow - but I dont get notifications for some reason @kevin-thorpe . I'm using https://www.pyinstaller.org/ to compile it!
This seems to be an error with C extensions and building them for the cloud function. It might be an easy task, it might not but I don't currently have...
Thanks, I should be able to get that into an update. I also have some other issues that seems mostly related to hidden imports - it seems that just updating...
@karheng Thanks for submitting issue. Are you able to run this with a json response body and string just to see if we can zone in on where the issue...
@karheng , I'll have a a look! Thanks for providing the info! Wondering if this is related to the fact that the body in the first request you posted that...
Yes! I was just trying to locate where the error might be. You did convert the number correctly, however my code does not seem to handle serialization correctly. So I...
I'll have a look at this during the weekend!
I don't know the exact specifics of your case, but a similar question about DW+Atmosphere was posted some time on SO ago which I answered: http://stackoverflow.com/questions/28103179/authenticate-with-atmosphere-dropwizard/28418653#28418653. It would be pretty...
I reckon there might be some errors with paths then. As the function references the shim (i.e. the compiled binary) through the local path using `execFileSync` it might be just...
I get the error when my function tries to call the generated binary using spawn (now changed to `execFileSync`, which is called `goa` in this case. I will get back...