我正在尝试通过 hbc-twitter4j-v3 获取推文。示例代码是:https ://github.com/twitter/hbc/blob/master/hbc-example/src/main/java/com/twitter/hbc/example/Twitter4jSampleStreamExample.java 为了在代理上启用身份验证,我也有设置主机、端口和身份验证的系统属性。但它显示以下错误 -
[main] INFO com.twitter.hbc.httpclient.BasicClient - 执行的新连接:hosebird-client-0,端点:/1.1/statuses/sample.json?delimited=length&stall_warnings=true [hosebird-client-io-thread-0] INFO com.twitter.hbc.httpclient.ClientBase-hosebird-client-0 建立连接 [main] INFO com.twitter.hbc.httpclient.BasicClient - 停止客户端:hosebird-client-0,端点:/1.1/statuses/sample.json?delimited=length&stall_warnings=true [main] INFO com.twitter.hbc.httpclient.ClientBase - 软管鸟客户端 0 退出事件 - 被用户停止:等待 5000 毫秒 [main] WARN com.twitter.hbc.httpclient.ClientBase-hosebird-client-0 客户端线程未能在 5000 毫秒内完成 [main] INFO com.twitter.hbc.httpclient.BasicClient - 成功停止客户端:hosebird-client-0,端点:/1.1/statuses/sample.json?delimited=length&stall_warnings=true [hosebird-client-io-thread-0] 警告 com.twitter.hbc.httpclient.ClientBase-hosebird-client-0 未知主机-stream.twitter.com [hosebird-client-io-thread-0] 警告 com.twitter.hbc.httpclient.ClientBase-hosebird-client-0 无法正确建立连接 [hosebird-client-io-thread-0] INFO com.twitter.hbc.httpclient.ClientBase -hosebird-client-0 完成处理,准备关闭连接 [hosebird-client-io-thread-0] INFO com.twitter.hbc.httpclient.ClientBase-hosebird-client-0 关闭 httpclient 连接管理器
有什么帮助吗??提前致谢