为什么会出现此线程错误?
|
我有以下代码:
import urllib2
import thread
a = 0
def workers():
while 1:
a+=1
silva = urllib2.urlopen(\'http://en.dilandau.eu/download_music/said-the-whale-\'+str(a)+\'.html\')
si = silva.read()
if \'var playlist\' not in si:
print a
break
thread.start_new_thread(workers,())
while 1:
print \'---\'
但我得到一个错误:
Unhandled exception in thread started by <function workers at 0x0000000002B1FDD8>
有谁知道为什么我会收到此错误?
没有找到相关结果
已邀请:
3 个回复
味芯憨
。其次,您正在忙于
循环!最好使用
。通常,这也有助于在您的工作程序代码周围放置异常处理程序。例如,
凄嘛姥
购藏盗码韦