Re: Datenübernahme von 1.9 in software2
Verfasst: Di Feb 25, 2025 3:45 pm
Gegenfalls kann mir jemand weiterhelfen anhand folgendes Logs?KrailPV hat geschrieben: Do Feb 20, 2025 2:15 pm Hallo zusammen,
Die Datenübernahme scheint nicht 100% zu funktionieren, beim Import hatte ich auf 1.9. für 2024 18.000kwh PV Erzeugung, Nach Import habe ich in 2.x jetzt nur noch 15.000kwh PV Erzeugung 2024, der Import war zumindest ohne Fehlermeldung durchgelaufen und hatte am Ende Vollzug gemeldet gehabt?
Code: Alles auswählen
2025-02-20 14:03:27,352 - Fehler beim Konvertieren des Logs vom 20200707.csv
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 270, in convert
new_entries = self._daily_log_entry(old_file_name)
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 339, in _daily_log_entry
for row in csv_reader:
_csv.Error: line contains NUL
2025-02-20 14:08:59,657 - Fehler beim Konvertieren des Logs vom 20231230.csv
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 270, in convert
new_entries = self._daily_log_entry(old_file_name)
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 339, in _daily_log_entry
for row in csv_reader:
_csv.Error: line contains NUL
2025-02-20 14:15:25,946 - Fehler beim Konvertieren des Logs vom 20181119.csv
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 270, in convert
new_entries = self._daily_log_entry(old_file_name)
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 339, in _daily_log_entry
for row in csv_reader:
_csv.Error: line contains NUL
2025-02-20 14:33:57,396 - Fehler beim Konvertieren des Logs vom 20200219.csv
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 270, in convert
new_entries = self._daily_log_entry(old_file_name)
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 339, in _daily_log_entry
for row in csv_reader:
_csv.Error: line contains NUL