NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 51 52 53 54 55 … 93 Next »
Gmail plugin - Beta test Thread

 
  • 0 Vote(s) - 0 Average
Gmail plugin - Beta test Thread
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#31
2006-04-11, 06:23 AM
Fatman_do Wrote:Attach:GmailPlugin.zp

Should be

Attach:GmailPlugin.zip <--- missing the i in zip

I would have fixed it for you but I didn't want to impose.
Wouldnt have minded you fixing it, only a simple thing Smile.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#32
2006-04-11, 01:42 PM
My results after installing build 3:

-Tweaked the skin a little to avoid text overlap - looks great.
-Fixed the issue with multiple accounts - it works!
-Added local time support to the email date/time - local times are correct.
-Added mouse support - mouse supported.

Awesome - thanks Big Grin
Roy
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#33
2006-04-12, 09:55 AM (This post was last modified: 2012-03-01, 01:35 PM by McBainUK.)
Well I've been testing it hard for a few days and all is well.

Will be bringing it out beta tonight (no new download - just editing the wiki).

Any final thoughts / comments before I do this?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#34
2006-07-20, 12:14 AM (This post was last modified: 2006-07-20, 12:51 AM by skippy_nz.)
McBainUK Wrote:What happens when you type https://mail.google.com/mail/feed/atom into Internet Explorer? This is the atom feed link the plugin uses.

Also is it still reporting the same error?

Code:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: Hour, Minute, and Second parameters describe an unrepresentable DateTime.
   at System.DateTime.TimeToTicks(Int32 hour, Int32 minute, Int32 second)
   at System.DateTimeParse.ParseISO8601(DateTimeRawInfo raw, __DTString str, DateTimeStyles styles)
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles)
   at System.DateTime.Parse(String s, IFormatProvider provider)
   at System.DateTime.Parse(String s)
   at Atom.Core.AtomDateConstruct.ComputeModifiedCreatedDate(AtomDateConstruct& element, String temp)
   at Atom.Core.AtomDateConstruct.Parse(XPathNavigator navigator)
   at Atom.Core.AtomEntry.Parse(XPathNavigator navigator)
   at Atom.Core.AtomFeed.Parse(XPathNavigator navigator)
   at Atom.Core.AtomFeed.Load(Stream stream)
   at GmailPlugin.Account.RefreshEmailList()

This error is a problem with the atom feed parser. I had it when I had new unread emails in my inbox with dodgey dates, does it still error with a clear inbox?

i have this same issue - using the link to the atom feed works ok

i have 2 acc setup - 1 was working fine all the time but now neither are working


heres the error in my logs

20/07/2006 12:36:05 p.m..062 ERROR [5] Gmail Plugin: Unable to connect to gmail feed after 30 attempts!
20/07/2006 12:36:05 p.m..062 ERROR [5] System.FormatException: The DateTime represented by the string is not supported in calendar System.Globalization.GregorianCalendar.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s)
at Atom.Core.AtomDateConstruct.ComputeModifiedCreatedDate(AtomDateConstruct& element, String temp)
at Atom.Core.AtomDateConstruct.Parse(XPathNavigator navigator)
at Atom.Core.AtomFeed.Parse(XPathNavigator navigator)
at Atom.Core.AtomFeed.Load(Stream stream)
at GmailPlugin.Account.RefreshEmailList()
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#35
2006-07-20, 06:12 AM
Quote:This error is a problem with the atom feed parser. I had it when I had new unread emails in my inbox with dodgey dates, does it still error with a clear inbox?
Did you try this?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#36
2006-07-22, 01:50 AM
McBainUK Wrote:Did you try this?

yes i have - still errors - the account it wasnt working on most of hte time was working ok - then just stopped for some reason - then neither of the accounts were working, then just today both the account are working. its very strange. i will post if it stops working again. thanks.
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#37
2006-07-23, 09:19 AM
skippy_nz Wrote:yes i have - still errors - the account it wasnt working on most of hte time was working ok - then just stopped for some reason - then neither of the accounts were working, then just today both the account are working. its very strange. i will post if it stops working again. thanks.


ok looks like i spoke too soon as its erroring on one account again - would it have something to do with the amount of emails in the inbox or the fact that some of the messages have got other replies in them ?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#38
2006-07-23, 07:31 PM
skippy_nz Wrote:ok looks like i spoke too soon as its erroring on one account again - would it have something to do with the amount of emails in the inbox or the fact that some of the messages have got other replies in them ?
It seems to be a bug with the atom feed parser i use to parse the data from google. Thinking about ditching it and writing my own if this error spreads. Untill then there is not much I can do, sorry.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#39
2006-07-27, 07:45 PM
McBainUK Wrote:Thinking about ditching it and writing my own

V1.5 (27–7–2006)
  • Uses it’s own internal Gmail feed parser (no longer relies dated the Atom.net libary which caused time/date errors).
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#40
2006-08-28, 03:25 AM
McBainUK Wrote:V1.5 (27–7–2006)
  • Uses it’s own internal Gmail feed parser (no longer relies dated the Atom.net libary which caused time/date errors).


sweet - will try the new version tonight. thanks
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,112 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,580 2020-11-14, 08:01 PM
Last Post: sub
  Test/Development environment for npvr.db3 scJohn 10 4,619 2020-09-04, 09:14 PM
Last Post: scJohn
  Web Client: Slow with separate thread and date not obscured cncb 32 16,436 2016-10-10, 02:01 PM
Last Post: mvallevand
  VIdeo playback from plugin mvallevand 5 3,657 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,023 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,898 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,345 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,036 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,276 2012-08-12, 07:56 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode