ToxicFrog / bltool

A tool for command line interaction with backloggery.com
Apache License 2.0
78 stars 9 forks source link

Exception in thread "main" - UnknownHostException steamcommunity.com #10

Closed TheOctonaut closed 9 years ago

TheOctonaut commented 10 years ago

Having an issue where bltool cannot get anything from steam nor from backloggery. Java is not finding the address.

Windows 7. Internet connection is fine. Using Google DNS. Both sites accessible from browser. Firewall disabled. Have tried running as an administrator.

C:\Users\Gavin\Downloads\bltool-0.1.2>java -jar bltool.jar --steam-name "gavinzac" --bl-name "GavinZac" --bl-pass "*****" --filter --from steam --to text - -output games.txt Exception in thread "main" java.net.UnknownHostException: steamcommunity.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefa ultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHost name(DefaultClientConnectionOperator.java:278) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect ion(DefaultClientConnectionOperator.java:162) at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedCli entConnectionImpl.java:294) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(Default RequestDirector.java:643) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq uestDirector.java:479) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl ient.java:906) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl ient.java:805) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl ient.java:784) at clj_http.core$request.invoke(core.clj:277) at clojure.lang.Var.invoke(Var.java:415) at clj_http.client$wrap_request_timing$fn1630.invoke(client.clj:633) at clj_http.client$wrap_lower_case_headers$fn1627.invoke(client.clj:62 4) at clj_http.client$wrap_query_params$fn1568.invoke(client.clj:502) at clj_http.client$wrap_basic_auth$fn1573.invoke(client.clj:518) at clj_http.client$wrap_oauth$fn1577.invoke(client.clj:528) at clj_http.client$wrap_user_info$fn1582.invoke(client.clj:541) at clj_http.client$wrap_url$fn1614.invoke(client.clj:599) at clj_http.client$wrap_redirects$fn1441.invoke(client.clj:189) at clj_http.client$wrap_decompression$fn1463.invoke(client.clj:258) at clj_http.client$wrap_input_coercion$fn1517.invoke(client.clj:393) at clj_http.client$wrap_additional_header_parsing$fn1538.invoke(client .clj:436) at clj_http.client$wrap_output_coercion$fn1508.invoke(client.clj:347) at clj_http.client$wrap_exceptions$fn1422.invoke(client.clj:141) at clj_http.client$wrap_accept$fn1548.invoke(client.clj:464) at clj_http.client$wrap_accept_encoding$fn1554.invoke(client.clj:478) at clj_http.client$wrap_content_type$fn__1543.invoke(client.clj:454) at clj_http.client$wrap_form_params$fn1592.invoke(client.clj:565) at clj_http.client$wrap_nested_params$fn1610.invoke(client.clj:589) at clj_http.client$wrap_method$fn1587.invoke(client.clj:548) at clj_http.cookies$wrap_cookies$fn277.invoke(cookies.clj:121) at clj_http.links$wrap_links$fn307.invoke(links.clj:50) at clj_http.client$wrap_unknown_host$fn1619.invoke(client.clj:608) at clj_http.client$get.doInvoke(client.clj:715) at clojure.lang.RestFn.invoke(RestFn.java:410) at bltool.data.steam$fn__26.invoke(steam.clj:29) at clojure.lang.MultiFn.invoke(MultiFn.java:227) at bltool.core$execute.invoke(core.clj:70) at bltool.core$_main$fn51.invoke(core.clj:107) at bltool.core$_main.doInvoke(core.clj:104) at clojure.lang.RestFn.applyTo(RestFn.java:137) at bltool.core.main(Unknown Source)

ToxicFrog commented 10 years ago

This is very weird and unfortunately I have no idea how to debug it.

If it's still happening, can you post the output of 'nslookup steamcommunity.com' and 'ping steamcommunity.com', and the same with 'www.steamcommunity.com'?

And if you have Cygwin or a linux machine handy, the result of the 'dig' command with both of those domains as well?