Identical lookups fail depending on what system I send them from?
Closed this issue · 0 comments
Villawhatever commented
Trying to LookupAsync("rbm.com")
returns a response with Content "IP has reached its rate limit"
from my remote dev box, but the exact same code works fine from my local machine. Below is output from dev box. Ideas? Workarounds? Any advice is appreciated.
2020-04-06 15:04:16.5719 DEBUG Lookup rbm.com: Downloaded 3,051 byte(s) from whois.verisign-grs.com.
2020-04-06 15:04:16.5719 DEBUG Start: Parsing Template
2020-04-06 15:04:16.5719 DEBUG Finish: Parsing Template
2020-04-06 15:04:16.5719 INFO Start: Matching: verisign-grs.com
2020-04-06 15:04:16.5719 DEBUG Start: Processing: verisign-grs.com
2020-04-06 15:04:16.5719 DEBUG -> Ln: 1 Col: 17 : Assigning WhoisRedirect.Domain (1) as RBM.COM
2020-04-06 15:04:16.5719 DEBUG -> ToLowerTransformer: Transformed 'RBM.COM' to 'rbm.com'
2020-04-06 15:04:16.5776 DEBUG -> Ln: 3 Col: 27 : Assigning WhoisRedirect.Url (2) as whois.networksolutions.com
2020-04-06 15:04:16.5776 DEBUG -> Ln: 4 Col: 18 : Assigning WhoisRedirect.ReferralUrl (3) as http://networksolutions.com
2020-04-06 15:04:16.5776 DEBUG -> Ln: 5 Col: 17 : Assigning WhoisRedirect.ModifiedDate (4) as 2016-12-17T09:21:45Z
2020-04-06 15:04:16.5776 DEBUG -> ToDateTimeTransformer: Transformed '2016-12-17T09:21:45Z' to '12/17/2016 3:21:45 AM'
2020-04-06 15:04:16.5776 DEBUG -> Ln: 6 Col: 18 : Assigning WhoisRedirect.CreatedDate (5) as 1996-02-13T05:00:00Z
2020-04-06 15:04:16.5776 DEBUG -> ToDateTimeTransformer: Transformed '1996-02-13T05:00:00Z' to '2/12/1996 11:00:00 PM'
2020-04-06 15:04:16.5776 DEBUG -> Ln: 7 Col: 25 : Assigning WhoisRedirect.ExpirationDate (6) as 2022-02-14T05:00:00Z
2020-04-06 15:04:16.5776 DEBUG -> ToDateTimeTransformer: Transformed '2022-02-14T05:00:00Z' to '2/13/2022 11:00:00 PM'
2020-04-06 15:04:16.5776 DEBUG -> Ln: 8 Col: 14 : Assigning WhoisRedirect.Registrar (7) as Network Solutions, LLC
2020-04-06 15:04:16.5776 DEBUG -> Ln: 13 Col: 16 : Assigning WhoisRedirect.NameServers (8) as NS73.WORLDNIC.COM
2020-04-06 15:04:16.5776 WARN Missing property on target: WhoisRedirect.NameServers
2020-04-06 15:04:16.5776 ERROR Error Assigning Value: Could find property 'NameServers' on WhoisRedirect
2020-04-06 15:04:16.5776 DEBUG -> Ln: 14 Col: 16 : Assigning WhoisRedirect.NameServers (8) as NS74.WORLDNIC.COM
2020-04-06 15:04:16.5776 WARN Missing property on target: WhoisRedirect.NameServers
2020-04-06 15:04:16.5776 ERROR Error Assigning Value: Could find property 'NameServers' on WhoisRedirect
2020-04-06 15:04:16.5776 DEBUG Found 7 matches.
2020-04-06 15:04:16.5776 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.5939 DEBUG Finished: Processing: verisign-grs.com
2020-04-06 15:04:16.5939 INFO Match Success: True
2020-04-06 15:04:16.5939 INFO Total Matches: 7
2020-04-06 15:04:16.5939 INFO Total Errors : 2
2020-04-06 15:04:16.5939 INFO Finish: Matching: verisign-grs.com
2020-04-06 15:04:16.5939 DEBUG Found redirect for rbm.com to whois.networksolutions.com
2020-04-06 15:04:16.7053 DEBUG Lookup rbm.com: Downloaded 35 byte(s) from whois.networksolutions.com.
2020-04-06 15:04:16.7053 INFO Start: Matching: Whois.Resources.Patterns.Domains.Cira
2020-04-06 15:04:16.7053 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.Cira
2020-04-06 15:04:16.7053 DEBUG Found 0 matches.
2020-04-06 15:04:16.7053 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7053 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.Cira
2020-04-06 15:04:16.7053 INFO Match Success: False
2020-04-06 15:04:16.7053 INFO Total Matches: 0
2020-04-06 15:04:16.7053 INFO Total Errors : 0
2020-04-06 15:04:16.7053 INFO Finish: Matching: Whois.Resources.Patterns.Domains.Cira
2020-04-06 15:04:16.7053 INFO Start: Matching: DNS Belgium
2020-04-06 15:04:16.7053 DEBUG Start: Processing: DNS Belgium
2020-04-06 15:04:16.7053 DEBUG -> Missing Hint: % .be Whois Server
2020-04-06 15:04:16.7053 DEBUG Found 0 matches.
2020-04-06 15:04:16.7053 DEBUG 1 required tokens were missing.
2020-04-06 15:04:16.7053 DEBUG Finished: Processing: DNS Belgium
2020-04-06 15:04:16.7053 INFO Match Success: False
2020-04-06 15:04:16.7053 INFO Total Matches: 0
2020-04-06 15:04:16.7053 INFO Total Errors : 0
2020-04-06 15:04:16.7053 INFO Finish: Matching: DNS Belgium
2020-04-06 15:04:16.7053 INFO Start: Matching: DeNIC
2020-04-06 15:04:16.7186 DEBUG Start: Processing: DeNIC
2020-04-06 15:04:16.7186 DEBUG Found 0 matches.
2020-04-06 15:04:16.7186 DEBUG 1 required tokens were missing.
2020-04-06 15:04:16.7186 DEBUG Finished: Processing: DeNIC
2020-04-06 15:04:16.7186 INFO Match Success: False
2020-04-06 15:04:16.7186 INFO Total Matches: 0
2020-04-06 15:04:16.7186 INFO Total Errors : 0
2020-04-06 15:04:16.7186 INFO Finish: Matching: DeNIC
2020-04-06 15:04:16.7186 INFO Start: Matching: CZ.NIC
2020-04-06 15:04:16.7186 DEBUG Start: Processing: CZ.NIC
2020-04-06 15:04:16.7186 DEBUG -> Missing Hint: supplied through public information services of CZ.NIC association
2020-04-06 15:04:16.7186 DEBUG Found 0 matches.
2020-04-06 15:04:16.7186 DEBUG 1 required tokens were missing.
2020-04-06 15:04:16.7186 DEBUG Finished: Processing: CZ.NIC
2020-04-06 15:04:16.7186 INFO Match Success: False
2020-04-06 15:04:16.7186 INFO Total Matches: 0
2020-04-06 15:04:16.7186 INFO Total Errors : 0
2020-04-06 15:04:16.7186 INFO Finish: Matching: CZ.NIC
2020-04-06 15:04:16.7186 INFO Start: Matching: JPRS-Alt
2020-04-06 15:04:16.7186 DEBUG Start: Processing: JPRS-Alt
2020-04-06 15:04:16.7186 DEBUG -> Missing Hint: JPRS database provides information on network administration.
2020-04-06 15:04:16.7186 DEBUG Found 0 matches.
2020-04-06 15:04:16.7186 DEBUG 1 required tokens were missing.
2020-04-06 15:04:16.7186 DEBUG Finished: Processing: JPRS-Alt
2020-04-06 15:04:16.7186 INFO Match Success: False
2020-04-06 15:04:16.7186 INFO Total Matches: 0
2020-04-06 15:04:16.7186 INFO Total Errors : 0
2020-04-06 15:04:16.7186 INFO Finish: Matching: JPRS-Alt
2020-04-06 15:04:16.7186 INFO Start: Matching: JPRS
2020-04-06 15:04:16.7343 DEBUG Start: Processing: JPRS
2020-04-06 15:04:16.7343 DEBUG -> Missing Hint: JPRS database provides information on network administration.
2020-04-06 15:04:16.7343 DEBUG Found 0 matches.
2020-04-06 15:04:16.7343 DEBUG 1 required tokens were missing.
2020-04-06 15:04:16.7343 DEBUG Finished: Processing: JPRS
2020-04-06 15:04:16.7343 INFO Match Success: False
2020-04-06 15:04:16.7343 INFO Total Matches: 0
2020-04-06 15:04:16.7343 INFO Total Errors : 0
2020-04-06 15:04:16.7343 INFO Finish: Matching: JPRS
2020-04-06 15:04:16.7343 INFO Start: Matching: Whois.Resources.Patterns.Domains.HiChina
2020-04-06 15:04:16.7343 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.HiChina
2020-04-06 15:04:16.7343 DEBUG Found 0 matches.
2020-04-06 15:04:16.7343 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7343 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.HiChina
2020-04-06 15:04:16.7343 INFO Match Success: False
2020-04-06 15:04:16.7343 INFO Total Matches: 0
2020-04-06 15:04:16.7343 INFO Total Errors : 0
2020-04-06 15:04:16.7343 INFO Finish: Matching: Whois.Resources.Patterns.Domains.HiChina
2020-04-06 15:04:16.7343 INFO Start: Matching: Whois.Resources.Patterns.Domains.DnsPl
2020-04-06 15:04:16.7343 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.DnsPl
2020-04-06 15:04:16.7343 DEBUG Found 0 matches.
2020-04-06 15:04:16.7343 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7343 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.DnsPl
2020-04-06 15:04:16.7343 INFO Match Success: False
2020-04-06 15:04:16.7343 INFO Total Matches: 0
2020-04-06 15:04:16.7343 INFO Total Errors : 0
2020-04-06 15:04:16.7501 INFO Finish: Matching: Whois.Resources.Patterns.Domains.DnsPl
2020-04-06 15:04:16.7501 INFO Start: Matching: Whois.Resources.Patterns.Domains.NicBr
2020-04-06 15:04:16.7501 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.NicBr
2020-04-06 15:04:16.7501 DEBUG Found 0 matches.
2020-04-06 15:04:16.7501 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7501 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.NicBr
2020-04-06 15:04:16.7501 INFO Match Success: False
2020-04-06 15:04:16.7501 INFO Total Matches: 0
2020-04-06 15:04:16.7501 INFO Total Errors : 0
2020-04-06 15:04:16.7501 INFO Finish: Matching: Whois.Resources.Patterns.Domains.NicBr
2020-04-06 15:04:16.7501 INFO Start: Matching: Whois.Resources.Patterns.Domains.Nominet
2020-04-06 15:04:16.7501 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.Nominet
2020-04-06 15:04:16.7501 DEBUG Found 0 matches.
2020-04-06 15:04:16.7501 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7501 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.Nominet
2020-04-06 15:04:16.7501 INFO Match Success: False
2020-04-06 15:04:16.7501 INFO Total Matches: 0
2020-04-06 15:04:16.7501 INFO Total Errors : 0
2020-04-06 15:04:16.7501 INFO Finish: Matching: Whois.Resources.Patterns.Domains.Nominet
2020-04-06 15:04:16.7501 INFO Start: Matching: Whois.Resources.Patterns.Domains.RegistrarSafe
2020-04-06 15:04:16.7501 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.RegistrarSafe
2020-04-06 15:04:16.7657 DEBUG Found 0 matches.
2020-04-06 15:04:16.7657 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7657 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.RegistrarSafe
2020-04-06 15:04:16.7657 INFO Match Success: False
2020-04-06 15:04:16.7657 INFO Total Matches: 0
2020-04-06 15:04:16.7657 INFO Total Errors : 0
2020-04-06 15:04:16.7657 INFO Finish: Matching: Whois.Resources.Patterns.Domains.RegistrarSafe
2020-04-06 15:04:16.7657 INFO Start: Matching: Whois.Resources.Patterns.Domains.Csc
2020-04-06 15:04:16.7657 DEBUG Start: Processing: Whois.Resources.Patterns.Domains.Csc
2020-04-06 15:04:16.7657 DEBUG Found 0 matches.
2020-04-06 15:04:16.7657 DEBUG 0 required tokens were missing.
2020-04-06 15:04:16.7657 DEBUG Finished: Processing: Whois.Resources.Patterns.Domains.Csc
2020-04-06 15:04:16.7657 INFO Match Success: False
2020-04-06 15:04:16.7657 INFO Total Matches: 0
2020-04-06 15:04:16.7657 INFO Total Errors : 0
2020-04-06 15:04:16.7657 INFO Finish: Matching: Whois.Resources.Patterns.Domains.Csc
2020-04-06 15:04:16.7657 DEBUG Unable to parse WHOIS data.
2020-04-06 15:04:16.7657 ERROR Problem checking domain expiry for rbm.com