Missing opened_application/recording_id
in external data loader example
#8191
Milestone
opened_application/recording_id
in external data loader example
#8191
I tried to log data using an external data loader, with
log_file_from_path
and I got en error.So I tried to test the loader for rust files (https://github.com/rerun-io/rerun/tree/main/examples/rust/external_data_loader) and I got the same error :
With this code :
So I add
opened_application_id
andopened_recording_id
torerun/examples/rust/external_data_loader/src/main.rs
Line 28 in 1ad3042
Now this works.
The text was updated successfully, but these errors were encountered: