Skip to content

KeyError: key 9 not found #25

@MegamindHenry

Description

@MegamindHenry

Hi,
I had this strange error. Could somebody tell me what's wrong?
Error:

100.0%┣████████████████████████████████████ERROR: LoadError: KeyError: key 9 not found
Stacktrace:
 [1] getindex(::Dict{Int64,Char}, ::Int64) at .\dict.jl:467
 [2] display_progress(::ProgressBar) at C:\Users\hakun\.julia\packages\ProgressBars\TlZeU\src\ProgressBars.jl:142
 [3] iterate(::ProgressBar, ::Int64) at C:\Users\hakun\.julia\packages\ProgressBars\TlZeU\src\ProgressBars.jl:181
 [4] top-level scope at D:\GitHub\judiling_test\test.jl:7
 [5] include(::String) at .\client.jl:457
 [6] top-level scope at REPL[3]:1
in expression starting at D:\GitHub\judiling_test\test.jl:6

Scripts:

using ProgressBars

iter = 1:119
iter = tqdm(iter)

for i in iter
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions