-
Notifications
You must be signed in to change notification settings - Fork 3
cs_create_index() returns an error #20
Comments
hi @laknath123 - thanks for opening this! there appears to be an issue with SLMPD's website right now - there is an invisible 10th page of crime reports, which is empty, that is causing |
hi @laknath123 - quick update - the February data are now available, and the If you're willing, I'd love to hear how you're using the package if you don't mind sharing! Feel free to drop me an email at chris.prener@slu.edu |
The warning is being drawn from here, the error originates from here. One early strategy is to catch 500 and other problematic status codes here, but that will only work for when the site itself is down. A second strategy is to test the output of this line for 500 and other problematic status codes - this will address the core issue. |
An update - the output for |
Describe the bug
when I run the following code it returns
The text was updated successfully, but these errors were encountered: