Hey everyone :wave: Having some weird transient is...
# ask-community
j
Hey everyone 👋 Having some weird transient issues around retrieving blocks from Prefect Cloud. I’ll post more details in the thread
Basically just retrieving a block type of
Secret
and noticing that sometimes it retrieves just fine and the other times we get
ValueError: Unable to find block document named <our block here> for block type secret
even thought the block exists and have verified it does work
n
hi @John Mizerany - is this issue still occurring for you?
j
Yes, it has been happening for a while now
n
sorry about that - can you share a trace and roughly when it started for you?
j
Unfortunately I don’t have all the previous logs but I can share some links to runs if that will help out?
n
yes please
j
Great, I can get that to you in a bit. Thank you!
👍 1
@Nate Unforunately since this is happening during a flow deploy it’s not registered as a flow run, so I don’t have any logs to share /:
n
do you have a stack trace from the machine where deployment fails?
if nothing else, if you're still hitting this, feel free to DM me your acct/workspace IDs and I can poke around later
j
Yes I can dm you the stack trace
k
@John Mizerany, @Nate have you been able to solve this? I am facing a similar issue but with a JSON block.
j
@Klemen Strojan Issue I was having is the VM this was running on was not signed into Prefect Cloud (even though we thought it was already)
If you look at the stack trace from the error you may notice it is using the URL http://ephemeral-prefect/api/, which if you are using prefect cloud you are just not logged in
k
Clear, thanks for responding!