We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When looking at #9, we found that luftdatenpumpe would croak when importing historical data from luftdaten.info being invoked by
luftdatenpumpe
luftdatenpumpe readings --network=ldi --source=file:///var/spool/archive.luftdaten.info
like
2019-09-28 22:59:12,344 [luftdatenpumpe.source.luftdaten_info] ERROR : Could not make observation from {'timestamp': '2015-10-01T14:02:48.841131+00:00', 'location': {'id': 19, 'latitude': 48.722, 'longitude': 9.209}, 'sensor': {'id': 39, 'sensor_type': {'name': 'PPD42NS'}}}
Traceback (most recent call last): File "/Users/amo/dev/daq-tools/sources/luftdatenpumpe/luftdatenpumpe/source/luftdaten_info.py", line 374, in csv_reader reading = self.make_reading(csv_record) File "/Users/amo/dev/daq-tools/sources/luftdatenpumpe/luftdatenpumpe/source/luftdaten_info.py", line 144, in make_reading sensor_type_id = item['sensor']['sensor_type']['id'] KeyError: 'id'
@wetterfrosch also noticed this problem the other day.
The text was updated successfully, but these errors were encountered:
This problem has probably been introduced by 4532407.
Sorry, something went wrong.
Fix historical data import for LDI, #10
65865ec
The issue has been mitigated by 65865ec. Enjoy.
No branches or pull requests
When looking at #9, we found that
luftdatenpumpe
would croak when importing historical data from luftdaten.info being invoked bylike
@wetterfrosch also noticed this problem the other day.
The text was updated successfully, but these errors were encountered: