systemart / rtgui

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

AJAX refresh fails #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Torrents' status are not refreshing, AJAX calls fail, shown red in the
firebug console.

What version of the product are you using? On what operating system?
rtGui 0.2.6, Debian 4.0, 2.6.18-6-486

Please provide any additional information below.
AJAX calls fail, Firebug shows the requests red in its console, the problem
seems to be on line 23 in rtgui.js: req.overrideMimeType('text/txt');
The mime type should be text/plain, at least it works perfectly here that way.
Then it becomes perfect, my browser:
Mozilla/5.0 (X11; U; Linux x86_64; hu-HU; rv:1.9.0.5) Gecko/2008121622
Ubuntu/8.04 (hardy) Firefox/3.0.5

Original issue reported on code.google.com by berlikl@gmail.com on 3 Jan 2009 at 6:45

GoogleCodeExporter commented 9 years ago
Yup, a bit of googling seems to agree that it should be text/plain - thanks for 
the 
report.

Fixed in next version.

Original comment by lemonbe...@gmail.com on 8 Jan 2009 at 8:45

GoogleCodeExporter commented 9 years ago
Fixed in version 0.2.7

Original comment by lemonbe...@gmail.com on 16 Mar 2009 at 10:19