When using nws_weather_NDFDgen(), once I enable a custom module that calls it my error logs start showing the error:

SoapFault :Client. SOAP-ERROR: Encoding: object hasn't 'critfireo' property

The module seems to work fine, it's just when calling that function? Is this something I could be doing wrong on my end?

Comments

dwaine’s picture

Assigned: Unassigned » dwaine

The NWS data stream changed to include two new data points. They are:
critfireo
dryfireo
The Drupal message is being created when these new data points are encountered and the existing code does not expect them. I've updated the code to expect these two new points in the GIT version system and the next module release will include this bug fix.

If you would like to quiet the message right now you can append the following:
'critfireo' => FALSE, 'dryfireo' => FALSE
to the end of line 399 of nws_weather.module (double check that the commas are correct before saving.)

aaronrus’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as outdated — the branch this issue was reported against is no longer supported. The module is now maintained on the 2.x-dev branch.

Thank you for your report!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.