issue 7
(Program returns error box instead of actually doing anything) commented on by voyagerfan5761
- I've done a little research. I might be able to fix this project. Arik, can you add me?
I'd like to try to make it work again.
My first attempt will involve updating the four Google DLLs and the associated version
numbers in GravatarContacts.csproj. (I tried just updating the DLLs locally, but then
got an error message that the old versions couldn't be found.)
I've done a little research. I might be able to fix this project. Arik, can you add me?
I'd like to try to make it work again.
My first attempt will involve updating the four Google DLLs and the associated version
numbers in GravatarContacts.csproj. (I tried just updating the DLLs locally, but then
got an error message that the old versions couldn't be found.)
Dec 11, 2009
issue 7
(Program returns error box instead of actually doing anything) commented on by voyagerfan5761
- I also have this issue. It might be something as simple as a changed authentication API
on Google's end that the DLL wasn't updated for.
I also have this issue. It might be something as simple as a changed authentication API
on Google's end that the DLL wasn't updated for.
Earlier this year
Sep 30, 2009
issue 7
(Program returns error box instead of actually doing anything) commented on by arikfri
- I'm sorry but I switched to Mac and no longer maintain this project. So can't help you with that.
I'm sorry but I switched to Mac and no longer maintain this project. So can't help you with that.
Sep 29, 2009
issue 7
(Program returns error box instead of actually doing anything) reported by otto4242
- What steps will reproduce the problem?
1. Run Program
2. Enter info
3. click Import
What is the expected output? What do you see instead?
Expected: anything else
Actual: Big error box
What version of the product are you using? On what operating system?
0.54 on Win XP
Please provide any additional information below.
Attaching screenshot.
What steps will reproduce the problem?
1. Run Program
2. Enter info
3. click Import
What is the expected output? What do you see instead?
Expected: anything else
Actual: Big error box
What version of the product are you using? On what operating system?
0.54 on Win XP
Please provide any additional information below.
Attaching screenshot.
Older
Oct 31, 2008
issue 6
(Add monsterid/identicon/wavatar to contacts without a gravat...) commented on by arikfri
- That's an interesting idea. I will add it to my tasks list.
Currently I don't have Visual Studio installed on my computer. I will take care of
that, as soon as I will have Visual Studio back on.
That's an interesting idea. I will add it to my tasks list.
Currently I don't have Visual Studio installed on my computer. I will take care of
that, as soon as I will have Visual Studio back on.
Oct 31, 2008
issue 6
(Add monsterid/identicon/wavatar to contacts without a gravat...) Labels changed by arikfri
-
Labels: Type-Enhancement−Type-Defect
Labels: Type-Enhancement−Type-Defect
Oct 31, 2008
issue 6
(Add monsterid/identicon/wavatar to contacts without a gravat...) commented on by ancient.mariner
- Whoops, don't know how to change this from a defect to an enhancement request.
Whoops, don't know how to change this from a defect to an enhancement request.
Oct 31, 2008
issue 6
(Add monsterid/identicon/wavatar to contacts without a gravat...) reported by ancient.mariner
- What steps will reproduce the problem?
1. Find an contact where the primary address has no gravatar
2. None of the secondary addresses have a gravatar either
3. Return no gravatar
What is the expected output? What do you see instead?
Give the user an option to pick one of none/monsterid/identicon/wavatar
before a run. During the run, if a contact without a gravatar is found,
give them a monsterid/identicon/wavatar instead. (Or none if the user has
picked none.)
What version of the product are you using? On what operating system?
Future enhancement.
Please provide any additional information below.
See http://en.gravatar.com/site/implement/url for how to generate the
appropriate URLs.
What steps will reproduce the problem?
1. Find an contact where the primary address has no gravatar
2. None of the secondary addresses have a gravatar either
3. Return no gravatar
What is the expected output? What do you see instead?
Give the user an option to pick one of none/monsterid/identicon/wavatar
before a run. During the run, if a contact without a gravatar is found,
give them a monsterid/identicon/wavatar instead. (Or none if the user has
picked none.)
What version of the product are you using? On what operating system?
Future enhancement.
Please provide any additional information below.
See http://en.gravatar.com/site/implement/url for how to generate the
appropriate URLs.
Oct 15, 2008
issue 5
(Null primary email addresses create problems) Status changed by arikfri
- Thanks for pointing this out.
Will also implement checking non primary email addresses at the same time.
Status: Accepted
Thanks for pointing this out.
Will also implement checking non primary email addresses at the same time.
Status: Accepted
Oct 14, 2008
issue 5
(Null primary email addresses create problems) reported by mehta.avi
- What steps will reproduce the problem?
1. Add a email address with blank primary email
2.
3.
What is the expected output? What do you see instead?
it should simply continue
What version of the product are you using? On what operating system?
latest on Vista
Please provide any additional information below.
it can be fixed by using:
if (entry.PrimaryEmail == null)
return;
in the function checkContact()
What steps will reproduce the problem?
1. Add a email address with blank primary email
2.
3.
What is the expected output? What do you see instead?
it should simply continue
What version of the product are you using? On what operating system?
latest on Vista
Please provide any additional information below.
it can be fixed by using:
if (entry.PrimaryEmail == null)
return;
in the function checkContact()
issue 4
(Program crashes) reported by talshafik
- What steps will reproduce the problem?
1. Run the program.
2. Enter username and password, click import.
3. Program crashes.
What is the expected output? What do you see instead?
Expect it to import the gravatars. It crashes instead.
What version of the product are you using? On what operating system?
First release version on XP.
Please provide any additional information below.
What steps will reproduce the problem?
1. Run the program.
2. Enter username and password, click import.
3. Program crashes.
What is the expected output? What do you see instead?
Expect it to import the gravatars. It crashes instead.
What version of the product are you using? On what operating system?
First release version on XP.
Please provide any additional information below.
Oct 13, 2008
issue 3
(Program crashes after pressing "Import") Status changed by arikfri
- There're two different problems that can cause the program to crash. I'm pretty sure
that one of them is already fixed and I think that I might solved the other one. I'm
still waiting for reports to come from users, as I can't reproduce it on my computer.
If the problem happens to you, I will really appreciate if you can send me a
screenshot of the error message.
Thanks!
Status: Fixed
There're two different problems that can cause the program to crash. I'm pretty sure
that one of them is already fixed and I think that I might solved the other one. I'm
still waiting for reports to come from users, as I can't reproduce it on my computer.
If the problem happens to you, I will really appreciate if you can send me a
screenshot of the error message.
Thanks!
Status: Fixed
Oct 13, 2008
r7
(Moving Gravatar class to main project.) committed by arikfri
- Moving Gravatar class to main project.
Moving Gravatar class to main project.
Oct 13, 2008
r6
(Added some exception handling.) committed by arikfri
- Added some exception handling.
issue 3
(Program crashes after pressing "Import") reported by talshafik
- What steps will reproduce the problem?
1. Start the program.
2. Enter username, password, click "Import".
3. Program crashes.
What is the expected output? What do you see instead?
I expect it to work. :) Instead it crashes.
What version of the product are you using? On what operating system?
Using the first release version on Windows XP.
Please provide any additional information below.
Great idea, hoping it'll work for me soon.
What steps will reproduce the problem?
1. Start the program.
2. Enter username, password, click "Import".
3. Program crashes.
What is the expected output? What do you see instead?
I expect it to work. :) Instead it crashes.
What version of the product are you using? On what operating system?
Using the first release version on Windows XP.
Please provide any additional information below.
Great idea, hoping it'll work for me soon.
Oct 12, 2008
issue 2
(Add threading to speed up things) reported by arikfri
- Divide the work of processing the list to a number of worker threads.
Divide the work of processing the list to a number of worker threads.