-
Notifications
You must be signed in to change notification settings - Fork 4
App does not show data only the list of activities #24
Comments
I've prepared a bugfix for this issue here: #25 |
Thanks that is quick, I'm not very experienced with Java. I managed to compile with Netbeans on MacOS but the build complains Regards, |
I've had trouble to get this to compile myself (#23). Basically you have to install Maven and use the command line to let it to handle all the dependencies, compiling and packaging. I'm sure Maven can also be used with Netbeans, but I've never used it. This should be the final command to obtain a runable package: mvn clean package -P build-fatjar |
I found it compiled with maven, but it also turns out I was opening the wrong jar file, there is also one generated with suffix jfx. After getting your branch on the api as well everything seems to work, great! Finally access to power data, something bosch should have made available. Thanks |
…t_show_data Bugfix for issue #24 app does not show data
I can login and see the list of activities, but is doesn't show the data and I am unable to export to tcx.
The text was updated successfully, but these errors were encountered: