Sign up | Lost password? | Help

[ advanced search ]

Currency Converter widget not working?

Forums » Opera Community » General Opera topics » Opera Widgets

Go to last post

Monday, 3. September 2007, 10:14:42

xblades

avatar

Posts: 13

Currency Converter widget not working?

I have issues with the Currency Converter widget.

Once i download it, no currency list/drop down menu is shown, and nothing happens when i input a number in any of the fields, is it just me? :confused:

Thanks.

Monday, 3. September 2007, 12:22:37

scipio

Undutchable

avatar

Posts: 29747

Netherlands

Same here. Dropdown menus don't work. Opera 9.23/WinXP.

Monday, 3. September 2007, 13:01:10

johnnysaucepn

In a maze of twisty little messages, all alike

avatar

Posts: 5372

United Kingdom

Looks like some kind of parsing problem with the data at http://www.imf.org/external/np/fin/data/rms_mth.aspx?tsvflag=y&reporttype=CVSDR&archive=1 .

I'm getting

Unhandled exception: [Object DOMException]
code: 11
message: INVALID_STATE_ERR



suggesting a parsing error in the data. Have they changed the format?

Tuesday, 4. September 2007, 12:55:03

Looks like jhonnysaucepn is right. It seems the site itself is delivaring invalid data though (as opposed to the format changing), for instance see the invalid results on this page: http://www.imf.org/external/np/fin/data/rms_mth.aspx?SelectDate=2007-09-30&reportType=CVSDR

Hopefully they will fix the problem soon and the widget will continue working.

Wednesday, 5. September 2007, 07:44:30

xblades

avatar

Posts: 13

The widget was updated today and now works fine, just to let you know :D

Wednesday, 3. October 2007, 21:27:41

xblades

avatar

Posts: 13

It appears that the page has changed layout again.. at the time of this post the widget cannot retrieve the currency data :frown:

Thursday, 4. October 2007, 08:16:34

AyushJ

avatar

Posts: 4754

The Notes in xsl file is breaking the parsing. You can fix it by commenting the line 109 of scripts\widget.js file (then the widget will just ignore the remaining lines on error ).

Friday, 5. October 2007, 17:32:14

Evo2Me

avatar

Posts: 132

Germany

Ayush, either our JS editors (I use Dreamweaver CS3) are using completely different line numbering or your tip does not make much sense. First of all, I do have 'break' in that line, and when I make it a comment the widget has only lists of 'undefined' showing.

The problem with no entries at all was, so it seems, due to the IMF having a holiday break over the past week (or whatever they did). Now only the EURO is missing - sorely, I might add.

Friday, 5. October 2007, 17:52:15

AyushJ

avatar

Posts: 4754

Comment the bParsed = false; line not the break; line.

Saturday, 6. October 2007, 07:12:29

Evo2Me

avatar

Posts: 132

Germany

That's interesting. I did not have the line in my widget.JS for the CC, turned out that my update hadn't worked out right. Though I did delete the predecessor CC and then downloaded the new version, it was still the September one in my installation - and that did not have the bParse = False line.

Thank you for your help!

Forums » Opera Community » General Opera topics » Opera Widgets