You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue using getMgmtDisc. Specifically, when there is missing 10-K in the year, it returns Error in XML::free(doc) : object 'doc' not found
and terminates its function without moving to the next document.
I guess there is an issue in line 177 but I am not sure whether it is. rm(f.text); XML::free(doc)
The text was updated successfully, but these errors were encountered:
It happened to me too, the filling is downloaded in the directory of the project, no problem with that, however the error happens with filings starting in 2019 and the only difference with previous years is that the format changed to the new iXBRL format.
I encountered an issue using getMgmtDisc. Specifically, when there is missing 10-K in the year, it returns
Error in XML::free(doc) : object 'doc' not found
and terminates its function without moving to the next document.
I guess there is an issue in line 177 but I am not sure whether it is.
rm(f.text); XML::free(doc)
The text was updated successfully, but these errors were encountered: