Bugzilla – Bug 16181
Error trying to remove Last.FM
Last modified: 2011-03-16 04:45:48 UTC
Oops! An error has occurred. We're working to fix the point, thank you for your patience.
I verified this also happens for me.
This issue was recently reported by a T2 agent, but the error occured upon installation of the app.
Created attachment 6891 [details] replace "0000-00-00 00:00:00" date values with some valid date DateTime can't handle all zero date values
The problem here is that we can have null (or rather all zero) date values in last_connected. When this value is read from the DB, the code tries to convert it into some other format. But that module can't handle all zero values. Thus (after discussion with Brandon) I'd suggest we replace these cases with another far, far away date before converting it. Brandon's comment: "assuming there's no silly syntax error in the paste, it looks pretty low risk to me" Chris - if the case is critical enough I can roll this out while Andy is away.
Reducing priority
I filled the null values in the DB with something, that should take care of this problem.