zzyphilip / smartladder

Automatically exported from code.google.com/p/smartladder
0 stars 0 forks source link

出現以下錯誤腳本 #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
昨天還能用,看到甚麼佳妮七夕快樂的字樣,今天突然變成��
�個了,怎麼回事?

Traceback (most recent call last):
  File "D:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 27, in <module>
  File "python33.py", line 86, in <module>
  File "proxy.py", line 1120, in <module>
    common = Common()
  File "proxy.py", line 1081, in __init__
    self.GAE_FETCHSERVER = '%s://%s.appspot.com%s?' % (self.GOOGLE_MODE, self.GAE_APPIDS[0], self.GAE_PATH)
IndexError: list index out of range

Original issue reported on code.google.com by AlexWong...@gmail.com on 27 Jul 2013 at 11:28

GoogleCodeExporter commented 8 years ago
剛剛發現原來是proxy.ini裡的appid都沒了,用原始的proxy.ini替換
後恢復正常。可我沒動手刪掉那些appid啊,而且把proxy.ini設成
衹讀也沒法正常啓動,每次啓動goagent+這文件都會自動改寫。
怎麼會這樣啊?

Original comment by AlexWong...@gmail.com on 27 Jul 2013 at 11:41