You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message has a typo in the try_from_magic function in the Pipeline-wide utilities (mod.rs).
The rustdoc of the method is also out-dated.
The following error is logged, when the chain could not be identified based on the provided magic value: ERROR: "can't infer well-known chain infro from specified magic"
Please notice the typo: infro instead of info.
Solution:
Fix the error message.
Update the rustdoc of the try_from_magic function.
Problem:
The following error is logged, when the chain could not be identified based on the provided magic value:
ERROR: "can't infer well-known chain infro from specified magic"
Please notice the typo:
infro
instead ofinfo
.Solution:
Version:
67b01e8 (main)
Code snippet with the described issues:
oura/src/utils/mod.rs
Lines 155 to 166 in 4de19ee
The text was updated successfully, but these errors were encountered: