-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed as not planned
Closed as not planned
Copy link
Labels
Not ReproducibleCannot Reproduce the errorCannot Reproduce the errorUser ErrorProblem on the users end only.Problem on the users end only.invalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on
Description
Alright I think I see where it's breaking, my readarrs are using port 9090 and 9191 because the expected ports were already in use by something else
verifyApiAccess () { until false do arrApiTest="" arrApiVersion="" if [ "$arrPort" == "8989" ] || [ "$arrPort" == "7878" ]; then arrApiVersion="v3" elif [ "$arrPort" == "8686" ] || [ "$arrPort" == "8787" ]; then arrApiVersion="v1" fi arrApiTest=$(curl -s "$arrUrl/api/$arrApiVersion/system/status?apikey=$arrApiKey" | jq -r .instanceName) if [ "$arrApiTest" == "$arrName" ]; then break else log "$arrName is not ready, sleeping until valid response..." sleep 1 fi done }
Originally posted by @Glynax in #22 (comment)
Metadata
Metadata
Assignees
Labels
Not ReproducibleCannot Reproduce the errorCannot Reproduce the errorUser ErrorProblem on the users end only.Problem on the users end only.invalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on