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
Hello, after upgrading to version 3.5.1 we started to have this issue after running 2 times in the row mix test. mix clean in between fixes the issue but it's kind of inconvenient
** (EXIT) an exception was raised:
** (Protocol.UndefinedError) protocol String.Chars not implemented for #Reference<0.2321102968.2692218881.74074> of type Reference. This protocol is implemented for the following type(s): Atom, BitString, Date, DateTime, Decimal, Float, Floki.Selector, Floki.Selector.AttributeSelector, Floki.Selector.Combinator, Floki.Selector.Functional, Floki.Selector.PseudoClass, Integer, List, MyXQL.Queries, MyXQL.Query, MyXQL.TextQueries, MyXQL.TextQuery, NaiveDateTime, Phoenix.LiveComponent.CID, Postgrex.Copy, Postgrex.Query, Time, URI, Version, Version.Requirement
(elixir 1.16.1) lib/string/chars.ex:3: String.Chars.impl_for!/1
(elixir 1.16.1) lib/string/chars.ex:22: String.Chars.to_string/1
(quantum 3.5.1) lib/quantum.ex:330: anonymous fn/3 in Quantum.remove_invalid_jobs/2
(elixir 1.16.1) lib/enum.ex:2528: Enum."-reduce/3-lists^foldl/2-0-"/3
(quantum 3.5.1) lib/quantum.ex:319: Quantum.remove_invalid_jobs/2
(elixir 1.16.1) lib/keyword.ex:1149: Keyword.update_guarded/4
(elixir 1.16.1) lib/keyword.ex:1153: Keyword.update_guarded/4
(quantum 3.5.1) lib/quantum.ex:306: Quantum.scheduler_config/3
Hello, after upgrading to version 3.5.1 we started to have this issue after running 2 times in the row
mix test
.mix clean
in between fixes the issue but it's kind of inconvenientFrom the backtrace looks related to
#523
erlang 26.2
elixir 1.16.1
The text was updated successfully, but these errors were encountered: