5j9 / citer

An online citation generator for Wikipedia
GNU General Public License v3.0
28 stars 13 forks source link

StopIteration in _analyze_home #52

Closed 5j9 closed 9 months ago

5j9 commented 9 months ago
Exception in thread Thread-92 (_analyze_home):
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/data/project/citer/www/python/src/lib/urls.py", line 387, in _analyze_home
    content = next(r.iter_bytes(MAX_RESPONSE_LENGTH))
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration