Umstieg auf 2.0 - Fehler bei Datenmigration

Fragen zur Nutzung, Features, usw..
Antworten
kolbi
Beiträge: 28
Registriert: So Nov 07, 2021 7:07 pm

Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von kolbi »

Hallo in die Runde,

ich versuche von 1.9.304 auf die aktuelle 2.1 umzusteigen.
Leider bekomme ich bei der Datenmigration mehrere Fehler, mit denen ich nichts anfangen kann.
Könnte mir bitte jemand einen Tipp geben, was hier falsch läuft?

Danke.


2024-09-07 16:31:25,078 - Fehler beim Konvertieren des Logs vom 20231030.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
2024-09-07 16:32:02,287 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1900', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,350 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1905', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,398 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1910', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,455 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1915', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,504 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1920', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,577 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1925', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,777 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1930', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,824 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1935', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:02,930 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1940', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,042 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1945', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,088 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1950', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,124 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['1955', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,154 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2000', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,190 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2005', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,256 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2010', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,367 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2015', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,589 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2020', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,641 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2025', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,733 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2030', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,769 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2035', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,801 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2040', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:03,986 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2045', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,139 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2050', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,251 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2055', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,421 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2100', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,512 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2105', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,559 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2110', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,580 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2115', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,581 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2120', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,623 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2125', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,669 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2130', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,694 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2135', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,724 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2140', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,815 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2145', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,881 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2150', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:04,952 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2155', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,016 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2200', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,076 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2205', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,077 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2210', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,103 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2215', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,169 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2220', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,191 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2225', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,256 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2230', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,282 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2235', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,306 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2240', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,332 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2245', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,358 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2250', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,382 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2255', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,408 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2300', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,435 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2305', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,462 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2310', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,507 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2315', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,509 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2320', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,619 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2325', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,726 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2330', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,831 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2335', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,908 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2340', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:05,987 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2345', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:06,051 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2350', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:06,105 - Fehler beim Konvertieren des Tages-Logs vom 20181114.csv, Reihe ['2355', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:32:54,171 - Fehler beim Konvertieren des Logs vom 20201110.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
2024-09-07 16:36:44,521 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1535', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,602 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1535', '0', '0', '0', '0', '0', '0', '']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,651 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1541', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,710 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1545', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,762 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1550', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,821 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1555', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,898 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1600', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:44,982 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1605', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
2024-09-07 16:36:45,057 - Fehler beim Konvertieren des Tages-Logs vom 20181119.csv, Reihe ['1610', '0', '0', '0', '240.00', '0', '0', '240.00']
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/data_migration/data_migration.py", line 388, in _daily_log_entry
"imported": string_to_float(row[8]),
IndexError: list index out of range
60 kwp:
67x Aleo S18 220 an SMA STP15
12x Aleo X63 305 + 16x Canadian 370 an SMA STP10
147x Aleo S18 220/230/255 an SMA STP15, SB5000, 2x SB4000
1x SMA SBS5.0 mit 2x BYD HVM13.8
2x MyPV AC Thor9s
1x openWB Duo
1x Skoda Citigo iV
1x Skoda Enyaq Coupe RS iV
LutzB
Beiträge: 3707
Registriert: Di Feb 25, 2020 9:23 am
Been thanked: 5 times

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von LutzB »

Die uralten Tageslogs aus 2018 haben wohl noch ein Format, was bei der Datenübernahme nicht berücksichtigt wurde. Kannst Du exemplarisch die CSV-Datei vom 14.11.2018 exportieren und nach paste.openwb.de hochladen? Dann den Link bitte hier posten.

Selbes Vorgehen bitte für den 30.10.2023.
kolbi
Beiträge: 28
Registriert: So Nov 07, 2021 7:07 pm

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von kolbi »

Hallo Lutz,

Anmerkung: Es handelt sich um die "alte" Duo, welche noch automatische Umschaltung konnte,
Der Link zum Tageslog zum 14.11.2018: https://paste.openwb.de/nKZ9xXUXbk4Q2NR
Der Link zum Tageslog zum 30.10.2023: https://paste.openwb.de/65yciovNQNQrqtK
Einmal komplett alles: https://drive.google.com/file/d/1l6zgSA ... sp=sharing

Danke für Deine Mühe.
60 kwp:
67x Aleo S18 220 an SMA STP15
12x Aleo X63 305 + 16x Canadian 370 an SMA STP10
147x Aleo S18 220/230/255 an SMA STP15, SB5000, 2x SB4000
1x SMA SBS5.0 mit 2x BYD HVM13.8
2x MyPV AC Thor9s
1x openWB Duo
1x Skoda Citigo iV
1x Skoda Enyaq Coupe RS iV
LutzB
Beiträge: 3707
Registriert: Di Feb 25, 2020 9:23 am
Been thanked: 5 times

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von LutzB »

Gut, dass Du das komplette Archiv auch hochgeladen hast. Die letzte Zeile des Logs vom 30.10.2023 enthält zahlreiche "Nul" Zeichen. Das wurde beim Kopieren nach Paste bereits vom Editor entfernt und hätte ich so nicht sehen können. Du kannst also einfach in der Datei die letzte Zeile (219) komplett leeren, danach sollte der Import für diesen Tag klappen. Es fehlen jedoch Einträge ab 18:10 bis zum nächsten Tag 10:15. Da scheint es ein Problem gegeben zu haben. Generell sollte aber der Import der Einträge bis 18:10 vom 30.10.2023 geklappt haben. Eine Anpassung des Logfiles bringt Dir in diesem Fall keinen Mehrwert.

Das alte Format aus 2018 habe ich mir auch rausgesucht. Fix kommt heute in den master Branch: https://github.com/openWB/core/pull/1876
kolbi
Beiträge: 28
Registriert: So Nov 07, 2021 7:07 pm

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von kolbi »

Hallo Lutz,

leider funktioniert das (noch) nicht.
Heute nochmals Backup der letzten 1.9er gezogen, auf die 2.1er Karte umgebaut und Update auf die aktuelle master gemacht.
Fehler: "imported": string_to_float(row[8]),
Ich habe Dir hier

https://drive.google.com/file/d/1XsdXgW ... sp=sharing

mal das komplette Log vom Update hingelegt und hier

https://drive.google.com/file/d/1EzSX14 ... sp=sharing

das heutige 1.9er Backup, welches ich für die Migration gemacht habe.
Danke nochmals für Deine Mühe!

MfG Steffen
60 kwp:
67x Aleo S18 220 an SMA STP15
12x Aleo X63 305 + 16x Canadian 370 an SMA STP10
147x Aleo S18 220/230/255 an SMA STP15, SB5000, 2x SB4000
1x SMA SBS5.0 mit 2x BYD HVM13.8
2x MyPV AC Thor9s
1x openWB Duo
1x Skoda Citigo iV
1x Skoda Enyaq Coupe RS iV
LutzB
Beiträge: 3707
Registriert: Di Feb 25, 2020 9:23 am
Been thanked: 5 times

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von LutzB »

Auf welcher Version ist Deine openWB? Die Anpassung ist am 10.9. in den master Branch gepackt worden. In Release oder Beta ist das noch nicht enthalten.
kolbi
Beiträge: 28
Registriert: So Nov 07, 2021 7:07 pm

Re: Umstieg auf 2.0 - Fehler bei Datenmigration

Beitrag von kolbi »

Hallo Lutz,
habe am 18.9. ein Update im Master gemacht.
Gruß
60 kwp:
67x Aleo S18 220 an SMA STP15
12x Aleo X63 305 + 16x Canadian 370 an SMA STP10
147x Aleo S18 220/230/255 an SMA STP15, SB5000, 2x SB4000
1x SMA SBS5.0 mit 2x BYD HVM13.8
2x MyPV AC Thor9s
1x openWB Duo
1x Skoda Citigo iV
1x Skoda Enyaq Coupe RS iV
Antworten