pmarks-net / dtella

A decentralized Direct Connect "hub"
GNU General Public License v2.0
7 stars 2 forks source link

Handle IO Errors when writing the state file #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This should probably be handled more intelligently someday:

Version: Dtella@Purdue 1.2.3/W
Traceback (most recent call last):
 File "dtella.py", line 148, in runClient

 File "twisted\internet\base.pyo", line 1048, in run

 File "twisted\internet\base.pyo", line 1057, in mainLoop

 File "twisted\internet\base.pyo", line 705, in runUntilCurrent

--- <exception caught here> ---
 File "dtella\common\state.pyo", line 112, in cb

exceptions.IOError: [Errno 13] Permission denied:
'C:\\Users\\Bill/.dtella/dtella.state'

Original issue reported on code.google.com by sparkm...@gmail.com on 17 Dec 2008 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by jacob.feisley on 2 Mar 2009 at 7:32