I am trying to pull in ocean buoy data using a third party module, buoyant. I am able to get it to work locally but I am seeing this in the logs:
2018-07-22 22:32:53,312: [2018-07-22 22:32:53,309] ERROR in app: Exception on /send [POST]
...
2018-07-22 22:32:53,314: File "/home/rafskov/deploy/app1.py", line 51, in send
2018-07-22 22:32:53,314: waves = sf.waves
2018-07-22 22:32:53,314: File "/home/rafskov/.local/lib/python3.6/site-packages/buoyant/buoy.py", line 188,
in waves
...
2018-07-22 22:32:53,315: matches = [k for k in dictionary.keys() if prop in k]
2018-07-22 22:32:53,315: TypeError: argument of type 'NoneType' is not iterable