karlicoss / stexport

Export and access your Stackexchange data
MIT License
11 stars 1 forks source link

Missing site mapping for Meta #7

Open seanbreckenridge opened 2 years ago

seanbreckenridge commented 2 years ago
$ python3 -m stexport.export --secrets "${XDG_CONFIG_HOME}/my/my/config/stexport_secret.py" --user-sites
[W 220324 10:07:42 export:126] Missing site mapping for Meta, didnt match all_sites format
[I 220324 10:07:42 export:242] exporting ['academia', 'apple', 'askubuntu', 'emacs', 'raspberrypi', 'security', 'stackapps', 'stackoverflow', 'superuser', 'unix', 'vi']

I think this is probably referencing https://meta.stackexchange.com/?

Not sure if this means its skipping a site or not

karlicoss commented 2 years ago

Hmm, not sure -- I don't have any meta posts so can't check. But yeah, it does look like it'd be skipped https://github.com/karlicoss/stexport/blob/19075d231a29777a187004aa11122a450d8ae1a1/src/stexport/export.py#L123-L129

My hunch would be that this line is somehow to blame https://github.com/karlicoss/stexport/blob/19075d231a29777a187004aa11122a450d8ae1a1/src/stexport/export.py#L114