Rss 提要操作超时
我正在尝试加载 digg 收藏夹 rss 项目。但由于操作超时而出现错误。 如果有人以前解决过这个问题,请告诉我。
Public Shared Function HasRssItems() As Boolean
Dim doc As New XmlDocument
doc.Load("http://digg.com/users/Lovelezz/history/favorites.rss")
Return doc.SelectNodes("rss/channel/item").Count > 0
End Function
I am trying to load the digg favorites rss items. But getting error as operation timed out.
Please let me know if anyone have solved this issue before.
Public Shared Function HasRssItems() As Boolean
Dim doc As New XmlDocument
doc.Load("http://digg.com/users/Lovelezz/history/favorites.rss")
Return doc.SelectNodes("rss/channel/item").Count > 0
End Function
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很可能您所在的代理不允许您通过。您将设置您的代理设置。
这是一篇描述它的文章.
编辑:更新文章。
Chances are you are behind a proxy that isn't letting you through. You will have set up your proxy settings.
Here is an article that describes it.
Edit: updated article.