sloflin72 / mythbox

Automatically exported from code.google.com/p/mythbox
GNU General Public License v2.0
0 stars 1 forks source link

multiple recording dirs complains about 'directory does not exist' #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://xbmc.org/forum/showthread.php?p=267460#post267460

>I thought it would be intuitive to separate paths with the platform
specific path separator

I thought I had tried that, so I double checked and still have a problem.
When I enter multiple paths separated by a colon, I get an error dialog
that says:
Recording directory 'mypath' does not exist.

The 'mypath' path is always the second directory in the list, so if I enter:
/mnt/mythtv/live:/mnt/mythtv/rec
I get:
Recording directory '/mnt/mythtv/rec' does not exist.
If I enter:
/mnt/mythtv/rec:/mnt/mythtv/live
I get:
Recording directory '/mnt/mythtv/live' does not exist.

If I enter three paths separated by colons, I still get an error referring
to the second path. All paths do actually exist and work fine if they are
the only path entered.

BTW: I'm running Kubuntu 8.04

Let me know if I can provide more info on this. Thanks again.

Jerry 

Original issue reported on code.google.com by semir.pa...@gmail.com on 10 Jan 2009 at 7:24

GoogleCodeExporter commented 9 years ago
I made the original report.

The mounted MythTV machine was experiencing network problems.  I tried to 
re-create
using local directories and the problem did not occur.  MythBox seems to be 
fine, the
problem was on my end.

This issue can be closed. 

Original comment by jerryf...@gmail.com on 10 Jan 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Reporter verified not an issue.

Original comment by semir.pa...@gmail.com on 11 Jan 2009 at 9:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
my error ...

kszys@laptop:~/.xbmc/scripts/MythBox$ cat mythbox.log 
DEBUG | default.py | Line 89 | Mythbox Logger Initialized
ERROR | default.py | Line 157 | Initializing stage 2
Traceback (most recent call last):
  File "/home/kszys/.xbmc/scripts/My Scripts/MythBox/default.py", line 137, in ?
    import mythtv
  File "/home/kszys/.xbmc/scripts/My Scripts/MythBox/resources/src/mythtv.py", line
23, in ?
    import mythdb
  File "/home/kszys/.xbmc/scripts/My Scripts/MythBox/resources/src/mythdb.py", line
22, in ?
    import MySQLdb
  File "/home/kszys/.xbmc/scripts/My
Scripts/MythBox/resources/lib/MySQLdb/MySQLdb/__init__.py", line 19, in ?
    import _mysql
ImportError: unknown dlopen() error

Original comment by xzaloox on 12 Jan 2009 at 3:51