You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Behavior: A ValueError is raised when attempting to convert the result of os.getxattr to a float. The output from os.getxattr appears to be corrupted or in an incorrect format.
Error Traceback:
Traceback (most recent call last):
File "loguru/_ctime_functions.py", line 36, in get_ctime_linux
return float(os.getxattr(filepath, b"user.loguru_crtime"))
ValueError: could not convert string to float: b'1721180095.264594\xdc:\xee|Q\x7f?WA\xf8\x8bdC\xe9V\xbdW\x19q\x80'
The text was updated successfully, but these errors were encountered:
I don't think this is a bug in Loguru. Could it be that a program in your system is modifying the extended Linux attributes?
Do you have more context about how the problem occurs? Does it happen at the beginning or during execution? Is it systematic? Have you tried another log file?
Actual Behavior: A ValueError is raised when attempting to convert the result of os.getxattr to a float. The output from os.getxattr appears to be corrupted or in an incorrect format.
Error Traceback:
The text was updated successfully, but these errors were encountered: