Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] update serialization exceptions #1797

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BelSasha
Copy link
Contributor

@BelSasha BelSasha commented Mar 2, 2025

No description provided.

Copy link
Contributor Author

BelSasha commented Mar 2, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@BelSasha BelSasha changed the title update serialization exceptions [WIP] update serialization exceptions Mar 2, 2025
@BelSasha BelSasha force-pushed the sb/update-serialization-exceptions branch from 00ee9b0 to 4d64282 Compare March 3, 2025 11:38
@@ -339,7 +339,7 @@ def handle_response(
except Exception as e:
logger.error(
f"{system_color}{err_str}: Failed to unpickle exception. Please check the logs for more "
f"information.{reset_color}"
f"information.\n Make sure that the remote and local versions of python and all installed packages are as expected.{reset_color}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should be more concrete about the python version, and just ask the user to upgrade it? Usually It should resolve the code takes n arguments error we get (when we fail to unpickle an exception, for example).

@BelSasha BelSasha force-pushed the sb/update-serialization-exceptions branch 4 times, most recently from d98257d to 5d7d0f0 Compare March 5, 2025 16:02
@BelSasha BelSasha force-pushed the sb/update-serialization-exceptions branch from 5d7d0f0 to b61cd24 Compare March 5, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant