Hi there,
What I meant on my previous reply is that I guessed that the Avatar History plugin gets the files from the AvatarCache folder, but since the files are not being saved there due to the illegal character, Avatar History is unable to find it, which causes the error.
Now, with your modified plugin, I was able to confirm this, because the Avatar Source is pointing to the AvatarCache folder. But it seems that is not the only the problem. Look the file name it is searching for:
"...\MirandaFolder\Profiles\MyProfile\AvatarCache\SKYPE_1\live:username.jpg"
So I guess there are two problems:
First: the avatars are not being saved to the AvatarCache (where Avatar History gets the files from);
Second: even if the files were saved with a name like "live_username", it would not be found by the plugin, since it is looking for "live:username".
Perhaps the second error is not related to the Avatar History plugin, because maybe it is just following the path that was given to it by the protocol.
Are my assumptions correct? Is it possible to fix it?
Thanks!