You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tumblr Search does not seem to be working.
Seeing this error in the logs:
20211123 06:55:24.081 Err TumblrSearchCrawler.CrawlPageAsync: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.Dynamic.ExpandoObject' does not contain a definition for 'timelines'
at CallSite.Target(Closure , CallSite , Object )
at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at CallSite.Target(Closure , CallSite , Object )
at TumblThree.Applications.Crawler.TumblrSearchCrawler.d__10.MoveNext() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\TumblrSearchCrawler.cs:line 119
The text was updated successfully, but these errors were encountered:
- The Tumblr Search had been refactored to use dynamic objects instead of classes for the json structure. Obviously Tumblr uses two different paths whether being logged in or not while searching.
- Now it works again for both.
The following has been submitted:
Tumblr Search does not seem to be working.
Seeing this error in the logs:
20211123 06:55:24.081 Err TumblrSearchCrawler.CrawlPageAsync: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'System.Dynamic.ExpandoObject' does not contain a definition for 'timelines'
at CallSite.Target(Closure , CallSite , Object )
at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at CallSite.Target(Closure , CallSite , Object )
at TumblThree.Applications.Crawler.TumblrSearchCrawler.d__10.MoveNext() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\TumblrSearchCrawler.cs:line 119
The text was updated successfully, but these errors were encountered: