Entry tags:
Question thread #110
It's time for another question thread!
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
no subject
A little debug shows that the content that Parser.pm is barfing on is the DW homepage as seen by someone not logged in.
FWIW, the last time I ran the script successfully was 15 January 2017, so whatever broke it is likely to derive from a change between then and when I opened a support request on 31 July 2018.
FWIW, I'm running Perl 5.26.1 (or 5.30.2 or 5.34.1)
no subject
no subject
In which case, what is the recommended alternative?
the script appears to assume plain HTTP for everything, but we've been all-HTTPS for several years. Maybe changing all the http:// URLs to https:// in jbackup.pl would fix some issue related to secure cookies.
Yay, that worked; now I finally have the first full backup of my blog in five years. Thanks muchly for the pointer in the right direction.
no subject
no subject
I've been piecing together different docs and old questions and answers and I've managed to figure it out for most of what I'm trying to do, but I've hit a wall and can't figure out how to progress (or if it's even possible with this API).
I'm getting the url of the entry using the jitemid from export_comments and the getevents method, and I'm getting the comment id from export_comments - but is there any way to get the url of the comment?
Thanks in advance!
no subject