Closed slatinsky closed 1 year ago
Oops, forgot about the SNEAKERNET thing :sweat_smile: I should probably turn that into a commandline argument for easy testing.
As for the deserialize thing - I think I missed that because Discord has been giving me Gateway connections formatted in JSON lately, rather than ETF. Pretty sure I renamed deserialize
to deserialize_erlpackage
and forgot to update the recursive references inside it.
Thanks for the Windows instructions!! Makes me happy that someone else is trying this out.
I went ahead and committed fixes for the hardcoded SNEAKERNET drive and the deserialize
references! Let me know if you run into anything else like this.
I have been rechecking the instructions again and found out, that I made small mistake in path. And you were very fast to merge the pull request before I could fix that :D https://github.com/slatinsky/discordless/commit/3afa63fe695fb4518e4ad73c645504d9771ad6cc
I fixed missing self.
in pull request #2. After that fix dcejson_exporter.py
works on Windows.
this pull request documents how to run the collection part of the project on Windows. Feel free to reformat it :).
I have not been able to run
dcejson_exporter.py
on Windows yet even after changing/media/rose/SNEAKERNET/dcejson_exports
hardcoded variable indcejson_exporter.py:502
. Stack traceback:But that can be fixed later, because this part is independent from the collection part.