Skip to content

Log entry error resolved #994

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

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Log entry error resolved #994

merged 4 commits into from
Jan 14, 2025

Conversation

kaustubh-darekar
Copy link
Collaborator

Logger.log_struct() was giving error due to tasks passed as set.
google.protobuf.json_format.ParseError: Value {'enable_communities', 'materialize_entity_similarities', 'enable_hybrid_search_and_fulltext_search_in_bloom', 'materialize_text_chunk_similarities'} has unexpected type <class 'set'> at LogEntry.jsonPayload.message.tasks

resolved this error by changing tasks to list

@kaustubh-darekar kaustubh-darekar added the bug Something isn't working label Jan 8, 2025
Copy link
Collaborator

@praveshkumar1988 praveshkumar1988 left a comment

Choose a reason for hiding this comment

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

I think, we don't need tasks in logging. Please remove from logging object.

Copy link
Collaborator Author

@kaustubh-darekar kaustubh-darekar left a comment

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

@praveshkumar1988 praveshkumar1988 left a comment

Choose a reason for hiding this comment

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

Approved

@praveshkumar1988 praveshkumar1988 merged commit 8049c3d into DEV Jan 14, 2025
3 checks passed
@praveshkumar1988 praveshkumar1988 deleted the LogEntry_error_resolved branch January 14, 2025 06:52
kaustubh-darekar added a commit that referenced this pull request Jan 28, 2025
* Nova models trial.

* google.protobuf.json_format.ParseError resolved

* removing mistakenly added file

* removed tasks from logger struct
kartikpersistent pushed a commit that referenced this pull request Jan 28, 2025
* Nova models trial.

* google.protobuf.json_format.ParseError resolved

* removing mistakenly added file

* removed tasks from logger struct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants