Skip to content

Instantly share code, notes, and snippets.

@afix-space
Created February 10, 2021 21:07
Show Gist options
  • Save afix-space/551f0be009e7150bf0b7ff04300931d0 to your computer and use it in GitHub Desktop.
Save afix-space/551f0be009e7150bf0b7ff04300931d0 to your computer and use it in GitHub Desktop.
update-add-error
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
tcomment_vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-commentary: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-dadbod: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-flagship: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-fugitive: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-projectionist: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-ragtag: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
deoplete-notmuch: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-erlang-compiler: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-erlang-omnicomplete: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-pandoc-after: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-pandoc-syntax: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
bats.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
BufOnly.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
DoxygenToolkit.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
emodeline: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
mayansmoke: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
PreserveNoEOL: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
ShowMultiBase: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
tabmerge: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
syntastic: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-test: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vimwiki: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
jq.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
Vundle.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-hybrid: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
targets.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
tmux-complete.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
ferret: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-racket: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
vim-latex-live-preview: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
nerdtree-git-plugin: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
nim.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 236, in prefetch_plugin
has_submodules = repo.has_submodules()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 100, in has_submodules
urllib.request.urlopen(req, timeout=10).close()
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
zig.vim: HTTP Error 429: too many requests
Traceback (most recent call last):
File "./update.py", line 381, in prefetch
plugin, redirect = prefetch_plugin(owner, repo, branch, alias, cache)
File "./update.py", line 235, in prefetch_plugin
commit, date = repo.latest_commit()
File "./update.py", line 67, in f_retry
return f(*args, **kwargs)
File "./update.py", line 112, in latest_commit
with urllib.request.urlopen(commit_req, timeout=10) as req:
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 531, in open
response = meth(req, response)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 640, in http_response
response = self.parent.error(
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/nix/store/wkw6fsjasr7jbbrlakxxpbiapa8hws42-python3-3.8.7/lib/python3.8/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: too many requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment