UMS 3.6.0: DLNAResource.java 726 null pointer
UMS 3.6.0: DLNAResource.java 726 null pointer
In file DLNAResource.java at line 726:
if (resumeRes != null) {
-> resumeRes.getMedia().setThumbready(false);
}
Seems like when resumeRes is created by cloning the child (line 517), the child does not have a DLNAMediaInfo yet.
The child has its media set on line 564, but at that point the resumeRes does not clone it.
The file being played is a mp4. There are also a eng and swe srt files (curious, since its an english language film).
Did not know where to report this.
if (resumeRes != null) {
-> resumeRes.getMedia().setThumbready(false);
}
Seems like when resumeRes is created by cloning the child (line 517), the child does not have a DLNAMediaInfo yet.
The child has its media set on line 564, but at that point the resumeRes does not clone it.
The file being played is a mp4. There are also a eng and swe srt files (curious, since its an english language film).
Did not know where to report this.
-
- Posts: 12
- Joined: Mon Apr 28, 2014 5:35 pm
Re: UMS 3.6.0: DLNAResource.java 726 null pointer
Well pointed! I've noticed this yesterday, but I'm not at home, so I was leaving this to be fixed this week. As you pointed earlier, I fixed this earlier too in a pull request
. But you will have to wait until a new version with this fix is released.

Re: UMS 3.6.0: DLNAResource.java 726 null pointer
Thanks for reporting this, we'll release a version with the fix soon 
