-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
While testing locally, I mistyped the port for the data-api container and was greeted with this message in the terminal:
<NoMethodError: undefined method 'divmod' for an instance of String>
(byebug) e.cause
#<Faraday::ConnectionFailed wrapped=#<Socket::ResolutionError: Failed to open TCP connection to data-api:8888 (getaddrinfo(3): nodename nor servname provided, or not known)>>
While testing I also received:
<NoMethodError: undefined method 'divmod' for an instance of nil>
This ticket is specific to resolving passing String/nil to the divmod method
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working