#[Solved] I keep getting weird messages instead of errors in REPL
1 messages · Page 1 of 1 (latest)
Im not sure what's happening since i have little information of what you're doing 🥲
I'm not sure it matters, since it happens with every error. In that specific case, I was accessing a DataFrame with the wrong column name
ah i see. :0 i am not sure how to help u since i dont have experience that before or i haven't even seen that kind of error message. i wonder what version of julia is that
It's Julia 1.8.2. I'll be editing the op
I think I figured it out. I was including a file I wrote that overloaded the err function, which messes up with Julia's error handling. My bad. I wish there was a warning for such things