Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python: Traceback (most recent call last):
- File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 122, in execute
- runGeneration(0)
- File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 1494, in runGeneration
- tileVerts, diff = get_tile_elevation(MapObject)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 877, in get_tile_elevation
- elevations = get_elevation([v.co for v in mesh.vertices], obj.location.x, obj.location.y)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 789, in get_elevation
- response.raise_for_status()
- File "C:\Program Files\Blender Foundation\Blender 4.4\4.4\python\Lib\site-packages\requests\models.py", line 960, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://api.opentopodata.org/v1/srtm30m?locations= (BUNCH OF COORDINATES HERE, it was recorded in my hometown, so didn't really want to put that on reddit!)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement