Rss 提要操作超时

发布于 2024-08-18 05:07:56 字数 330 浏览 3 评论 0原文

我正在尝试加载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-08-25 05:07:56

很可能您所在的代理不允许您通过。您将设置您的代理设置。

这是一篇描述它的文章.

编辑:更新文章。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文