[mythtv-users] Error with Mirobridge

Jim Morton Jim at Morton.hrcoxmail.com
Tue Dec 18 19:00:12 UTC 2012


On 12/18/2012 1:32 PM, Doug Vaughan wrote:
> Stephen,
>     A python bindings fix for this issue has been committed to master 
> and will be back ported to v0.26 at some point.
>
> http://code.mythtv.org/cgit/mythtv/commit/?id=d5199f2d5ba6c9c3c7ac6d1aff1ab665f910d10e 
>
>
>
>

Not sure but I believe you may have missed incrementing the error codes.
200 through 203 repeat.

diff --git a/mythtv/bindings/python/MythTV/static.py 
b/mythtv/bindings/python/MythTV/static.py
index 4822453..0a13ca1 100644
--- a/mythtv/bindings/python/MythTV/static.py 
<http://code.mythtv.org/cgit/mythtv/tree/mythtv/bindings/python/MythTV/static.py?id=0e155f7c5ff0b67b8e0750ea7d866bb88eea04dc>
+++ b/mythtv/bindings/python/MythTV/static.py 
<http://code.mythtv.org/cgit/mythtv/tree/mythtv/bindings/python/MythTV/static.py?id=d5199f2d5ba6c9c3c7ac6d1aff1ab665f910d10e>
@@ -214,26 +214,30 @@ class LOGFACILITY( object ):
LOCAL7 = 17
class ERRCODES( object ):
...
+ FILE_ERROR = 200
+ FILE_FAILED_READ = 201
+ FILE_FAILED_WRITE = 202
+ FILE_FAILED_SEEK = 203
+ TZ_ERROR = 200
+ TZ_INVALID_FILE = 201
+ TZ_INVALID_TRANSITION = 202
+ TZ_CONVERSION_ERROR = 203


-- 
_________________________________________________________

  Jim Morton



More information about the mythtv-users mailing list