Trouble connecting to WIFI using "Simple HTTP get webclient"

Hi, I'm attempting to connect my ESP8266 feather HUZZAH to my wifi (the test should ping back things like the ip address and some other things), but I only get this

Connecting to WOW!8568-5G
.
ets Jan 8 2013,rst cause:4, boot mode:(1,7)

wdt reset

I've been searching and cannot figure out what these error codes mean exactly or what I need to do to fix them, extremely frustrating for me.

I can post the code if necessary, not sure how to format it though.

I can post the code if necessary

It is, if you want an answer.

The wdt reset part of that message means that something is taking too long, and the watchdog is not getting petted often enough, so it jumps up and bites you.