I'm having problems getting the python interface of TurboActivate to actually activate from an ActivationResponse.xml. The same file will activate if a simple C implementation is used. I'm implementing a private network webgui so am getting the text from the file from a post request, writing it to file then giving the file to the Python function. The code that I'm using looks something like this:
https://pastebin.com/rnkzCQsX
As far as I can tell there is nothing obviously wrong? As I said the xml does activate using a different method. I wonder if there is something wrong with python-turboactivate? Any suggestions are welcome.