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

nternal server error: task 31 panicked with message "converting to session from json is okay: C:\Users\VINAY\AppData\Roaming\codestory\sidecar\data\session\f2fcbb6c-0a8c-4644-9247-5e139e6842c6: Error("missing field variables", line: 1, column: 766173)". W #1275

Open
Vinay112231 opened this issue Feb 11, 2025 · 3 comments · May be fixed by #1276

Comments

@Vinay112231
Copy link

Type: Bug

nternal server error: task 31 panicked with message "converting to session from json is okay: C:\Users\VINAY\AppData\Roaming\codestory\sidecar\data\session\f2fcbb6c-0a8c-4644-9247-5e139e6842c6: Error("missing field variables", line: 1, column: 766173)".

We'd appreciate it if you could report this session using the feedback tool above - this is on us. Please try again.

Aide version: Aide 1.96.4 (4e858de632a2bb7407167560cbe824397e95fa4a, 2025-01-31T18:48:20.686Z)
OS version: Windows_NT x64 10.0.26100
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i5-1235U (12 x 2496)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 7.69GB (0.91GB free)
Process Argv
Screen Reader no
VM 0%
Extensions: none
@theskcd
Copy link
Contributor

theskcd commented Feb 11, 2025

ACK, on it!

@Vinay112231
Copy link
Author

@theskcd what?

@theskcd
Copy link
Contributor

theskcd commented Feb 11, 2025

Fix: Resolved "missing field variables" panic during session deserialization

  • This change ensures that session deserialization gracefully handles missing variables fields by providing a default empty array, preventing panics and ensuring correct handling of other session data. Team, please review these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment