JustAnotherArchivist
JustAnotherArchivist
This leftover temporary file is the one produced by `Serializer.setTransmissionData`. The filename corresponds to the object that fails, i.e. if the `assert` for `o1` fails, `dump1.bin.1.tmp` remains in the directory.
In the meantime, I've also seen cases where no `.tmp` files were left over but only `dump1.bin` and/or `dump2.bin`. I've also had a case where there was *both* a `dump1.bin`...
Correction: I meant the `dumpN.bin.1.tmp` file, not `dumpN.bin.tmp` (which would be produced by `Serializer.serialize`). I've corrected the comments above.
By the way, the same issue of comparing raftLog objects instead of the log contents is also present in `test_randomTest1`, but it's only used for a debugging `print` there, so...
I haven't worked much with Scrapy, so no idea. I briefly looked around and saw that Scrapy has 'downloader middleware', but it looks like those also only see abstract `Request`/`Response`...
@Erotemic Are you still interested in working on this?
I just retested with the official trial instance (which I assume runs the current dev version or something close to it?) with Firefox. No, it does not behave correctly. *...
I forgor, but almost a year later, I'm finally back here. I don't like that it includes the optional, empty fields, but oh well. Let's see if this produces better...
Also, while testing this and looking around for odd cases, I discovered that Telegram supports 'round videos'. Example: https://t.me/s/memes/9641 Support for those doesn't need to be part of this PR,...
I think I found a reliable way of reproducing this while implementing communities (#614): 18+ posts in communities appear to always be returned as `TweetUnavailable`. Community 1560462400503296001 has one of...