temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
266 stars 71 forks source link

[Feature Request] Return better error on 404 of temporal.download for ephemeral server #612

Open cretz opened 11 months ago

cretz commented 11 months ago

Describe the solution you'd like

https://temporal.download/temporal-test-server/default?platform=linux&arch=arm64&sdk-name=sdk-python&sdk-version=1.3.0 gives 404 but we just give error parsing json. We need to recognize a non-200 and return that error more explicitly.