IndexError: list index out of range【please help me】 #2919
Unanswered
goburinking
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to solve the problem, can someone please help me.
IndexError Traceback (most recent call last)
in <cell line: 45>()
65 time.sleep(4)
66 with open('/content/srv.txt', "r") as file: text = file.read()
---> 67 srv= re.findall(r"https?://(?:\S+?.)?trycloudflare.com\S*", text)[0]
68
69 for line in fileinput.input('/usr/local/lib/python3.10/dist-packages/gradio/blocks.py', inplace=True):
IndexError: list index out of range
Beta Was this translation helpful? Give feedback.
All reactions