jthei / simple-task-timer

Automatically exported from code.google.com/p/simple-task-timer
0 stars 0 forks source link

It stopped when I added a new task #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start 3 tasks
2. try to add one with no name
3. enter a name

What is the expected output? What do you see instead?
I wanted to have the fourth task running, but i saw this:

An error has occurred somewhere. Please report a bug with the following 
information, as well as what you did/what happened:

App Version: 1.4.1
Error Message: Uncaught TypeError: Cannot call method 'toString' of null
URL: chrome-extension://aomfjmibjhhfdenfkpaodhnlhkolngif/scripts/main.js
Line number: 296
localStorage:
{"old-version":"1.4.1","tasks":"[{\"text\":\"Computer 
check\",\"current_hours\":0,\"current_mins\":4,\"current_secs\":23,\"goal_hours\
":0,\"goal_mins\":10,\"notified\":false},{\"text\":\"Wäsche 
waschen\",\"current_hours\":0,\"current_mins\":3,\"current_secs\":4,\"goal_hours
\":0,\"goal_mins\":6,\"notified\":false},{\"text\":\"spaß\",\"current_hours\":0
,\"current_mins\":2,\"current_secs\":49,\"goal_hours\":0,\"goal_mins\":12,\"noti
fied\":false},{\"text\":\"1\",\"current_hours\":0,\"current_mins\":0,\"current_s
ecs\":0,\"goal_hours\":null,\"goal_mins\":1,\"notified\":false}]","confirm-delet
e":"true","stop-timer":"true","launches":"3","only-one":"false","notify":"false"
,"confirm-reset":"true","custom-sound":"","update-time":"1","play-sound":"true",
"sound-type":"1","hide-notice":"false","autostart-default":"false"}

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.
I just installed it. It's the first time I try it out.

Original issue reported on code.google.com by manus...@gmail.com on 6 Nov 2011 at 8:32

GoogleCodeExporter commented 9 years ago
This should be fixed in version 1.5.0, which I just pushed out. Make sure you 
are up to date by going to Chrome's extensions page (Wrench menu -> Tools -> 
Extensions), opening the developer mode dropdown, and clicking Update 
Extensions Now.
Can you verify that it is fixed?

Original comment by Gawdl3y on 6 Nov 2011 at 10:43