Giter Club home page Giter Club logo

astounding's People

Contributors

andrelec1 avatar archy-coder avatar jlarriba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

astounding's Issues

can't download; pdf not in the zip file

Reproduce:

  1. Attempt to download a notebook, using remarkable 2 version 2.6.2.75
  2. get this
$ java -jar /tmp/astounding.jar 
[ERROR] 2021-04-02 17:37:50.531 [JavaFX Application Thread] Jrmapi - Error unzipping file
net.lingala.zip4j.exception.ZipException: No file found with name f879cc67-0e01-4c8f-ae80-bf6659b1c941.pdf in zip file
        at net.lingala.zip4j.ZipFile.extractFile(ZipFile.java:555) ~[astounding.jar:?]
        at es.jlarriba.jrmapi.Jrmapi.exportPdf(Jrmapi.java:111) ~[astounding.jar:?]
        at es.jlarriba.astounding.MainController.buttonDoubleClick(MainController.java:85) ~[astounding.jar:?]
        at es.jlarriba.astounding.MainController.lambda$renderDocument$0(MainController.java:124) ~[astounding.jar:?]
        at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) ~[astounding.jar:?]
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) ~[astounding.jar:?]
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) ~[astounding.jar:?]
        at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) ~[astounding.jar:?]
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) ~[astounding.jar:?]
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) ~[astounding.jar:?]
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) ~[astounding.jar:?]
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) ~[astounding.jar:?]
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) ~[astounding.jar:?]
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) ~[astounding.jar:?]
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) ~[astounding.jar:?]
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) ~[astounding.jar:?]
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) ~[astounding.jar:?]
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) ~[astounding.jar:?]
        at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) ~[astounding.jar:?]
        at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) ~[astounding.jar:?]
        at javafx.event.Event.fireEvent(Event.java:198) ~[astounding.jar:?]
        at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3564) ~[astounding.jar:?]
        at javafx.scene.Scene$ClickGenerator.access$8200(Scene.java:3492) ~[astounding.jar:?]
        at javafx.scene.Scene$MouseHandler.process(Scene.java:3860) ~[astounding.jar:?]
        at javafx.scene.Scene$MouseHandler.access$1200(Scene.java:3579) ~[astounding.jar:?]
        at javafx.scene.Scene.processMouseEvent(Scene.java:1849) ~[astounding.jar:?]
        at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2588) ~[astounding.jar:?]
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:397) ~[astounding.jar:?]
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295) ~[astounding.jar:?]
        at java.security.AccessController.doPrivileged(AccessController.java:391) ~[?:?]
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:434) ~[astounding.jar:?]
        at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390) ~[astounding.jar:?]
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:433) ~[astounding.jar:?]
        at com.sun.glass.ui.View.handleMouseEvent(View.java:556) ~[astounding.jar:?]
        at com.sun.glass.ui.View.notifyMouse(View.java:942) ~[astounding.jar:?]
        at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) ~[astounding.jar:?]
        at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277) ~[astounding.jar:?]
        at java.lang.Thread.run(Thread.java:832) [?:?]

Exception in Application start method

I installed rmapi and astounding. When running astounding for the first time I get this error:

$ java -jar astounding.jar
Exception in Application start method
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: javafx.fxml.LoadException:
file:/home/thyriaen/astounding.jar!/es/jlarriba/astounding/main.fxml

at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2625)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2595)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2466)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2435)
at es.jlarriba.astounding.App.loadFXML(App.java:35)
at es.jlarriba.astounding.App.start(App.java:22)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
... 1 more

Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javafx.reflect.Trampoline.invoke(MethodUtil.java:76)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javafx.reflect.MethodUtil.invoke(MethodUtil.java:273)
at com.sun.javafx.fxml.MethodHelper.invoke(MethodHelper.java:83)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2591)
... 13 more
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because the return value of "es.jlarriba.astounding.Remarkable.getDocs()" is null
at es.jlarriba.astounding.Remarkable.loadCollectionsByDirectory(Remarkable.java:69)
at es.jlarriba.astounding.MainController.renderScreen(MainController.java:93)
at es.jlarriba.astounding.MainController.initialize(MainController.java:36)
... 25 more

make a real tuto

You can't have 3 line that say my soft use a wierd api for connecte to the cloud so you need to install and lunch the obsucre sub app for making my app working ....

I think Remarkable have more and more people to use it, and i think lot of theme can't understand how can we get the f**king .rmapi ...

( and for the fun the github rmapi speak about docker ... so for a basique user this isn't acceptable ... )

Two solution ...

  • Make a very simple tuto with ALL command for stupid user that juste need to copy/past in terminal without understanding ...
    OR Include the login in your app !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.