openaudible / openaudible

Audiobook Manager for Audible Users
http://openaudible.org
Apache License 2.0
1.56k stars 151 forks source link

It appears that Amazon made some changes on their end which broke the tool #301

Closed pogisanpolo closed 4 years ago

pogisanpolo commented 4 years ago

new audible UI

Syncing doesn't seem to work anymore. You can see the discrepancy over here.

terrell-r commented 4 years ago

I'm seeing 100 of 654 books. Screenshot_20200329_115308

Full Library scan doesn't appear to complete. Browsing through library is not fetching additional books.

Mar 29, 2020 11:51:55 AM org.openaudible.desktop.swt.manager.menu.CommandCenter execute INFO: Command: Rescan_Library Mar 29, 2020 11:54:30 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:54:36 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:54:50 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:55:01 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:55:10 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:55:29 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 11:55:44 AM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100}

terrell-r commented 4 years ago

Relaunched with -ae Mar 29, 2020 12:02:42 PM org.openaudible.desktop.swt.manager.browser.BrowserWebClient debug INFO: web event orphan ProgressEventCompleted:ProgressEvent{Browser {} time=0 data=null current=100 total=100} Mar 29, 2020 12:03:10 PM org.openaudible.desktop.swt.manager.menu.CommandCenter execute INFO: Command: Rescan_Library Mar 29, 2020 12:03:10 PM org.openaudible.desktop.swt.manager.menu.CommandCenter handleMenuAction SEVERE: ProcessMenu: Rescan_Library java.lang.UnsupportedOperationException at java.base/java.util.Collections$UnmodifiableCollection.addAll(Collections.java:1070) at org.openaudible.Audible.findOrphanedFiles(Audible.java:631) at org.openaudible.desktop.swt.manager.AudibleGUI.checkOrphansGUI(AudibleGUI.java:273) at org.openaudible.desktop.swt.manager.AudibleGUI.refreshLibrary(AudibleGUI.java:344) at org.openaudible.desktop.swt.manager.menu.CommandCenter.execute(CommandCenter.java:277) at org.openaudible.desktop.swt.manager.menu.CommandCenter.handleMenuAction(CommandCenter.java:83) at org.openaudible.desktop.swt.manager.menu.AppMenu.widgetSelected(AppMenu.java:358) at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.openaudible.desktop.swt.gui.GUI.runEventLoop(GUI.java:345) at org.openaudible.desktop.swt.gui.GUI.run(GUI.java:446) at org.openaudible.desktop.swt.manager.AppLoader.(AppLoader.java:72) at org.openaudible.desktop.swt.manager.AppLoader.main(AppLoader.java:80) at org.openaudible.desktop.Application.main(Application.java:22) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85) at com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:66) at install4j.org.openaudible.desktop.Application.main(Unknown Source)

openaudible commented 4 years ago

That is a known bug in a function called findOrphanedFiles (which can see in other issues.). Need to release a new version. Has to do with finding aax or mp3 files in your library that aren't in the main list of books. I'll try to get a new version out soon.

openaudible commented 4 years ago

fixed in 1.6.6 released tonight