-
Notifications
You must be signed in to change notification settings - Fork 338
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
log_file_from_path
goes to the right recording but overrides the app_id
#8039
Comments
log_file_from_path
not logging to the recording parameterlog_file_from_path
not logging to the recording given as parameter
log_file_from_path
not logging to the recording given as parameterlog_file_from_path
goes to the right recording but overrides the app_id
You are not doing anything wrong, this is one of the many subtle data-loading bugs that were fixed in: These fixes will ship in 0.20, which is right around the corner (ish). If you cannot wait for 0.20, you can try using one of our nightly builds instead: https://github.com/rerun-io/rerun/releases/tag/prerelease |
Oh, great ! Thanks |
I am working with 0.20, still doesn't overwrite the application_id as intended 😣 |
another related issue #8167 |
I can confirm the script posted in this issue works as expected on 0.20: |
I'm not following, this is a completely unrelated issue? |
Describe the bug
Here, I want to log a supported file (obj) in the "my_app" recording. But with
log_file_from_path
, this logs to a "/path/to/file/file.obj" recording.Removing
log_file_from_path
make it logs correctly to "my_app". So, my guess was that, it renames the recording to the file path?Is it me doing something wrong here, or no?
I'm on Rerun 0.19.1.
Code :
The text was updated successfully, but these errors were encountered: