PT_do_lanche
(usa Ubuntu)
Enviado em 18/03/2010 - 16:45h
Estou com ubuntu 9.10. Internet via radio - placa rainlik. Ocorreu interrupção de fornecimento do sinal. Retornando o sinal, não foi mais possível estabelecer a ligação com a .net. O erro que aparece:
Erro: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///usr/lib/xulrunner-1.9.1.8/components/FeedProcessor.js :: FP_onStartRequest :: line 1440" data: no]
Arquivo-fonte: file:///usr/lib/xulrunner-1.9.1.8/components/FeedProcessor.js
Linha: 1440
a linha 1440 é (**):
Arquivo-fonte: file:///usr/lib/xulrunner-1.9.1.8/components/FeedProcessor.js
Linha: 1440
onStartRequest: function FP_onStartRequest(request, context) {
// this will throw if the request is not a channel, but so will nsParser.
var channel = request.QueryInterface(Ci.nsIChannel);
(**)channel.contentType = "application/vnd.mozilla.maybe.feed";
this._reader.onStartRequest(request, context);
},
Não sei O QUE e COMO fazer.
Alguém para dar a "luz"??
Abraços,
ze_carlos