gottagetit / phoshare

Automatically exported from code.google.com/p/phoshare
Other
0 stars 0 forks source link

OverflowError: date value out of range #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Starting phoshare

What is the expected output? What do you see instead?
phoshare doesn't run anymore (did run in 2012, december, when I used it for the 
last time).

What version of the product are you using? On what operating system?
os x 10.8.2 phoshare 1.5.2

Please provide any additional information below.

Original issue reported on code.google.com by stephank...@gmail.com on 2 Mar 2013 at 12:04

Attachments:

GoogleCodeExporter commented 8 years ago
If you are handy with a text editor, you can fix this by changing the file 
applexml.py (full path shown in your screenshot, too), and adding 
"OverflowError, " to the list of exceptions:

/Users/stephan/Applications/Phoshare.app/Contents/Resources/lib/python2.7/appled
ata/applexml.py
39c39
<     except (OverflowError, TypeError, ValueError) as _ex:
---
>     except (TypeError, ValueError) as _e:

Original comment by tsporkert on 2 Mar 2013 at 6:04

GoogleCodeExporter commented 8 years ago
Hello,

Thanks, that worked! (I just added the OverflowError and kept the _e:
instead of _ex:  )

Bye,
Stephan

Original comment by stephank...@gmail.com on 2 Mar 2013 at 7:59

GoogleCodeExporter commented 8 years ago
Thanks for letting me know that your problem has been addressed. 

Original comment by tsporkert on 31 Mar 2013 at 2:43