YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . iOS 性能测试工具
GNU General Public License v3.0
667 stars 183 forks source link

requests.exceptions.HTTPError: 404 Client Error: Not Found for url #135

Closed hyfand closed 6 months ago

hyfand commented 6 months ago

大佬你好,碰到这个问题我该如何解决。去哪里寻找镜像。

Describe the bug

  File "/Users/happyelements/.pyenv/versions/3.9.0/lib/python3.9/contextlib.py", line 117, in __enter__
    return next(self.gen)
  File "/Users/happyelements/PycharmProjects/test_use/venv/lib/python3.9/site-packages/ios_device/util/lockdown.py", line 320, in _request_developer_image_dir
    self._urlretrieve(origin_url, image_zip_path)
  File "/Users/happyelements/PycharmProjects/test_use/venv/lib/python3.9/site-packages/ios_device/util/lockdown.py", line 282, in _urlretrieve
    r.raise_for_status()
  File "/Users/happyelements/PycharmProjects/test_use/venv/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/JinjunHan/iOSDeviceSupport/raw/master/iOSDeviceSupport/17.2.zip
YueChen-C commented 6 months ago

看 readme ios 17 如何使用