Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
2. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.

----------------------------------------------

ISSUES

1. [New issue] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
http://ironpython.codeplex.com/workitem/31439
User loocas has proposed the issue:

"This is a weird one that's been haunting me since I started using IronPython 
with a Python API to a service called Shotgun (it's a production tracking 
service, in short it's an Excel spreadsheet on steroids tailored at VFX 
productions etc... www.shotgunsoftware.com).

When I try to communicate with the server via a secured https connection every 
odd time I call the methods, I get this IOError saying that I cannot write data 
to the transport connection. But every even time I call the method, all goes 
just fine, without errors. And so on so forth. I had to hack this nasty error 
by a try clause where I simply ignore the IOError, which isn't really safe or 
good.

I've also attached the complete IronPython 2.7.1 Beta 2 output directly from 
the shell.

The scenario is simple, I instantiate the Shotgun class first and then try to 
call its method. Then I get the error. When I call it again, I get the result. 
Then again, error, then again, result...

Somebody told me this was a bug in some of the ssl or http or whatever modules. 
I haven't investigated this much further as I really don't have the time and 
honestly not even enough knowledge to debug this issue."-----------------

2. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
http://ironpython.codeplex.com/workitem/31439
User loocas has commented on the issue:

"Also, here's the Shotgun_api3 if you want to have a look."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to