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
Unhandled exception: cast from NamedTuple(work: String) to Halite::Options::Type failed, at src/halite/options.cr:356:5:19 (TypeCastError)
from src/halite/options.cr:0:5 in 'parse_params'
from src/halite/options.cr:92:7 in 'initialize:headers:cookies:params:form:json:raw:timeout:follow:ssl:logging'
from src/halite/options.cr:78:5 in 'new:headers:cookies:params:form:json:raw:timeout:follow:ssl:logging'
from src/halite/options.cr:73:7 in 'new:headers:params:form:json:raw:ssl'
from src/halite/chainable.cr:423:7 in 'options_with'
from src/halite/chainable.cr:385:7 in 'request:headers:params:raw:ssl'
from src/halite/chainable.cr:5:5 in 'get:params'
from main.cr:18:1 in '__crystal_main'
from /usr/local/Cellar/crystal/0.26.1/src/crystal/main.cr:97:5 in 'main_user_code'
from /usr/local/Cellar/crystal/0.26.1/src/crystal/main.cr:86:7 in 'main'
from /usr/local/Cellar/crystal/0.26.1/src/crystal/main.cr:106:3 in 'main'
The text was updated successfully, but these errors were encountered:
accepts NamedTuple in params/json/form:
It throws an exception:
The text was updated successfully, but these errors were encountered: