This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ../make-test-python.nix ({ pkgs, ...}: let | |
adminpass = "NixOS"; | |
adminuser = "root"; | |
in { | |
name = "nextcloud-example-from-man"; | |
meta = with pkgs.lib.maintainers; { | |
maintainers = [ eqyiel ]; | |
}; | |