Skip to content

TypeError: sequence item 7: expected str instance, NoneType found #5228

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

Closed
sentry-io bot opened this issue Feb 4, 2019 · 0 comments
Closed

TypeError: sequence item 7: expected str instance, NoneType found #5228

sentry-io bot opened this issue Feb 4, 2019 · 0 comments
Labels
Bug A bug
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 4, 2019

Sentry Issue: READTHEDOCS-ORG-EMX

TypeError: sequence item 7: expected str instance, NoneType found
(34 additional frame(s) were not displayed)
...
  File "readthedocs/doc_builder/environments.py", line 550, in __exit__
    ret = self.handle_exception(exc_type, exc_value, tb)
  File "readthedocs/doc_builder/environments.py", line 891, in __exit__
    return super().__exit__(exc_type, exc_value, tb)
  File "readthedocs/projects/tasks.py", line 568, in run_build
    log.warning('No build ID, not syncing files')
  File "readthedocs/projects/tasks.py", line 404, in run
    self.run_build(docker=docker, record=record)
  File "readthedocs/projects/tasks.py", line 281, in update_docs_task
    return step.run(project_id, *args, **kwargs)

(Build) [delira:tf_update_docs] sequence item 7: expected str instance, NoneType found
@agjohnson agjohnson added the Bug A bug label Feb 4, 2019
@agjohnson agjohnson added this to the 2.11 milestone Feb 4, 2019
stsewd added a commit to stsewd/readthedocs.org that referenced this issue Feb 22, 2019
Some people are migrating from pip to conda,
but they were using a v1 config,
then when migrating they are using the conda option from v2.

We are not validating this, but using conda.file is mandatory
when using the conda option (or rtd will fail without any reason).

Close readthedocs#5322
Close readthedocs#5228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug
Projects
None yet
Development

No branches or pull requests

1 participant