Advertisement
remie92

Untitled

Mar 30th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Python: Traceback (most recent call last):
  2. File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 122, in execute
  3. runGeneration(0)
  4. File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 1494, in runGeneration
  5. tileVerts, diff = get_tile_elevation(MapObject)
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 877, in get_tile_elevation
  8. elevations = get_elevation([v.co for v in mesh.vertices], obj.location.x, obj.location.y)
  9. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10. File "C:\Users\chris\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\trailprint3d_1-2.py", line 789, in get_elevation
  11. response.raise_for_status()
  12. File "C:\Program Files\Blender Foundation\Blender 4.4\4.4\python\Lib\site-packages\requests\models.py", line 960, in raise_for_status
  13. raise HTTPError(http_error_msg, response=self)
  14. 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!)
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement