Skip to content

Failed to export to PDF #4

Description

@Misha-Sybrid

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', ' Task Not Found', ' 0', ' 0', ' 100', ' false', ' true', '', '']

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]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions