Sebastian Schmittner | 10 Jan 2013 09:54
Picon

MySQL Bug report and fix (autoconnect =0 => need to commit())

Hi all!

I am running
PyICQt Version: 0.8.1.5-5
with
python-mysqldb Version: 1.2.3-1
using
mysql-server Version: 5.5.28+dfsg-1
and encountered the following bug:
Nothing was ever written into the database. After some debugging I found out that apparently autocommit is disabled by default.
Here a snipped from the mysql.log:
           83 Connect    pyicqt <at> localhost on pyicqt
           83 Query    SET NAMES utf8
           83 Query    set autocommit=0

Hence an explicit commit is needed in order to actually write changes to the db (and release locks).
I have added those at the relevant places. See attached diff (note that the filenames in the header should probably be changed before patching. ;)

I hope this might be helpful and find its way into the next version.


Apart from this little problem, thx for implementing this nice transport!

Best
Sebastian

--
You received this message because you are subscribed to the Google Groups "py-transports" group.
To view this discussion on the web visit https://groups.google.com/d/msg/py-transports/-/5LL91NpblqEJ.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.
Attachment (mysql.py.diff): text/x-diff, 2795 bytes
Twenty Twenty Vision | 5 Jan 2013 08:35
Picon

iPhone App - 20/20 Vision

iPhone App - 20/20 Vision - http://2020visioniphoneapp.weebly.com

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.

Picon

iPhone App - Spanish Flashcards with Pictures

iPhone App - Spanish Flashcards with Pictures - http://jo.my/spanish

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.

Twenty Twenty Vision | 25 Sep 2012 01:42
Picon

iPhone App To Help You Regain 20/20 Vision Naturally

http://goo.gl/fHiCv - "20/20 Vision" is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair salon, etc.), thanks.

--
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.
Picon

iPhone App To Help You Learn Spanish Faster By Using Flashcards With Pictures

--
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.
Picon

iChineseFlashcards helps you learn Chinese (Mandarin) faster by using flashcards with pictures

http://goo.gl/DquX8 - iChineseFlashcards is an iPhone app that will help you learn Chinese (Mandarin) faster by using flashcards with pictures (learn over 300 most commonly used words in the English / Chinese language from A to Z), thanks.

--
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.
Chris Nehren | 31 Jul 2012 21:08
Picon

pyirct failing

I have set up jabberd14 and the pyirct on a Debian machine. When I try
to join a channel via the transport, the following shows up in the
jabberd log (I have obfuscated the hostname as it is a private server;
the hostname is valid):

[notice] (my.jabber.server): got presence from 'apeiron <at> my.jabber.server/kensho' for non-existant
user '#chat%localhost <at> my.jabber.server/apeiron_' => sent unsubscribe

Here is my pyirct config:

<?xml version="1.0" ?>
<pyirct>
    <jid>irc <at> my.jabber.server</jid>
    <host>my.jabber.server</host>
    <spoolFile>ircuser.dbm</spoolFile>
    <pid>PyIRCt.pid</pid>
    <mainServer>127.0.0.1</mainServer>
    <mainServerJID>my.jabber.server</mainServerJID>
    <port>5347</port>
    <secret>ELIDED</secret>
    <allowRegister/>
    <activityMessages/>
    <dumpProtocol/>
</pyirct>

And here's the relevant bit from the jabberd.xml:

<service id="irc.my.jabber.server">
  <accept>
    <ip>127.0.0.1</ip>
    <port>5347</port>
    <secret>ELIDED</secret>
  </accept>
</service> 

The server is able to federate with other Jabber servers, so I think we
have the SRV records and that side of things working. If there is any
further information I can provide to troubleshoot this issue, I would be
glad to do so. Thank you!

--

-- 
Chris Nehren           | Coder, Sysadmin, Masochist
Shadowcat Systems Ltd. | http://shadowcat.co.uk/
crxbl0 | 27 Jun 2012 15:56
Picon

pyAIMt ISSUE - Please help

I am having trouble getting the pyAIMt transport to run.  I keeps
telling me....

"Need to move %config to config but the latter exists!"

Can anyone advise me what I am doing wrong?

Thank you

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.

Twenty Twenty Vision | 24 Jun 2012 14:31
Picon

iPhone App To Help You Regain 20/20 Vision Naturally

http://goo.gl/xQy6Q is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair salon, etc.), thanks.

--
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.
7ZA4aTYygi 7ZA4aTYygi | 27 Mar 2012 16:50
Picon

py-transports - Learn Chinese (Mandarin) faster by using flashcards with pictures

py-transports - http://www.ichineseflashcards.com will help you learn
Chinese (Mandarin) faster by using flashcards with pictures, thanks

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.

D8aO2ZoV8Q D8aO2ZoV8Q | 29 Feb 2012 10:47
Picon

Linsanity - Learn Chinese (Mandarin) faster by using flashcards with pictures

http://www.ichineseflashcards.com will help you learn Chinese
(Mandarin) faster by using flashcards with pictures, thanks

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.


Gmane