Brief description of the problem
Hi, after updating to v5, and new python3, time data does not match format is showing when checking the update page.
Detailed step by step instructions to reproduce the problem
Software updates
Unable to check update due to a system error: (time data ‘2023 juli 21.’ does not match format ‘%Y %b %d’).
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/storageadmin/views/command.py”, line 264, in post
return Response(rockstor_pkg_update_check(subscription=subo))
File “/opt/rockstor/src/rockstor/system/pkg_mgmt.py”, line 325, in rockstor_pkg_update_check
version, date = rpm_build_info(pkg)
File “/opt/rockstor/src/rockstor/system/pkg_mgmt.py”, line 135, in rpm_build_info
bdate = datetime.strptime(dstr, “%Y %b %d”)
File “/usr/lib64/python3.6/_strptime.py”, line 565, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File “/usr/lib64/python3.6/_strptime.py”, line 362, in _strptime
(data_string, format))
ValueError: time data ‘2023 juli 21.’ does not match format ‘%Y %b %d’
rockstor:~ # rpm -qi rockstor
Name : rockstor
Version : 5.0.0
Release : 0
Architecture: x86_64
Install Date: Mon Jul 24 12:11:39 2023
Group : Productivity/Networking/File-Sharing
Size : 10055134
License : GPL-3.0-or-later AND (MIT AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later AND ISC)
Signature : RSA/SHA256, Fri Jul 21 19:42:22 2023, Key ID 1c4262f25f043187
Source RPM : rockstor-5.0.0-0.src.rpm
Build Date : Fri Jul 21 19:42:14 2023
Build Host : rleap15-4.lan
Relocations : /opt
Packager : https://www.suse.com/
Vendor : YewTreeApps
URL : https://rockstor.com/
Summary : Btrfs Network Attached Storage (NAS) Appliance.
Maybe @Mark93 can check for same problem