Skip to content

call_on_backend not defined in AbbrvStackTracesREPLExt #74

@drizk1

Description

@drizk1

I am trying out the TidierErrors package and I am encountering this issue

MWE

using Pkg; Pkg.add(url="https://github.com/TidierOrg/TidierErrors.jl")
using TidierErrors, TidierDB 

 db = connect(duckdb())
julia> db = connect(duckdb())
ERROR: UndefVarError: `call_on_backend` not defined in `AbbrvStackTracesREPLExt`
Suggestion: check for spelling errors or missing imports.
Some frames were hidden. Next steps: 
  - Use `show(err)` to see complete trace
  - Use `aicopy(err)` to copy error with context to clipboard. 
  - Use `ai(err)` to send error with context directly to LLM using PromptingTools.jl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions