https://prefect.io logo
Title
a

Adam

06/15/2022, 1:54 PM
Hello friends, we’re running
flow.register
and getting an error from the
requests
module, presumably when it’s trying to register the flow to prefect cloud. It’s getting a webpage in the response, with a lot of obfuscated js. Any ideas why this is happening? We’re using prefect 0.14 on python 3.10.4
k

Kevin Kho

06/15/2022, 2:04 PM
Does it happen every time or just occasionally? Do you have a traceback I can look at?
a

Adam

06/15/2022, 2:31 PM
Currently it happens everytime. Sure:
Untitled.txt
k

Kevin Kho

06/15/2022, 2:33 PM
Are you using Docker Storage?
a

Adam

06/17/2022, 10:05 AM
Hey @Kevin Kho yes we are
k

Kevin Kho

06/17/2022, 2:38 PM
Can you show me how you define Docker storage? I think there is an issue, your code would be a good starting point for me