Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation build is failing #6328

Closed
xoriole opened this issue Sep 20, 2021 · 0 comments · Fixed by #6329
Closed

Documentation build is failing #6328

xoriole opened this issue Sep 20, 2021 · 0 comments · Fixed by #6329
Assignees

Comments

@xoriole
Copy link
Contributor

xoriole commented Sep 20, 2021

Branch: main

Traceback (most recent call last):
  File "/home/jenkins/workspace/GH_Tribler_PR_Tests/PR_build_docs/venv/lib/python3.8/site-packages/sphinx/config.py", line 328, in eval_config_file
    exec(code, namespace)
  File "/home/jenkins/workspace/GH_Tribler_PR_Tests/PR_build_docs/tribler/doc/conf.py", line 70, in <module>
    asyncio.run(extract_swagger('restapi/swagger.yaml'))
  File "/usr/lib/python3.8/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/home/jenkins/workspace/GH_Tribler_PR_Tests/PR_build_docs/tribler/doc/extract_swagger.py", line 20, in extract_swagger
    api_manager = RESTManager(session)
TypeError: __init__() missing 1 required positional argument: 'root_endpoint'

https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_build_docs/2741/console

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

Successfully merging a pull request may close this issue.

1 participant