Well, it almost worked. I waited for the official release to install and test, and when I ran it the conversion made it past the first AJAX call and failed at the second.
I think the leading forward-slash needs to be removed also from Line 132 of src/pyj/book_list/convert_book.pyj:
ajax_send(f'/conversion/status/{conversion_data.job_id}', data, on_conversion_status, query=query)
Thanks again.
|