You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xmlrpc.client.Fault: <Fault -32500: 'HTTPTooManyRequests: The action could not be performed because there were too many requests by the client. Limit may reset in 0 seconds.'>
#133
Open
matwey opened this issue
Oct 25, 2020
· 6 comments
I am running python3-py2pack-0.8.4-lp152.1.1.noarch and see the following:
> py2pack generate flatten-dict -t opensuse.spec
Traceback (most recent call last):
File "/usr/bin/py2pack", line 10, in <module>
sys.exit(main())
File "/usr/lib/python3.6/site-packages/py2pack/__init__.py", line 350, in main
args.func(args)
File "/usr/lib/python3.6/site-packages/py2pack/__init__.py", line 225, in generate
check_or_set_version(args)
File "/usr/lib/python3.6/site-packages/py2pack/__init__.py", line 273, in check_or_set_version
args.version = pypi.package_releases(args.name)[0] # return first (current) release number
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1112, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1452, in __request
verbose=self.__verbose
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1154, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1170, in single_request
return self.parse_response(resp)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1342, in parse_response
return u.close()
File "/usr/lib64/python3.6/xmlrpc/client.py", line 656, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault -32500: 'HTTPTooManyRequests: The action could not be performed because there were too many requests by the client. Limit may reset in 0 seconds.'>
The text was updated successfully, but these errors were encountered:
That may be a good point in time to introduce an offline-mode - why should a package be fetched from pypi if it is already available in a directory? (If there is already one - even better, but did not find it)
Hello,
I am running python3-py2pack-0.8.4-lp152.1.1.noarch and see the following:
The text was updated successfully, but these errors were encountered: