snorre said:Sorry to inform you that I can't get the lastest version of this amazing creation to work! I previously used versions of both the webinterface and MP from sometime this summer, and it worked like a charm. Yesterday I installed the latest version of both the webinterface and MP, I have followed the installation guide for the webinterface and everything appears to be working except that MP is not recording anything! The recordings I make from the web appear in the EPG in MP but MP just won't record it! What am I missing here? Any clues?
Snorre
snorre said:Thanks for your advice! I have inspected the logs and they give me nothing... However, I have made some tests and it is now clear the restarting MP after adding a recording in MPW does the trick. MP then somehow catches up the recording in a way it doesn't do if not restarted. Anyone else experiencing this?
For the devs: Several columns in the recording table of TV database are not filled in by the MPW, like padding before and after the show, is it supposed to be this way?
Another question: I have tried the WAP interface... I get it to work (except for the problem described above) from a web wap emulator such as http://www.wapsilon.com/ but not from my phone (A SE K750i), anyone that have the MPW WAP interface working on the SonyEricsson phone?
Snorre
LordMessi said:Which version of MPW have you installed?
snorre said:LordMessi said:Which version of MPW have you installed?
Man you are fast! The update window in MPW says´:
Current Version .: 0.3.2
Current Build .: 2005_09_16_20_00
Current Language .: English
Current Webservice version .: 1.0.2067.40040
Current ECP2Assembly.dll(running within MediaPortal) version .: Object id #10
Current ECP2Assembly.dll(running within the Webservice) version .: 1.1.2.40040
Does that info give you any ideas?
EDIT: Wait a minute! I now discovered the CVS tab at your web site! Should I apply the files in that archive as well? I supose so! I on to it!
snorre said:EDIT: Wait a minute! I now discovered the CVS tab at your web site! Should I apply the files in that archive as well? I supose so! I on to it!
LordMessi said:could you goto http://yourservername:81/MPExtControlWS/ and try the RefreshRecordingsInMP function - click it and invoke.
What does this return?
System.MissingMethodException: Method not found: 'Void MediaPortal.TV.Database.TVDatabase.UpdateRecording(MediaPortal.TV.Database.TVRecording ByRef)'.
Server stack trace:
at ECP2Assembly.MPHandler.RefreshRecordings()
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at ECP2Assembly.MPHandler.RefreshRecordings()
at MPECP2WS.ECP2WS.RefreshRecordingsInMP()
snorre said:I have now updated a bit so the update window says
Current Version .: 0.3.2
Current Build .: 2005_11_07_19_45
Current Language .: English
Current Webservice version .: 1.0.2067.40040
Current ECP2Assembly.dll(running within MediaPortal) version .: Object id #10
Current ECP2Assembly.dll(running within the Webservice) version .: 1.1.2.40040
Current MPWUpdater version .: 0.1.12
LordMessi said:could you goto http://yourservername:81/MPExtControlWS/ and try the RefreshRecordingsInMP function - click it and invoke.
What does this return?
Well, this is interesting, clicking invoke gives me:
Code:System.MissingMethodException: Method not found: 'Void MediaPortal.TV.Database.TVDatabase.UpdateRecording(MediaPortal.TV.Database.TVRecording ByRef)'. Server stack trace: at ECP2Assembly.MPHandler.RefreshRecordings() at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ECP2Assembly.MPHandler.RefreshRecordings() at MPECP2WS.ECP2WS.RefreshRecordingsInMP()
I guess thats not really correct. Thanks for trying to help me!
Should I just wait for a new release or admit that I'm too stupid for this... :wink: I guess if noone else has this problem the problem is me...