PyNoob1

Error

Sep 8th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\harsh\AppData\Roaming\JetBrains\PyCharmCE2021.2\scratches\scratch_15.py", line 101, in <module>
  3. game_data_today, urls = pool.apply(parse_data, args=('https://www.oddsportal.com/matches/soccer', True))
  4. File "C:\Program Files\Python39\lib\multiprocessing\pool.py", line 357, in apply
  5. return self.apply_async(func, args, kwds).get()
  6. File "C:\Program Files\Python39\lib\multiprocessing\pool.py", line 771, in get
  7. raise self._value
  8. File "C:\Program Files\Python39\lib\multiprocessing\pool.py", line 125, in worker
  9. result = (True, func(*args, **kwds))
  10. File "C:\Users\harsh\AppData\Roaming\JetBrains\PyCharmCE2021.2\scratches\scratch_15.py", line 76, in parse_data
  11. game_date = m[0]
  12. TypeError: 'NoneType' object is not subscriptable
Add Comment
Please, Sign In to add comment