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

Subliminal (0.6.0-2) package stops running when set cron time is reached. #133

Closed
ghost opened this issue Jun 19, 2012 · 10 comments
Closed
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Jun 19, 2012

Subliminal (0.6.0-2) package stops running when set cron time is reached. Log files shows:

06/19/2012 09:31:00:DEBUG:root:Task {u'enable': True, u'age': 7, u'hour': 9, u'minute': 31}
06/19/2012 09:31:00:INFO:root:Running scan

Then the Package says "status is stopped".

Also when "Scan" button is pressed within the Synology interface nothing happens. Can't find any logging either.

Is there a way to check if subliminal would even run?

Then tried to use the CLI, but gives back a lot of errors. Maybe due to all the configuration depen's within the package?

Using only SynoCommunity as SPK source and have their latest Python running (2.7.3-2)

Thanks!

@Martijn085
Copy link

I have the same issue.

@Diaoul
Copy link
Member

Diaoul commented Jun 24, 2012

Paste logs here please or on Pastebin

@ghost ghost assigned Diaoul Jun 24, 2012
@ghost
Copy link
Author

ghost commented Jun 24, 2012

Would live to do that, but what log files? Nothing is being logged by the package other then what I already posted. Can you tell me what I could do to give you the info you need?

@Diaoul
Copy link
Member

Diaoul commented Jun 25, 2012

You said "Then tried to use the CLI, but gives back a lot of errors.", Add -v -v to the command and put the output here please.

@ghost
Copy link
Author

ghost commented Jun 25, 2012

Here it is:

NAS> /usr/local/subliminal/env/bin/python /usr/local/subliminal/env/bin/subliminal -l nl /volume1/video/TV/Wilfred\ \(US\)/Season\ 02/
Traceback (most recent call last):
 File "/usr/local/subliminal/env/bin/subliminal", line 99, in <module>
main()
 File "/usr/local/subliminal/env/bin/subliminal", line 55, in main
os.mkdir(args.cache_dir)
OSError: [Errno 2] No such file or directory: '/root/.config/subliminal'

@Diaoul
Copy link
Member

Diaoul commented Jun 25, 2012

That's because you don't have a proper cache directory. Use mkdir /root/.config to create it.

@ghost
Copy link
Author

ghost commented Jun 25, 2012

Running the CLI now works. But still having troubles running it with cron in the package.

Just got on update, 0.6.1-3, but it doesn't show the serviceselector, even after a fresh install.

Strange. What I can I do to give you more info?

@Diaoul
Copy link
Member

Diaoul commented Jun 25, 2012

Browser issue, try another one or refresh browser cache.

@Diaoul
Copy link
Member

Diaoul commented Jun 25, 2012

Also check the directories paths to see if they exist.

@Diaoul
Copy link
Member

Diaoul commented Jun 25, 2012

Fixed anyway, if subliminal exists on error, the error will be put in the logs and the process will continue

@Diaoul Diaoul closed this as completed Jun 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants