Closed mbirth closed 1 year ago
I can confirm the backup csv fails to “download” mid-way if the content has a hashtag #
in it. It may or may not be related with #20.
I was able to use a workaround (using the inspect element) mentioned in #20 to get the “correct” csv downloaded, and compared it to the corrupted csv, and it does indeed seem to always cuts off at the hashtags. Unfortunately, using the workaround is still not not 100 percent perfect, as the formatting gets broken for me.
I think the reason this happens is because when a hashtag #
is put in a url, the csv download gets cuts off due to hashtag being used for specific purposes in urls (I wonder if this problem is related).
Either way, for now we can use workaround to get the complete backup copy. Just need to make sure the backup copy link doesn’t disappear before clicking the tab away.
Had the same issue. There were hashtags in the unicode for emoji in some posts or in a few other places. My quick work around:
#
with -
For what it's worth, I followed @donquxiote 's suggestion to inspect the export button, and changed a step:
Thanks to everyone who helped!
Yeah, known defect with how PDS builds the csv file. See the open PR if you're curious.
I've "prepared for export" my whole reddit account and the results page says something about 2901 exported entries.
Yet when downloading the items, I get only 23 items with the last one being this one and truncated at the
#
. The whole line in the CSV looks like this:And that's the end of the downloaded file.
This is with Firefox 114.0 on macOS.