Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot retrieve articles using Web view with any Mobilizer #567

Closed
Otiel opened this issue Jul 31, 2023 · 6 comments
Closed

Cannot retrieve articles using Web view with any Mobilizer #567

Otiel opened this issue Jul 31, 2023 · 6 comments

Comments

@Otiel
Copy link

Otiel commented Jul 31, 2023

Canary-8

I cannot use the "Web" view anymore as all mobilizers (Feedbin Parser, FeedMe and Google Web Light) fail to download the web page. The following error is displayed:

This article could not be fetched or is otherwise invalid.

For instance:
Screenshot_20230731_190058_FeedMe

Article link: https://csharpdigest.net/digests/1690

Feed article:

<item>
      <title>A Comprehensive Guide for Efficient Data Binding</title>
      <author>Jakub Chodounsky</author>
      <pubDate>Mon, 31 Jul 2023 03:05:00 +1200</pubDate>
      <link>https://csharpdigest.net/digests/1690</link>
      <guid>https://csharpdigest.net/digests/1690</guid>
      <description>&lt;p&gt;#465 – July 31, 2023&lt;/p&gt;

&lt;article&gt;
  &lt;p&gt;&lt;a href="https://csharpdigest.net/link/16180/rss"&gt;A Comprehensive Guide for Efficient Data Binding&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Learn how to use the Asp.net Repeater control to display data in a tabular format on your web page. This tutorial covers the basics of binding data to the Repeater, customizing the layout, and handling events.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16181/rss"&gt;Incogni - The best solution to remove your personal information from the internet in 2023&lt;/a&gt;
(sponsor)&lt;/p&gt;
&lt;p&gt;Safeguard yourself against scams, online harassment, robocalls, spam emails, and identity theft by proactively securing your personal information. Take control of your privacy and utilize Incogni to optimize your online security and minimize the exposure of your personal information to data brokers. Gain the power to combat a range of risks that pose a threat to your privacy. Risk free.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16182/rss"&gt;Unleashing the Power of .NET Source Code Generators&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;.NET source generators are a powerful new feature that allows you to generate source code at compile time. This opens up some interesting possibilities for supercharging your .NET.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16183/rss"&gt;.NET 8 TimeProvider and Unit Tests&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using dotnet 8 TimeProvider and FakeTimeProvider to test existing date and time based code.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16184/rss"&gt;Rock Your Debugging Game: Parallel Stack Window Tips You Need to Know&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In Visual Studio 2022 17.6 and 17.7 we added a ton of new features in that can take your multithreaded debugging to the next level. Understanding how your code behaves in a parallel environment is crucial as multithreaded programming becomes the norm.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16185/rss"&gt;Breaking Free From Exceptions – A Different Way Forward&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Exceptions and exception handling are a core part of C# and many other programming languages. But what If we didn't need to be throwing them?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16186/rss"&gt;CancellationTokens 2.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cancellation tokens were introduced in 2010 as part of .NET Framework 4.0. As engineers have become more aware of resource costs due to cloud computing and containerization. We’ve become more appreciative of features which can help us reduce those costs and resources in general at a more fine grained level.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16187/rss"&gt;Analyzer to validate the parameters of structured log messages&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to use a Roslyn analyzer to validate the parameter types of structured log messages in Microsoft.Extensions.Logging.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://csharpdigest.net/link/16188/rss"&gt;Translating Exceptions into Problem Details Responses&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this post, we'll take a look at the newly introduced IExceptionHandler in ASP.NET Core 8. We'll implement an exception handler that translates exceptions into Problem Details using the Problem Details Service. The result is a standardized and better experience for your API consumers.&lt;/p&gt;
&lt;/article&gt;

&lt;h2&gt;newsletters&lt;/h2&gt;
&lt;ul class="other-newsletters"&gt;
    &lt;li&gt;&lt;a href="https://leadershipintech.com?utm_source=csharp&amp;amp;utm_medium=rss&amp;amp;utm_campaign=footer"&gt;Leadership in Tech&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="https://programmingdigest.net?utm_source=csharp&amp;amp;utm_medium=rss&amp;amp;utm_campaign=footer"&gt;Programming Digest&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="https://reactdigest.net?utm_source=csharp&amp;amp;utm_medium=rss&amp;amp;utm_campaign=footer"&gt;React Digest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
@seazon
Copy link
Owner

seazon commented Aug 1, 2023

please try with Canary-10

@Otiel
Copy link
Author

Otiel commented Aug 2, 2023

Fixed! Thanks 🥳

@Otiel Otiel closed this as completed Aug 2, 2023
@bartlibert
Copy link

I still have issues with the feedbin parser, it always returns null

@seazon
Copy link
Owner

seazon commented Aug 3, 2023

I still have issues with the feedbin parser, it always returns null

The same error description or different?

@bartlibert
Copy link

Seems to be a different error. Or even no error actually, the result is just 'null'. Should I create a new issue for this?

@seazon
Copy link
Owner

seazon commented Aug 4, 2023

Seems to be a different error. Or even no error actually, the result is just 'null'. Should I create a new issue for this?

Sure. It is the different issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants