KatNezabydka / educated

1 stars 1 forks source link

Error during load user from file (after second start) #22

Open KatNezabydka opened 6 months ago

KatNezabydka commented 6 months ago

1) Fix the error !!! Loading users from the file: users_data.json !!! Traceback (most recent call last): File "/Users/kornyshevaekaterina/Documents/GoIt/Projects/project-educate1/src/Birthday.py", line 10, in wrapper datetime.strptime(value, "%d.%m.%Y") TypeError: strptime() argument 1 must be str, not None

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/kornyshevaekaterina/Documents/GoIt/Projects/project-educate1/src/main.py", line 221, in main() File "/Users/kornyshevaekaterina/Documents/GoIt/Projects/project-educate1/src/main.py", line 181, in main fake_user.add_birthday(user["birthday"]) File "/Users/kornyshevaekaterina/Documents/GoIt/Projects/project-educate1/src/Record.py", line 43, in add_birthday self.birthday = Birthday(birthday) File "/Users/kornyshevaekaterina/Documents/GoIt/Projects/project-educate1/src/Birthday.py", line 12, in wrapper raise ValidationError("Incorrect date format. Use DD.MM.YYYY.") ValidationError.ValidationError: Incorrect date format. Use DD.MM.YYYY.

2) Fix autocompleate command (just first command has to be with tips)

KatNezabydka commented 6 months ago

https://github.com/KatNezabydka/project-educate1/pull/34