Error identified by Luke. pytolnet examples are not working. For example, python plot_curtains.py gives the following error message:
Traceback (most recent call last):
File "/Users/barronh/Development/pytolnet/examples/plot_curtain.py", line 17, in <module>
cldf = api.data_calendar('UAH')
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/barronh/Development/pytolnet/pytolnet/__init__.py", line 239, in data_calendar
cldf = self._get_meta(
^^^^^^^^^^^^^^^
File "/Users/barronh/Development/pytolnet/pytolnet/__init__.py", line 120, in _get_meta
raise IOError('Status {status}: {message}'.format(**j))
OSError: Status 400: Only numbers are allowed for the processing_type. Only one value is allowed
Error identified by Luke. pytolnet examples are not working. For example, python plot_curtains.py gives the following error message: