Conf-Thief icon indicating copy to clipboard operation
Conf-Thief copied to clipboard

Failed to export to PDF

Open Misha-Sybrid opened this issue 1 year ago • 1 comments

Getting the following error when script is finishing its job: url = cURL + "/wiki/" + url ~~~~~~~~~~~~~~~~^~~~~ TypeError: can only concatenate str (not "NoneType") to str

I believe it comes from the failure of finding the task ID: ['', '', ' Task Not Found', ' <currentStatus>Task Not Found</currentStatus>', ' 0', ' 0', ' <percentComplete>100</percentComplete>', ' <isSuccessful>false</isSuccessful>', ' <isComplete>true</isComplete>', '', '']

this is the output after the split on task_id parameter on line 142: task_id = response_string.split('name="ajs-taskId" content="')[1].split('">')[0]

Misha-Sybrid avatar Aug 28 '23 15:08 Misha-Sybrid

same problem here.

testing-bookn3rd avatar Mar 25 '24 09:03 testing-bookn3rd