**Describe the bug** when I run the following code it returns ``` library(compstatr) i <- cs_create_index() ``` ``` Error in read_xml.response(x$response, ..., as_html = as_html) : Internal Server Error (HTTP 500). In addition: Warning message: In cs_request_POST(session, url, body = list(`__EVENTTARGET` = "GridView1", : Internal Server Error (HTTP 500). ```
Describe the bug
when I run the following code it returns