Hi everyone ! Since yesterday, all my Airbyte tas...
# prefect-community
c
Hi everyone ! Since yesterday, all my Airbyte tasks are failing returning this kind of errors :
Copy code
######## ERROR 1  
<...>
  File "/root/.local/lib/python3.9/site-packages/prefect/tasks/airbyte/airbyte.py", line 345, in run
    job_id, job_created_at = self._trigger_manual_sync_connection(
TypeError: cannot unpack non-iterable NoneType object 

######## ERROR 2 
<...>
  File "/root/.local/lib/python3.8/site-packages/prefect/tasks/airbyte/airbyte.py", line 333, in run
    job_status, job_created_at, job_updated_at = self._get_job_status(
TypeError: cannot unpack non-iterable NoneType object
The task failed even if the Airbyte sync is correctly launched. Thatโ€™s odd because I did not make any modifications since yesterday on either P Prefect or Airbyte. I first encountered this issue with prefect core v1.1.0, and I face the same behavior after upgrading my core version to v1.3.0. Have other people experienced this behavior ?
โœ… 1
a
I have not seen any similar reports, have you solved that issue by now? did you perhaps change some package version?
might be worth reregistering your flow and trying in a new fresh env, and in the worst case maybe even recreating your Airbyte connection
c
Hi @Anna Geller! You were right, it was actually an issue with Airbyte and I had to refresh my connections to fix the problem with my flows ๐Ÿ‘ Thanks for the reply ๐Ÿ™
๐Ÿ‘ 1
๐Ÿ™ 1