Chore: Bump required AYON launcher#1774
Merged
Merged
Conversation
BigRoy
requested changes
Mar 31, 2026
Member
There was a problem hiding this comment.
Fails with:
INFO: Uploading 'C:\projects\test\apps\fusion\publish\render\renderCompositingShort\v059\tes_fusion_renderCompositingShort_v059_h264.mp4' (size: 37.3KiB)
WARNING: Review upload failed after 0.0010025501251220703s.
Traceback (most recent call last):
File "C:\roydev\dev\ayon-core\client\ayon_core\plugins\publish\integrate_review.py", line 71, in _upload_reviewable
ayon_api.upload_reviewable(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\_api.py", line 1301, in upload_reviewable
return con.upload_reviewable(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 2023, in upload_reviewable
return self.upload_file(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1966, in upload_file
return self.upload_file_from_stream(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1910, in upload_file_from_stream
return self._upload_file(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1796, in _upload_file
headers_keys_by_low_key = {key.lower(): key for key in headers}
TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "C:\roydev\dev\ayon-core\client\ayon_core\plugins\publish\integrate_review.py", line 71, in _upload_reviewable
ayon_api.upload_reviewable(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\_api.py", line 1301, in upload_reviewable
return con.upload_reviewable(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 2023, in upload_reviewable
return self.upload_file(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1966, in upload_file
return self.upload_file_from_stream(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1910, in upload_file_from_stream
return self._upload_file(
File "C:\roydev\dev\ayon-launcher\build\output\dependencies\ayon_api\server_api.py", line 1796, in _upload_file
headers_keys_by_low_key = {key.lower(): key for key in headers}
TypeError: 'NoneType' object is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Ynput\AYON\dependency_packages\ayon_2603311409_windows.zip\dependencies\pyblish\plugin.py", line 528, in __explicit_process
runner(*args)
File "C:\roydev\dev\ayon-core\client\ayon_core\plugins\publish\integrate_review.py", line 31, in process
self._upload_reviewable(project_name, version_id, instance)
File "C:\roydev\dev\ayon-core\client\ayon_core\plugins\publish\integrate_review.py", line 83, in _upload_reviewable
raise PublishXmlValidationError(
ayon_core.pipeline.publish.publish_plugins.PublishXmlValidationError: Upload of reviewable timed out or failed after multiple attempts. Please try publishing again.
Member
Author
|
Fixed here and made PR in ayon api ynput/ayon-python-api#316 . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Recent changes server side and few fixes in AYON launcher and ayon api do require to bump compatible AYON launcher.
Additional info
We can rely on changes from latest ayon api -> and server. This should fully change support of product base types.
Download/upload functions are more reliable. Upload thumbnail and review use correct endpoints.
Testing notes: