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
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
When importing a large wordpress XML file, I received a null reference exception (quoted below.) When I get a chance in the next few days I will try to get it running in a debugger, but it's completely reproducible.
C:\pretzel>pretzel import --i=wordpress --f=./jrjblog.xml --s=./_site
starting pretzel...
import - import posts from external source
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Pretzel.Logic.Import.WordpressImport.<>c__DisplayClass6.<Import>b__1(XElement e)
at System.Linq.Enumerable.WhereSelectEnumerableIterator 2.MoveNext()
at Pretzel.Logic.Import.WordpressImport.Import()
at Pretzel.Commands.ImportCommand.Execute(IEnumerable 1 arguments)
at Pretzel.Program.Run(String[] args, OptionSet defaultSet)
at Pretzel.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
When importing a large wordpress XML file, I received a null reference exception (quoted below.) When I get a chance in the next few days I will try to get it running in a debugger, but it's completely reproducible.
The text was updated successfully, but these errors were encountered: