audiamus / BookLibConnect

A standalone Audible downloader and decrypter
GNU General Public License v3.0
773 stars 42 forks source link

Possible bug in a single book, preventing me from using the app #176

Open DocNielsen opened 1 day ago

DocNielsen commented 1 day ago

I think i found a little bug, where something is missing from an audible book title/author etc Perhaps add an exception handler where null == "" or "null" so it can load the lib?


21:02:59.355 0004 [BookLibrary.addPageBooks] added: asin=B00V9JKUTC, "A God in Ruins"
21:02:59.356 0004 [BookLibrary.addPageBooks] added: asin=B004FU0DVM, "Emma [Naxos Edition]"
21:02:59.357 0004 [BookLibrary.addPageBooks] added: asin=B00R8HXGHW, "A Little History of Philosophy"
21:02:59.358 0004 [BookLibrary.addPageBooks] added: asin=B00KO7NGTQ, "Shantaram"
21:02:59.359 0004 [BookLibrary.addPageBooks] asin=B004FUD1SY, "Dragonfly In Amber", throwing
ArgumentNullException: "Value cannot be null. (Parameter 'input')")
21:02:59.359 0004 [BookLibrary.addPageBooks] <<< #items=200
21:02:59.359 0004 [BookLibrary.addPageBooks] ArgumentNullException: "Value cannot be null. (Parameter 'input')"
21:02:59.360 0001 [BookLibrary.AddRemBooksAsync] <<< #items=1249, resync=False
21:02:59.360 0001 [AudibleApi.GetLibraryAsync] <<< resync=False
21:02:59.361 0001 [MainForm.initLibraryAsync] <<< settings: auto refresh=False, auto update=True
21:02:59.361 0001 [MainForm.init] <<< 
21:02:59.361 0001 [MainForm.OnShown] <<< 
DocNielsen commented 1 day ago
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null. (Parameter 'input')
   at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
   at System.Text.RegularExpressions.Regex.Match(String input)
   at core.audiamus.connect.BookLibrary.addSeries(Book book, ICollection`1 series, ICollection`1 seriesBooks, IEnumerable`1 itmRelations)
   at core.audiamus.connect.BookLibrary.addPageBooks(BookDbContextLazyLoad dbContext, BookCompositeLists bcl, IEnumerable`1 products, ProfileId profileId, Boolean resync)
   at core.audiamus.connect.BookLibrary.addRemBooks(List`1 libProducts, ProfileId profileId, Boolean resync)
   at core.audiamus.connect.BookLibrary.<>c__DisplayClass7_0.<AddRemBooksAsync>b__1()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at core.audiamus.connect.BookLibrary.AddRemBooksAsync(List`1 libProducts, ProfileId profileId, Boolean resync)
   at core.audiamus.connect.AudibleApi.GetLibraryAsync(String json, Boolean resync)
   at core.audiamus.connect.AudibleApi.GetLibraryAsync(Boolean resync)
   at core.audiamus.connect.app.gui.MainForm.initLibraryAsync()
   at core.audiamus.connect.app.gui.MainForm.init()
   at core.audiamus.connect.app.gui.MainForm.OnShown(EventArgs e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)

************** Loaded Assemblies **************
System.Private.CoreLib
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Private.CoreLib.dll
----------------------------------------
BookLibConnect
    Assembly Version: 0.13.1.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Runtime
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 6.0.2.0
    Win32 Version: 6.0.3624.51513
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/System.Windows.Forms.dll
----------------------------------------
System.Windows.Forms.Primitives
    Assembly Version: 6.0.2.0
    Win32 Version: 6.0.3624.51513
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/System.Windows.Forms.Primitives.dll
----------------------------------------
audiamus.aux.core
    Assembly Version: 2.2.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.ComponentModel.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ComponentModel.Primitives.dll
----------------------------------------
System.Runtime.InteropServices
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.InteropServices.dll
----------------------------------------
System.Drawing.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Drawing.Primitives.dll
----------------------------------------
System.Collections.Specialized
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Collections.Specialized.dll
----------------------------------------
System.ComponentModel
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ComponentModel.dll
----------------------------------------
System.Drawing.Common
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/System.Drawing.Common.dll
----------------------------------------
System.Threading
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Threading.dll
----------------------------------------
System.Diagnostics.TraceSource
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Diagnostics.TraceSource.dll
----------------------------------------
System.Collections
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Collections.dll
----------------------------------------
System.Text.RegularExpressions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Text.RegularExpressions.dll
----------------------------------------
System.Runtime.InteropServices.RuntimeInformation
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.InteropServices.RuntimeInformation.dll
----------------------------------------
System.Memory
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Memory.dll
----------------------------------------
System.Text.Json
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Text.Json.dll
----------------------------------------
System.Text.Encodings.Web
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Text.Encodings.Web.dll
----------------------------------------
System.Collections.Concurrent
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Collections.Concurrent.dll
----------------------------------------
System.Runtime.Intrinsics
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.Intrinsics.dll
----------------------------------------
System.Numerics.Vectors
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Numerics.Vectors.dll
----------------------------------------
System.Private.Uri
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Private.Uri.dll
----------------------------------------
System.Reflection.Emit.Lightweight
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Emit.Lightweight.dll
----------------------------------------
System.Reflection.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Primitives.dll
----------------------------------------
System.Reflection.Emit.ILGeneration
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Emit.ILGeneration.dll
----------------------------------------
System.Runtime.CompilerServices.Unsafe
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.CompilerServices.Unsafe.dll
----------------------------------------
System.Threading.Thread
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Threading.Thread.dll
----------------------------------------
System.Linq
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Linq.dll
----------------------------------------
System.Console
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Console.dll
----------------------------------------
System.Text.Encoding.Extensions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Text.Encoding.Extensions.dll
----------------------------------------
audiamus.aux.win.core
    Assembly Version: 2.2.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.common.util.core
    Assembly Version: 0.3.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.connect.core
    Assembly Version: 0.13.1.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.booksdb.core
    Assembly Version: 0.6.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.connect.ui.core
    Assembly Version: 0.13.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Win32.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/Microsoft.Win32.Primitives.dll
----------------------------------------
System.ComponentModel.EventBasedAsync
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ComponentModel.EventBasedAsync.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 6.0.3624.51513
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/Accessibility.dll
----------------------------------------
System.ComponentModel.TypeConverter
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ComponentModel.TypeConverter.dll
----------------------------------------
audiamus.common.types.core
    Assembly Version: 0.3.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Runtime.Loader
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.Loader.dll
----------------------------------------
Microsoft.Win32.SystemEvents
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/Microsoft.Win32.SystemEvents.dll
----------------------------------------
audiamus.aux.propgrid.core
    Assembly Version: 0.2.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Resources.Extensions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/System.Resources.Extensions.dll
----------------------------------------
System.Drawing
    Assembly Version: 6.0.2.0
    Win32 Version: 6.0.3624.51513
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.36/System.Drawing.dll
----------------------------------------
System.ObjectModel
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ObjectModel.dll
----------------------------------------
System.Collections.NonGeneric
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Collections.NonGeneric.dll
----------------------------------------
System.Threading.ThreadPool
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Threading.ThreadPool.dll
----------------------------------------
audiamus.aux.treedecomp.core
    Assembly Version: 2.1.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Net.Http
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.Http.dll
----------------------------------------
System.Net.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.Primitives.dll
----------------------------------------
System.Diagnostics.Tracing
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Diagnostics.Tracing.dll
----------------------------------------
System.Diagnostics.DiagnosticSource
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Diagnostics.DiagnosticSource.dll
----------------------------------------
System.Net.Security
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.Security.dll
----------------------------------------
System.Security.Cryptography.X509Certificates
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Cryptography.X509Certificates.dll
----------------------------------------
System.Net.Sockets
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.Sockets.dll
----------------------------------------
Microsoft.EntityFrameworkCore
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.aux.win.dialogbox.core
    Assembly Version: 2.1.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
audiamus.sysmgmt.core
    Assembly Version: 1.2.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Threading.Overlapped
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Threading.Overlapped.dll
----------------------------------------
System.Net.NameResolution
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.NameResolution.dll
----------------------------------------
Microsoft.Win32.Registry
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/Microsoft.Win32.Registry.dll
----------------------------------------
System.Security.Cryptography.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Cryptography.Primitives.dll
----------------------------------------
System.Security.Principal.Windows
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Principal.Windows.dll
----------------------------------------
System.Security.Claims
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Claims.dll
----------------------------------------
System.Security.Cryptography.Encoding
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Cryptography.Encoding.dll
----------------------------------------
System.Security.Cryptography.Algorithms
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Security.Cryptography.Algorithms.dll
----------------------------------------
Microsoft.EntityFrameworkCore.Relational
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Collections.Immutable
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Collections.Immutable.dll
----------------------------------------
Microsoft.Extensions.DependencyInjection.Abstractions
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.DependencyInjection
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Logging.Abstractions
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Linq.Expressions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Linq.Expressions.dll
----------------------------------------
Microsoft.EntityFrameworkCore.Abstractions
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Caching.Abstractions
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
netstandard
    Assembly Version: 2.1.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/netstandard.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Private.CoreLib.dll
----------------------------------------
Microsoft.EntityFrameworkCore.Sqlite
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Data.Common
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Data.Common.dll
----------------------------------------
System.Transactions.Local
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Transactions.Local.dll
----------------------------------------
Microsoft.Extensions.Logging
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Options
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Configuration.Abstractions
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Caching.Memory
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.Extensions.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.ComponentModel.Annotations
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.ComponentModel.Annotations.dll
----------------------------------------
System.Net.NetworkInformation
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Net.NetworkInformation.dll
----------------------------------------
Microsoft.Data.Sqlite
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
SQLitePCLRaw.core
    Assembly Version: 2.0.6.1341
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
SQLitePCLRaw.batteries_v2
    Assembly Version: 2.0.6.1341
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
SQLitePCLRaw.provider.e_sqlite3
    Assembly Version: 2.0.6.1341
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Microsoft.EntityFrameworkCore.Proxies
    Assembly Version: 6.0.7.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
Castle.Core
    Assembly Version: 4.0.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Reflection
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.dll
----------------------------------------
System.Reflection.TypeExtensions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.TypeExtensions.dll
----------------------------------------
System.Globalization
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Globalization.dll
----------------------------------------
System.Runtime.Extensions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.Extensions.dll
----------------------------------------
System.Reflection.Extensions
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Extensions.dll
----------------------------------------
System.Reflection.Emit
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Emit.dll
----------------------------------------
DynamicProxyGenAssembly2
    Assembly Version: 0.0.0.0
    Win32 Version: n/a
    CodeBase: file:///C:/Program%20Files/audiamus/Book%20Lib%20Connect/Castle.Core.dll
----------------------------------------
System.Diagnostics.Debug
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Diagnostics.Debug.dll
----------------------------------------
System.Runtime.Serialization.Primitives
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.Serialization.Primitives.dll
----------------------------------------
DynamicProxyGenAssembly2
    Assembly Version: 0.0.0.0
    Win32 Version: n/a
    CodeBase: file:///C:/Program%20Files/audiamus/Book%20Lib%20Connect/Castle.Core.dll
----------------------------------------
System.Linq.Queryable
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Linq.Queryable.dll
----------------------------------------
audiamus.audiible.json.core
    Assembly Version: 0.5.0.0
    Win32 Version: n/a
    CodeBase: 
----------------------------------------
System.Xml.ReaderWriter
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Xml.ReaderWriter.dll
----------------------------------------
System.Private.Xml
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Private.Xml.dll
----------------------------------------
System.Formats.Asn1
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Formats.Asn1.dll
----------------------------------------
System.Runtime.Numerics
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Runtime.Numerics.dll
----------------------------------------
System.IO.Compression
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.IO.Compression.dll
----------------------------------------
System.Diagnostics.StackTrace
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Diagnostics.StackTrace.dll
----------------------------------------
System.Reflection.Metadata
    Assembly Version: 6.0.0.0
    Win32 Version: 6.0.3624.51421
    CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.36/System.Reflection.Metadata.dll
