![]() |
|
[dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) (/showthread.php?tid=119865) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
- mcheng89 - 2012-01-27 07:10 kollepara Wrote:I am using redhat linux server enterprise edition 5.6. I replicated the issue on my computer. I'll try to get it fixed. Thanks for testing! EDIT: It's fixed in the latest version. You might have to delete your old config file. It was a one line copy and paste mistake. - kollepara - 2012-01-27 23:23 mcheng89 Wrote:I replicated the issue on my computer. I'll try to get it fixed. Here is the error i get it when i use your latest version Problem signature: Problem Event Name: APPCRASH Application Name: remoteCeton.exe Application Version: 0.0.0.0 Application Timestamp: 4f20b695 Fault Module Name: remoteCeton.exe Fault Module Version: 0.0.0.0 Fault Module Timestamp: 4f20b695 Exception Code: c0000005 Exception Offset: 00013dcf OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 8da4 Additional Information 2: 8da4085f6a07a81f709ad7da1f70d902 Additional Information 3: b45f Additional Information 4: b45f9f840d6168d6896a124612d3148b Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt - mcheng89 - 2012-01-27 23:54 kollepara Wrote:Here is the error i get it when i use your latest version That application timestamp is from the 25th which is the previous version. I just updated it yesterday ![]() EDIT: I did another update. I modified the remoteVLC plugin, so replace that too. App crash when run in start up folder (also shortcut set to start minimized) - europorsche914 - 2012-02-02 11:09 Problem signature: Problem Event Name: APPCRASH Application Name: remoteCeton.exe Application Version: 0.0.0.0 Application Timestamp: 4f236cee Fault Module Name: remoteCeton.exe Fault Module Version: 0.0.0.0 Fault Module Timestamp: 4f236cee Exception Code: c0000005 Exception Offset: 0001447b OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1033 Additional Information 1: 8da4 Additional Information 2: 8da4085f6a07a81f709ad7da1f70d902 Additional Information 3: b45f Additional Information 4: b45f9f840d6168d6896a124612d3148b Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt - mcheng89 - 2012-02-03 05:01 europorsche914 Wrote:Problem signature: You wrote this: "App crash when run in start up folder (also shortcut set to start minimized)" Does it only crash when it runs from the startup shortcut? EDIT: I know the program crashes if you put it in a directory that needs admin rights. So, if you put it in the Program Files directory it wont work .I need to take a look at how that works. - europorsche914 - 2012-02-03 05:48 mcheng89 Wrote:You wrote this: "App crash when run in start up folder (also shortcut set to start minimized)" yea I was running it from the root directory... funny thing is I can then close the error message and click the shortcut again and it works?? Another note I upgraded to 1.4.1 (replaced every file from 1.4.0 with 1.4.1) and am having a bunch of problems now (im using the http api calls, not xbmc) , I get errors about not being able to set the channel within 5 seconds and then I close the program by pressing enter twice but then when I try to reopen the program i get an error stating port 8555 is already in use.. I can provide any furthur debugging you need (ill shoot ya an email to the address in the program) Unfortunately I didnt back up v1.4.0 so now I dont have a working setup ![]() Thanks for your hardwork this program is amazing and is exactly what I was looking for! -Justin - mcheng89 - 2012-02-03 06:04 europorsche914 Wrote:yea I was running it from the root directory... funny thing is I can then close the error message and click the shortcut again and it works?? v1.4.0: http://www.mediafire.com/download.php?q4ddz2h7wo112lj I'll try to figure out the 8555 issue tomorrow. Do you have the remoteVLC plugin installed? Can you send me the LOG-remoteVLC.txt file? EDIT: Can you try the latest version? It should have fixed the 8555 error. ![]() It wasnt shutting down vlc. It broke while I was working on rewriting the code for linux support. - europorsche914 - 2012-02-03 18:26 mcheng89 Wrote:v1.4.0: Working so far so good with the v1.4.2! Thanks!!!! - Killervette - 2012-02-04 01:18 Does this work with the USB ceton? - mcheng89 - 2012-02-04 18:51 Killervette Wrote:Does this work with the USB ceton? I'm pretty sure that it will work since the calls I make to the device follows a CableLabs specification. If you have one that you can try, let me know how it goes! |