|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
|||
|
|||
Quote:
Quote:
Make sure you're running 2.0.0.845 as it includes a fix to work around a bug in the twitter4j library as well.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#22
|
||||
|
||||
Can't thank Slugger enough for taking the time to debug this! And to follow up as another problem showed up after he thought he was done
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#23
|
||||
|
||||
I just upgraded to this today. I see there is no test for the mail server. I'm not getting alerts that I think I should be getting. Any suggestions on testing?
|
#24
|
|||
|
|||
Quote:
It logs every notification attempt and if it fails then the exception/error that caused it. (The ability to test the email settings, twitter account, Growl account, etc. will return eventually.)
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#25
|
||||
|
||||
Here are the results from that log with an error that I can't figure out how to fix:
Code:
2010-05-31 15:57:56,800 INFO [AppEventsListener]: Event received: EPGUpdateCompleted 2010-05-31 15:57:57,331 ERROR [EmailServer]: Error sending email com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. 21sm4325911pzk.0 at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1829) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1368) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:886) at com.google.code.sagetvaddons.sagealert.server.EmailServer.sendMessage(EmailServer.java:130) at com.google.code.sagetvaddons.sagealert.server.EmailServer.access$300(EmailServer.java:39) at com.google.code.sagetvaddons.sagealert.server.EmailServer$1.run(EmailServer.java:76) 2010-05-31 15:57:57,331 ERROR [EmailServer]: Email for 'An EPG update has completed' event FAILED to 'brian@xxxx.org' |
#26
|
|||
|
|||
Looks like your SMTP server is requiring an SSL connection. In your SMTP settings for SageAlert, ensure "Use SSL" is checked.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#27
|
||||
|
||||
That didn't fix it and my mail client is set to not use an ssl connection. Here's the new error:
Code:
2010-05-31 17:10:19,784 ERROR [EmailServer]: Error sending email javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1706) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:525) at javax.mail.Service.connect(Service.java:291) at javax.mail.Service.connect(Service.java:172) at javax.mail.Service.connect(Service.java:192) at com.google.code.sagetvaddons.sagealert.server.EmailServer.sendMessage(EmailServer.java:127) at com.google.code.sagetvaddons.sagealert.server.EmailServer.access$300(EmailServer.java:39) at com.google.code.sagetvaddons.sagealert.server.EmailServer$1.run(EmailServer.java:76) Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source) at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source) at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java:503) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:234) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1672) ... 7 more 2010-05-31 17:10:19,800 ERROR [EmailServer]: Email for 'SageAlert has successfully started...' event FAILED to 'brian@sedlaceks.org' |
#28
|
|||
|
|||
If you're using Gmail's SMTP server then I'd recommend settings like this (which is exactly what I use, and my emails are sent no problem):
host: smtp.gmail.com port: 465 user: yourid@gmail.com pwd: yourpwd Use SSL: yes (i.e. box is checked) Sender address: yourid@gmail.com Sender address must equal user name or Google will reject your emails.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#29
|
||||
|
||||
I'm using google apps with my own domain name. It was working with sagealert v.1. I changed to port 465 and using ssl. It took a little while, but it looks like it's working now. Thanks for the help.
|
#30
|
||||
|
||||
OK, here are some quick first impressions, in no particular order:
* The SMTP password displays in cleartext. * I can create email accounts, but I can't figure out how to get back to them for later editing or verification. Left-clicking on Email doesn't seem to do anything, and right-clicking just gives me the Create option again. (There's a Delete option too, but it's disabled.) * Revise that: After manually refreshing the page I can now click open the Email node of the tree and see the accounts I created. However I still can't do anything with them. Left-clicking does nothing, and right-clicking shows me a menu with both Create and Delete disabled. * There was a whole Settings page in the old UI that seems to have no equivalent in the new UI. * The Clients page seems to show only Placeshifter/extender clients. The old version showed SageTVClients and the server's own pseudoclient as well.
__________________
-- Greg |
#31
|
||||
|
||||
My PC client and 127.0.0.1 (server) both show up on my clients page but I don't have any placeshifters or extenders in my set up / network either.
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#32
|
||||
|
||||
Quote:
__________________
-- Greg |
#33
|
||||
|
||||
Quote:
Quote:
The ability to delete is there, but the option is inadvertently disabled. That, too, will be fixed for the next build. Quote:
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#34
|
||||
|
||||
Quote:
Yeah, figured that out. Next question: is there a way to delete a client from that list? (I started one of my clients using the wrong NIC/MAC addr.)
__________________
-- Greg |
#35
|
|||
|
|||
Quote:
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#36
|
|||
|
|||
2.0.0.846 now available with a bunch of UI bug fixes.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#37
|
|||
|
|||
upgrading to the latest version fixed the issue I was having with the old sagealert still running... I think.
|
#38
|
|||
|
|||
Great! Time to upgrade to v7 now.
Will have to after 4pm on Saturday, as the wife records her chinese shows from 9am to 4pm every day, and you don't mess with wife recordings |
#39
|
|||
|
|||
I'm not getting any emails.
The log shows the following error: Code:
2010-06-03 02:03:56,502 ERROR [EmailServer]: Error sending email javax.mail.MessagingException: Could not connect to SMTP host: mail.comcast.net, port: 110, response: -1 ... Do you have any suggestions?
__________________
HDHomeRun x2 Cable Box via Hauppauge HD PVR and USB-UIRT 2 SageTV's HD300 Intel Core 2 Quad Q9650 @4025 MHz, 8G G.Skill Performance DFI Lanparty DK X48-T2RS Plus; SilverStone Decathlon DA1000 (died - back to an ancient enermax) eVGA 7900 GT KO RoHS -- Zalman VP900CU Cooling Synology NAS 22TB |
#40
|
|||
|
|||
Port 110 is typically the POP3 server on most networks. I'd try changing it to port 25. If that doesn't work, search your ISP's web site for details on its SMTP server settings.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: MizookLCD (Alternate SageTV LCDSmartie Plugin) | cslatt | SageTV Customizations | 48 | 06-11-2012 10:44 AM |
MediaPlayer Plugin/STV Import: Winamp Media Player Plugin | deria | SageTV Customizations | 447 | 12-11-2010 07:38 PM |
Plugin: SageAlert | Slugger | SageTV Customizations | 201 | 06-28-2010 07:47 PM |
SageAlert new release notifications | Slugger | Customization Announcements | 2 | 03-06-2010 09:53 AM |
Hulu: Possible to Use XBMC Hulu Plugin to create SageTV Plugin? | Brent | SageTV Customizations | 8 | 02-24-2009 04:16 PM |