----------------------------------------

************** JIT Debugging **************
BipedalCarbonUnit commented 19 hours ago

I think I'm seeing the same issue with a different book, and I have used Book Lib Connect to download this book without issue previously:


20:30:53.380 0001 Level=3
20:30:53.451 0001 [MainForm..ctor] BookLibConnect 0.13.1.0 as 64bit process on Windows 10.0.26100 64bit
20:30:53.495 0001 [MainForm.OnLoad] >>> 
20:30:53.604 0001 [MainForm.OnLoad] UserSettings
  UpdateSettings
    OnlineUpdate = promptForDownload
  DownloadSettings
    AutoRefresh = True
    AutoUpdateLibrary = True
    AutoOpenDownloadDialog = True
    IncludeAdultProducts = False
    HideUnavailableProducts = False
    MultiPartDownload = False
    KeepEncryptedFiles = False
    DownloadQuality = High
    DownloadDirectory = C:\Users\kx\Music\Audible\Export
    InitialSorting = state_date
    Profile
      AccountAlias = Account
      Region = us
  ConfigSettings
    EncryptConfiguration = False
  ExportSettings
    ExportToAax = True
    ExportDirectory = C:\Users\USER\Music\Audible\aax

20:30:53.638 0001 [MainForm.OnLoad] <<< 
20:30:53.639 0001 [MainForm.OnShown] >>> 
20:30:53.642 0007 [LogTmpFileMaintenance.Cleanup] before/after/removed: #files=18/18/0 size=9345/9345/0 kB
20:30:53.669 0001 [MainForm.init] >>> 
20:30:53.669 0001 [AudibleClient..ctor] 
20:30:53.670 0001 [Authorize..ctor] 
20:30:53.672 0001 [AudibleClient.GetProfilesAsync] 
20:30:53.672 0001 [Authorize.readConfigurationAsync] >>> 
20:30:53.680 0001 [Configuration.ReadAsync] 
20:30:54.743 0001 [OnlineUpdate.UpdateAsync] server=0.13.1
20:30:54.744 0001 [Configuration.ReadAsync] decrypt
20:30:54.789 0001 [Authorize.readConfigurationAsync] <<< 
20:30:54.793 0001 [BookDbContext.StartupAsync] >>> dir=, file=
20:30:55.292 0001 [BookDbContext.StartupAsync] <<< dir=, file=
20:30:55.293 0001 [AudibleClient.ConfigFromFileAsync] Account; us
20:30:55.293 0001 [BookLibrary.GetAccountAliases] >>> 
20:30:55.460 0001 [BookLibrary.GetAccountAliases] #contexts=1
20:30:55.460 0001 [BookLibrary.GetAccountAliases] <<< 
20:30:55.461 0001 [Authorize.RefreshTokenAsync] >>> auto=True, onAutoRefeshOnly=True
20:30:55.463 0001 [Authorize.readConfigurationAsync] >>> 
20:30:55.463 0001 [Authorize.readConfigurationAsync] <<< 
20:30:55.463 0001 [Authorize.refreshTokenAsync] >>> 
20:30:55.463 0001 [Authorize.refreshTokenAsync] <<< 
20:30:55.464 0001 [Authorize.WriteConfigurationAsync] 
20:30:55.464 0001 [Configuration.WriteAsync] 
20:30:55.474 0001 [Authorize.RefreshTokenAsync] <<< auto=True, onAutoRefeshOnly=True
20:30:55.475 0001 [BookLibrary.GetAccountId] >>> 
20:30:55.507 0001 [BookLibrary.GetAccountId] <<< 
20:30:55.512 0001 [MainForm.initLibraryAsync] >>> settings: auto refresh=True, auto update=True
20:30:55.517 0001 [AudibleApi.GetLibraryAsync] >>> resync=False
20:30:55.517 0001 [BookLibrary.GetAccountId] >>> 
20:30:55.541 0001 [BookLibrary.GetAccountId] <<< 
20:30:57.399 0001 [AudibleApi.GetLibraryAsync] page=1, file="LibraryResponse-2024_12_03-20_30_57.json"
20:30:57.416 0001 [AudibleApi.GetLibraryAsync] #items/page=100
20:30:58.221 0001 [AudibleApi.GetLibraryAsync] page=2, file="LibraryResponse-2024_12_03-20_30_58.json"
20:30:58.224 0001 [AudibleApi.GetLibraryAsync] #items/page=40
20:30:58.318 0001 [AudibleApi.GetLibraryAsync] page=3, file="LibraryResponse-2024_12_03-20_30_58_318.json"
20:30:58.319 0001 [BookLibrary.AddRemBooksAsync] >>> #items=140, resync=False
20:30:58.342 0007 [BookLibrary.addPageBooks] >>> #items=140
20:30:58.417 0007 [BookLibrary.addPageBooks] added: asin=1982693231, "Systematic Theology"
20:30:58.418 0007 [BookLibrary.addPageBooks] added: asin=B00VXXUFYO, "The Decline and Fall of the Roman Empire"
20:30:58.418 0007 [BookLibrary.addPageBooks] added: asin=B081D9H5J3, "Break Shot: My First 21 Years"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B07KKMNZCH, "Can't Hurt Me"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B0731R4RFX, "Unfu*k Yourself"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B097CH2DSL, "2,000 Years of Christ's Power - Volume 1: The Age of the Early Church Fathers"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B0BSZTYYL8, "2,000 Years of Christ's Power Volume 2"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B0CF3ZZVB8, "2,000 Years of Christ's Power, Vol. 3"
20:30:58.419 0007 [BookLibrary.addPageBooks] added: asin=B0CQTP6RG4, "2,000 Years of Christ's Power, Vol. 4"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=B0BYQ98SF3, "One Nation Under Blackmail, Vol. 1"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=0062847082, "Road to Disaster"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=B00DZUGWX6, "The Creature from Jekyll Island"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=B075KL3B35, "1917"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=B01865AOJW, "SPQR"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=1977330053, "The Fall of Carthage"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=1980042748, "The Napoleonic Wars"
20:30:58.421 0007 [BookLibrary.addPageBooks] added: asin=B00OHX9OBW, "The Wars of the Roses"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B00728A6RU, "Eisenhower in War and Peace"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B002V0QPT2, "Beyond Band of Brothers"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B015CYJGXA, "Debt - Updated and Expanded"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B002V0GJC0, "The Politically Incorrect Guide to the Civil War"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B002V8LHXI, "Bondage of the Will"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B0066BRACI, "American Nations"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B002V5GQ64, "The Confessions of St. Augustine"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=1665045752, "Fault Lines"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B004SH4TSK, "Orthodoxy"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B004QDQKNI, "Knowing God"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B01M3S4YT4, "The Inerrant Word"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B006QNRCL0, "Of the Mortification of Sin in Believers"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B019P5MLP2, "The Glory of Heaven"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=1545919615, "What Is Reformed Theology?"
20:30:58.422 0007 [BookLibrary.addPageBooks] added: asin=B00P11IQBI, "Anxious for Nothing"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B09B4DR8SS, "Confessions"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B01B6IZXCY, "The Whole Christ"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=0063045184, "The Gulag Archipelago, Volume 1"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V9ZF3K, "Crime and Punishment"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V8KQUI, "The Brothers Karamazov"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=0062868071, "The End Is Always Near"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B09445MC5D, "Democracy: The God That Failed"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B07BB4P5NZ, "Stalin"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B09W371S8Z, "When McKinsey Comes to Town"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V0PTQ2, "The Road"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B00ADRK9FG, "Child of God"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V8N2UE, "Blood Meridian"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B0C9NRBFF2, "Moscow 1812"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B0030URMV2, "Intellectuals and Society"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B07F1Z91H8, "Empire of Silence"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V8HBWO, "Black Rednecks and White Liberals"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002VACN5C, "Economic Facts and Fallacies"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B00CXCXMKS, "Intellectuals and Race"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002VA3NJW, "Applied Economics"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B0BFJT6KL3, "Is Reality Optional?"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V9Z42M, "The Housing Boom and Bust"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B072W7Z81D, "The Road to Serfdom, the Definitive Edition"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V5D00E, "America's Great Depression"
20:30:58.423 0007 [BookLibrary.addPageBooks] added: asin=B002V00U3E, "American Caesar"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B00H9JEIDA, "The House of Morgan"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=0063045206, "The Gulag Archipelago, Volume 2"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B004DEYAS2, "When Money Dies"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B00DLJY7KG, "Bolivar"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B00KLK2UN4, "Strategy"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B079SLCQGF, "The Rise and Fall of the Dinosaurs"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B093DZLTBN, "Against the Gods"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B0BXTL5Y9C, "The Will of the Many"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B016E9SM50, "The Ottoman Endgame"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=1684570638, "Mukiwa"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B09HV92WKC, "The Last Resort"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B0747YCWH2, "A Handful of Hard Men"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B076X62L1L, "The Real Lincoln"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=1094175803, "The Problem with Lincoln"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=1094087386, "It Wasn’t About Slavery"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B01LX1O1DE, "Bust Hell Wide Open"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=1977335624, "Desert Fox"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B0BXFMC7QW, "Confessions of an Economic Hit Man (3rd Edition)"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B09RCMWJDZ, "Sickening"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B00M9IYS68, "Rebel Yell"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=0063045222, "The Gulag Archipelago, Volume 3"
20:30:58.424 0007 [BookLibrary.addPageBooks] added: asin=B0764KXG1W, "False Gods"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B0764LBS4B, "Horus Rising"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B076B516QM, "Galaxy in Flames"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B076DLM5ZY, "The Flight of The Eisenstein"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B0CS3ZXZZF, "To Overthrow the World"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B06Y468234, "A History of the United States in Five Crashes"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B075SM9TB7, "Helsreach"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B075SMSP1S, "Fabius Bile: Primogenitor"
20:30:58.425 0007 [BookLibrary.addPageBooks] added: asin=B0C6YSV5HG, "One Nation Under Blackmail, Vol. 2"
20:30:58.425 0007 [BookLibrary.addPageBooks] asin=B01N5US9UJ, "Hell Divers II: Ghosts", throwing
ArgumentNullException: "Value cannot be null. (Parameter 'input')")
20:30:58.425 0007 [BookLibrary.addPageBooks] <<< #items=140
20:30:58.425 0007 [BookLibrary.addPageBooks] ArgumentNullException: "Value cannot be null. (Parameter 'input')"
20:30:58.426 0001 [BookLibrary.AddRemBooksAsync] <<< #items=140, resync=False
20:30:58.426 0001 [AudibleApi.GetLibraryAsync] <<< resync=False
20:30:58.426 0001 [MainForm.initLibraryAsync] <<< settings: auto refresh=True, auto update=True
20:30:58.426 0001 [MainForm.init] <<< 
20:30:58.426 0001 [MainForm.OnShown] <<< 
audiamus commented 4 hours ago

Thanks for reporting this.

It seems that the books in question are titles in a series, but unfortunately the meta info from the Audible server for this book appears to fall short for the expectations BookLibConnect has here.

The json file (in the tmp directory) for this book could help me to identify the problem.

BipedalCarbonUnit commented 4 hours ago

Hopefully what you want is in one of these:

LibraryResponse-2024_12_03-20_30_57.json LibraryResponse-2024_12_03-20_30_58.json LibraryResponse-2024_12_03-20_30_58_318.json

Thanks

monkeyworknet commented 45 minutes ago

Also getting the same error.

Hopefully this helps.

LibraryResponse-2024_12_04-16_38_29.json

DocNielsen commented 30 minutes ago

I had a less than productive drawn out chat with Audible support. Turns out, that book (B004FUD1SY/Dragonfly In Amber) is no longer available to IP's in my "region" which causes/explains the error. I have been granted a consolation credit, and can use it to download the international version of the book. Since the book is on sale for less than the price of a credit, i have bought the book for 1.99$ 😄