Closed eamonnbell-dur closed 12 months ago
Hi @eamonnbell-dur, thanks for reporting. We'll have to fix this in 4CAT itself since changing the internal identifier used in Zeeschuimer would delete existing captured items, which probably would not be a significant inconvenience for most users but could still result in a loss of data. As of https://github.com/digitalmethodsinitiative/4cat/commit/b3aee4da108d7e7ef3f4d1094415bfb1b86e354a 4CAT will accept 9gag imports (and this fix will be in the next 4CAT release).
Steps to reproduce:
The response from the
/api/import-dataset
is 404, "Unknown platform or source format"Possible cause:
I have located this issue in the value provided in the
X-Zeeschuimer-Platform
header, which is currently9gag.com
.This is is not a recognised data source on the 4CAT side: https://github.com/digitalmethodsinitiative/4cat/blob/master/datasources/ninegag/__init__.py#L11.