Conf-Thief
Conf-Thief copied to clipboard
Failed to export to PDF
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:
['', '
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]
same problem here.