8 years, 8 months ago.

parseURL() failed. Should enlarge char path[] 64 -> 96 or more.

parseURL() failed. When I modified char buffer size of 'char path[64]' to 'char path[128]' in HTTPClient::connect() HTTPClient.cpp, it worked. The length of my secret key of IFTTT is 44bytes and path length is 69 bytes.

Question relating to:

An Example of triggering IFTTT Maker event.

Thank you letting me know the issue. The code worked for me without any trouble because my secret key was 21bytes and the path I have tested was 54bytes.

posted by Ken Suzuki 25 Aug 2015
Be the first to answer this question.