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
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
E, [2016-09-09T13:37:21.121431 #20408] ERROR -- : Actor crashed!
Encoding::CompatibilityError: inspected result must be ASCII only or use the default external encoding
My workaround was to put this code:
unlessname.encoding.to_s == 'UTF-8'puts"Bad encoding for #{name} , which was #{name.encoding}"transaction.fail!(:NXDomain)returnend
before this line:
transaction.passthrough!(@resolver)
Full backtrace of exception:
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:148:in `inspect'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:148:in `inspect'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:148:in `block in dispatch_request'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:278:in `block in each'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:275:in `each'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:275:in `each'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:147:in `dispatch_request'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/resolver.rb:93:in `query'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/calls.rb:28:in `public_send'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/calls.rb:28:in `dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/call/sync.rb:16:in `dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/cell.rb:50:in `block in dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/cell.rb:76:in `block in task'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/actor.rb:339:in `block in task'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/task.rb:44:in `block in initialize'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/task/fibered.rb:14:in `block in create'
(celluloid):0:in `remote procedure call'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/call/sync.rb:45:in `value'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/proxy/sync.rb:22:in `method_missing'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/transaction.rb:109:in `passthrough'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/transaction.rb:83:in `passthrough!'
server.rb:58:in `process'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/transaction.rb:190:in `process'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/server.rb:94:in `block in process_query'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/server.rb:86:in `each'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/server.rb:86:in `process_query'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/handler.rb:72:in `process_query'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-dns-0.17.3/lib/celluloid/dns/handler.rb:103:in `respond'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/calls.rb:28:in `public_send'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/calls.rb:28:in `dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/call/async.rb:7:in `dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/cell.rb:50:in `block in dispatch'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/cell.rb:76:in `block in task'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/actor.rb:339:in `block in task'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/task.rb:44:in `block in initialize'
/root/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/celluloid-0.17.3/lib/celluloid/task/fibered.rb:14:in `block in create'
The text was updated successfully, but these errors were encountered:
tarcieri
changed the title
Actor crashes when domain name is ASCII-8BIT encoding
IDNA not supported
Sep 9, 2016
z2s8
linked a pull request
Oct 29, 2016
that will
close
this issue
When this is called:
nslookup "à±<8a>#001a.t-mobile.com"
I get:
My workaround was to put this code:
before this line:
Full backtrace of exception:
The text was updated successfully, but these errors were encountered: