David Nguyen

Results 10 comments of David Nguyen
trafficstars

How on earth did you get this to work? Even adding setting the fingerprint the connection fails with the initial commit.

I'm assuming it's included in the core package I do not see any compile errors unless you are saying it's external. It's just my own website (https://importbible.com/)

Sure thing thank you for the help. CPP: ``` /** The MIT License (MIT) Copyright (c) 2018 David Payne Permission is hereby granted, free of charge, to any person obtaining...

right I changed the url since it's being posted, the connections fails on this line ``` if (!modelClient.connect("importbible.com", 443)) { ``` Not sure if it's just my wifi connection is...

I tried removing that too with no luck, I'll keep cracking away at it thanks!

finally got it working, I was missing a println after ```modelClient.println(F("Connection: close"));``` thanks for the help!

Just a heads up, I'm currently designing a system that supports exporting a chart to PDF. I was able to export the nodes to canvas with html2canvas and the plumb...

Not ideal but consider creating an api and hosting it as a web app on azure.

> > Not ideal but consider creating an api and hosting it as a web app on azure. > > Apologies, I'm not sure if I understand what you are...

You could just mount the storage itself and easily access the file through the dbfs as well.