You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement the callback url pattern so my server knows when a job is completed. As part of that callback civitai sends me the jobId, but no token (and also unfortunately doesn't send me the result). So I have to use the civitai.jobs.get function and pass it it just the job_id parameter. When I do this I get the error:
'JobStatusCollection' object has no attribute 'jobId'
I assume this is because the shape of the response when providing just job_id is different than when a token is provided.
I'd appreciate it if there is a quick fix (or workaround) to this issue as my project is currently blocked on this.
The text was updated successfully, but these errors were encountered:
I'm trying to implement the callback url pattern so my server knows when a job is completed. As part of that callback civitai sends me the jobId, but no token (and also unfortunately doesn't send me the result). So I have to use the
civitai.jobs.get
function and pass it it just thejob_id
parameter. When I do this I get the error:I assume this is because the shape of the response when providing just
job_id
is different than when atoken
is provided.I'd appreciate it if there is a quick fix (or workaround) to this issue as my project is currently blocked on this.
The text was updated successfully, but these errors were encountered: