You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data/./wozzwo.py", line 172, in
main()
File "/data/./wozzwo.py", line 144, in main
title = text(tree, '//h4[contains(@Class, "flaticon-bike")]').strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/./wozzwo.py", line 130, in text
return tree.xpath(f"{selector}/text()")[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
For example, Zwift workouts: The Running Channel » The Running Channel: Run With Sarah | What's on Zwift? (whatsonzwift.com)
Conversion results in this content:
Traceback (most recent call last):
File "/data/./wozzwo.py", line 172, in
main()
File "/data/./wozzwo.py", line 144, in main
title = text(tree, '//h4[contains(@Class, "flaticon-bike")]').strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/./wozzwo.py", line 130, in text
return tree.xpath(f"{selector}/text()")[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: