Paul
06/08/2020, 5:16 AMprefect cloud login --token $TOKEN
results in
[WinError 10061] No connection could be made because the target machine actively refused it'))
More precisely other prefect auth commands yield the same result.
Did I miss anything in the docs in order to establish a connection to prefect cloud?nicholas
06/08/2020, 5:35 AMUSER
-scoped token)? You can create one of those from the User > Personal Access Tokens page in the UI:prefect auth login -t $TOKEN
Paul
06/08/2020, 5:37 AMrequests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: /graphql/alpha (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000027B93457948>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
nicholas
06/08/2020, 5:40 AMprefect backend cloud
and then try that againPaul
06/08/2020, 5:44 AMnicholas
06/08/2020, 5:45 AM