home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Notification: Extending "My Mail" plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="bigj" data-source="post: 96351" data-attributes="member: 10940"><p>Thanks R&C - partial success - the plugin appeared in config and I was able to easily setup new mailox. The mp interface worked well too. But mail retrieval failed. The logs showed some db errors and authorisation failure. I tried the same using another pop3 broswer (poppeeper) and that worked fine.</p><p></p><p>cheers</p><p>Jason. logs follow.</p><p></p><p>2006-12-10 16:41:35.625000 [ERROR][MPMain]: SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />vm=null err:ERROR detailed:table account already exists query:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1)))</p><p>2006-12-10 16:41:35.625000 [ERROR][MPMain]: DatabaseUtility exception err<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" />QL:MessagingDatabase.db3 cmd:sqlite3_prepare16<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />vm=null err:ERROR detailed:table account already exists query:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1))) stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)</p><p> at SQLite.NET.SQLiteClient.Execute(String query)</p><p> at MediaPortal.Database.DatabaseUtility.AddTable(SQLiteClient dbHandle, String strTable, String strSQL) sql:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1)))</p><p>2006-12-10 16:41:35.625000 [ERROR][MPMain]: SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />vm=null err:ERROR detailed:table message already exists query:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage))</p><p>2006-12-10 16:41:35.625000 [ERROR][MPMain]: DatabaseUtility exception err<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" />QL:MessagingDatabase.db3 cmd:sqlite3_prepare16<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />vm=null err:ERROR detailed:table message already exists query:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage)) stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)</p><p> at SQLite.NET.SQLiteClient.Execute(String query)</p><p> at MediaPortal.Database.DatabaseUtility.AddTable(SQLiteClient dbHandle, String strTable, String strSQL) sql:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage))</p><p>2006-12-10 16:41:43.031250 [ERROR][MPMain]: Control has invalid animation type</p><p>2006-12-10 16:41:43.046875 [ERROR][MPMain]: Control has invalid animation type</p><p>2006-12-10 16:41:51.937500 [ERROR][6]: ProviderPOP3 : OnUpdate failed while connecting and fetching content for Provider Jason's Email: Server returned:-ERR authorization failed</p><p>2006-12-10 16:41:51.953125 [ERROR][6]: Provider: OnUpdate( Jason's Email ) failed</p></blockquote><p></p>
[QUOTE="bigj, post: 96351, member: 10940"] Thanks R&C - partial success - the plugin appeared in config and I was able to easily setup new mailox. The mp interface worked well too. But mail retrieval failed. The logs showed some db errors and authorisation failure. I tried the same using another pop3 broswer (poppeeper) and that worked fine. cheers Jason. logs follow. 2006-12-10 16:41:35.625000 [ERROR][MPMain]: SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table account already exists query:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1))) 2006-12-10 16:41:35.625000 [ERROR][MPMain]: DatabaseUtility exception err:SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table account already exists query:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1))) stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err) at SQLite.NET.SQLiteClient.Execute(String query) at MediaPortal.Database.DatabaseUtility.AddTable(SQLiteClient dbHandle, String strTable, String strSQL) sql:CREATE TABLE account (idAccount integer PRIMARY KEY,enabled integer,provider text,name text,autoUpdate integer,updateFreq integer,attachmentsFolder text,config text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(autoUpdate in (0,-1))) 2006-12-10 16:41:35.625000 [ERROR][MPMain]: SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table message already exists query:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage)) 2006-12-10 16:41:35.625000 [ERROR][MPMain]: DatabaseUtility exception err:SQL:MessagingDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table message already exists query:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage)) stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err) at SQLite.NET.SQLiteClient.Execute(String query) at MediaPortal.Database.DatabaseUtility.AddTable(SQLiteClient dbHandle, String strTable, String strSQL) sql:CREATE TABLE message (idAccount integer,idMessage text,enabled integer,unread integer,size integer,flag integer,tag string,header blob,body blob,UNC text,CONSTRAINT boolean_behaviour CHECK(enabled in (0,-1)),CONSTRAINT boolean_behaviour2 CHECK(unread in (0,-1)),FOREIGN KEY (idAccount) REFERENCES account(idAccount),PRIMARY KEY (idAccount, idMessage)) 2006-12-10 16:41:43.031250 [ERROR][MPMain]: Control has invalid animation type 2006-12-10 16:41:43.046875 [ERROR][MPMain]: Control has invalid animation type 2006-12-10 16:41:51.937500 [ERROR][6]: ProviderPOP3 : OnUpdate failed while connecting and fetching content for Provider Jason's Email: Server returned:-ERR authorization failed 2006-12-10 16:41:51.953125 [ERROR][6]: Provider: OnUpdate( Jason's Email ) failed [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Notification: Extending "My Mail" plugin
Contact us
RSS
Top
Bottom