18
Views
5
Comments
Debugger Error
Question
Hi,

When I try to debug a eSpace get this error. 



The error only happens in this eSpace and on my computer. On the computer of a colleague it works well.

In more information the error is:

O tipo de conteúdo text/html; charset=utf-8 da mensagem de resposta não corresponde ao tipo de conteúdo do enlace(text/xml; charset=utf-8). Se utilizar um codificador personalizado, certifique-se de que o método IsContentTypeSupported é correctamente implementado. Os primeiros 1024 bytes da resposta eram: '
 
<html>

Any idea how to solve?

Thanks, 
Plácido Miranda
2018-11-06 14-26-44
Suraj Borade
Hi Placido,

Are you debugging an action which is calling webservice? If that is true, webservice is returning an xml which is not matching with the structure generated and it's getting timed out.

2019-02-14 10-34-42
Plácido Miranda
Hi Suraj,

Thanks for the answer, but i dont have any webservice in my eSpace.
2019-02-14 10-34-42
Plácido Miranda
Hi,

We've found the problem.
 
We have a Redirect Rule that was interfering with debugging. 
 
Thanks,
Plácido Miranda
2018-11-06 14-26-44
Suraj Borade
Hi Placido,

Can you please post where did you find Redirect Rule? How to set that?

Thanks
2019-02-14 10-34-42
Plácido Miranda
Hi Suraj,
 
You can see the Redirect Rules in Service Center -> Administration -> SEO URLs -> Redirect Rules List
 
The problem is that to connect to the server I was using: myname@servername rather than myname@serverip.
 
If you connect with the last one the Redirect Rules will not affect your debug.

You can read more about SEO Rules here.

Plácido
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.