Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script fails #6

Open
GoogleCodeExporter opened this issue Nov 14, 2015 · 2 comments
Open

script fails #6

GoogleCodeExporter opened this issue Nov 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. initial run of script
2.
3.

What is the expected output? What do you see instead?
Creation of folder with .strm. No folder found.

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.
After initial run I did not find the .strm files even though it seemed to 
complete fine. I tried to run it again and it fails.

Original issue reported on code.google.com by latinh...@gmail.com on 5 Oct 2012 at 11:06

@GoogleCodeExporter
Copy link
Author

THESE ARE THE ERRORS:

ct 5, 2012 7:09:29 PM com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner exec
INFO: hdhomerun_config discover
Exception in thread "main" java.lang.NullPointerException
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.channels(HDHomeRunTunner.java:104)
    at com.lafaspot.hdhomerun.xmbc.HDHomeRunTunner.createSTRMFile(HDHomeRunTunner.java:79)
    at com.lafaspot.hdhomerun.CreateSTRM.main(CreateSTRM.java:15)

Original comment by latinh...@gmail.com on 5 Oct 2012 at 11:11

@GoogleCodeExporter
Copy link
Author

svn checkout http://hdhomeruntoolbox.googlecode.com/svn/trunk/ hdhomeruntoolbox
edit hdhomeruntoolbox/src/main/java/com/lafaspot/hdhomerun/xmbc/SCANNING.java
under line 12 ( data = line; )
add 
lock = new LOCK( this, line );
save 
cd hdhomeruntoolbox
mvn clean install 
java -jar target/hdhomeurntoolbox-core-0.1.10-SNAPSHOT.jar or something like it

NOTE: may need to install maven

Original comment by danmo...@gmail.com on 2 Jan 2013 at 2:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant