bookmarker icon indicating copy to clipboard operation
bookmarker copied to clipboard

Sort error

Open claresudbery opened this issue 5 years ago • 4 comments

Hi I'm running this tool on a current Chrome bookmark file but I'm getting the following error: (KeyError) key :sort not found in: %{"children" => (and then it quotes the json from the bookmarks file). I'm attaching the bookmarks file that I'm running the tool on. tw-bookmarks.txt

claresudbery avatar Jan 31 '20 18:01 claresudbery

Same error here:

key :sort not found in: %{"children" => [%{"date_added" => "13224181674586972", "guid" => "d02918bb-
...

...
"13110997040180213", ...}, %{...}, ...]}
    (bookmarker 1.0.0) lib/bookmarker/runner.ex:14: Bookmarker.Runner.order_bookmarks/1
    (bookmarker 1.0.0) lib/bookmarker/runner.ex:8: Bookmarker.Runner.run/1
    (elixir 1.10.4) lib/kernel/cli.ex:124: anonymous fn/3 in Kernel.CLI.exec_fun/2

rjmoggach avatar Aug 01 '20 23:08 rjmoggach

Can I ask your elixir versions?

lubien avatar Aug 03 '20 11:08 lubien

elixir -v
Elixir 1.10.4 (compiled with Erlang/OTP 23)

rjmoggach avatar Aug 03 '20 14:08 rjmoggach

Tried reproducing this which the included bookmark file, but couldnt reproduce.

urielfcampos avatar Oct 08 '21 02:10 urielfcampos