![]() |
|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Sage 9.0.9 Released
You can see the release notes here...
https://github.com/google/sagetv/blo...r/CHANGELOG.md Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#2
|
|||
|
|||
Windows installer also now updated.
Also removed the EPG License key field from the installer as it is now available directly during EPG setup in the UI. k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#3
|
|||
|
|||
Compile errors on Windows with Eclipse and Gradle?
@Admins - Please move this if it should be posted elsewhere.
I use Eclipse on Windows, with Gradle, because I like to build my own JAR file. I pulled the current code base and I am seeing a failure in the compile. Can someone tell me if this is my issue or not? Gradle suite > Gradle test > sage.IOUtilsTest.testGetUrlAsString FAILED java.lang.AssertionError at IOUtilsTest.java:17 Gradle suite > Gradle test > sage.IOUtilsTest.testReadFileAsString FAILED java.lang.AssertionError at IOUtilsTest.java:24 108 tests completed, 2 failed :test FAILED In the meantime I'll use the JAR posted at the link elsewhere.
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT SageTV Extender:3x HD200 1x HD300 1xFireTV Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon All in lovely Drexel Hill, PA |
#4
|
|||
|
|||
Quote:
I just run....
No issues. k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#5
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#6
|
|||
|
|||
FYI, I cloned the repository a while ago and have been able to "sync" and build using gradlew.bat up until a couple weeks ago. Then doing a "sync" didn't pull any new commits, (and I was getting a couple branches--master from May and google/master--when before it was just one). I just did a wipe and re-clone, and it seems to be back to normal...
__________________
Home Network: https://karylstein.com/technology.html |
#7
|
|||
|
|||
Thanks for the confirmations that it is something on my side. I will keep digging into it and figured it out. It's strange. I deleted the local copy and redownloaded the project. I ran gradle with the --debug option and the log tells me
Code:
13:30:33.402 [DEBUG] [TestEventLogger] Gradle suite > Gradle test > sage.IOUtilsTest.testGetUrlAsString FAILED 13:30:33.402 [DEBUG] [TestEventLogger] java.lang.AssertionError: expected:<beec1608cf997d3acb42f0ab772b143f 13:30:33.402 [DEBUG] [TestEventLogger] > but was:<beec1608cf997d3acb42f0ab772b143f 13:30:33.402 [DEBUG] [TestEventLogger] > 13:30:33.402 [DEBUG] [TestEventLogger] at org.testng.Assert.fail(Assert.java:89) 13:30:33.402 [DEBUG] [TestEventLogger] at org.testng.Assert.failNotEquals(Assert.java:489) 13:30:33.402 [DEBUG] [TestEventLogger] at org.testng.Assert.assertEquals(Assert.java:118)
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT SageTV Extender:3x HD200 1x HD300 1xFireTV Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon All in lovely Drexel Hill, PA |
#8
|
||||
|
||||
Quote:
Code:
assertEquals(md5, "beec1608cf997d3acb42f0ab772b143f" + System.lineSeparator());
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#9
|
|||
|
|||
It does. That is why it confuses me, as it looks like the line endings are in both the calculated and the expected.... Unless it's a unicode vs. not-Unicode sort of things (we had one of those at work, when I was working earlier this year).
I tried it with the line ending code removed and it also failed. When I commented out the two tests entirely, the compile succeeded. BTW - I don't know much Java. I am more of a Python and Oracle SQL guy (newly retired).
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT SageTV Extender:3x HD200 1x HD300 1xFireTV Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon All in lovely Drexel Hill, PA |
#10
|
||||
|
||||
Quote:
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG Last edited by EnterNoEscape; 10-12-2016 at 01:17 PM. Reason: Wrong line ending. Said \r, meant \n. |
#11
|
||||
|
||||
Quote:
![]()
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#12
|
||||
|
||||
It would be, but if something unexpected got appended and it happened to be a whitespace character, we would never know it. I made the test was specific to the expected situations. It likely will never matter, but why chance a hard to track down issue.
__________________
SageTV v9 Server: ASRock Z97 Extreme4, Intel i7-4790K @ 4.4Ghz, 32GB RAM, 6x 3TB 7200rpm HD, 2x 5TB 7200rpm HD, 2x 6TB 7200rpm HD, 4x 256GB SSD, 4x 500GB SSD, unRAID Pro 6.7.2 (Dual Parity + SSD Cache). Capture: 1x Ceton InfiniTV 4 (ClearQAM), 2x Ceton InfiniTV 6, 1x BM1000-HDMI, 1x BM3500-HDMI. Clients: 1x HD300 (Living Room), 1x HD200 (Master Bedroom). Software: OpenDCT :: WMC Live TV Tuner :: Schedules Direct EPG |
#13
|
|||
|
|||
BUILD SUCCESSFUL
The fix works for me. Thanks for the help.
__________________
Server:UnRaid;2x Intel Xeon E5; SuperMicro moboard;Also:BM3000 w/ WMC; 2x Ceton ETH 6; OpenDCT SageTV Extender:3x HD200 1x HD300 1xFireTV Sage TV: 9.2 on Java 11, Standard STVi, Comskip Playback, Web Interface, 24 Hour Clock, SRE, Playon All in lovely Drexel Hill, PA |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
BMT 4.9.21 Released | stuckless | Batch Metadata Tools | 4 | 07-06-2011 10:25 PM |
314 Is released | stuckless | Phoenix | 11 | 06-18-2011 10:13 AM |
Sage 6.4 released versus beta | gibsonpa | SageTV Software | 2 | 08-18-2008 08:44 PM |
Vista has been released, time to compare Media Center to Sage! | archcommus | The SageTV Community | 23 | 02-25-2007 10:45 AM |
Information on SAGE 3.0 Release? (mostly complaints from before info was released) | r00st3r | General Discussion | 64 | 01-14-2005 03:25 PM |