Jump to content

Urllib problem


Recommended Posts

Hi, could someone tall me why I get this error ? 

 

116i4gj.jpg

 

the problem is from intrologin : 

import app, net, ui, os, ime, snd, wndMgr, musicInfo, systemSetting, localeInfo, constInfo, uiScriptLocale, webbrowser, ServerStateChecker, urllib


class LoginWindow(ui.ScriptWindow):


IS_TEST = net.IsTest()


def __init__(self, stream):


ui.ScriptWindow.__init__(self)


net.SetPhaseWindow(net.PHASE_WINDOW_LOGIN, self)
net.SetAccountConnectorHandler(self)


self.stream = stream


self.channels = 0
self.saved = {
"snoe_save_01" : 0,
"snoe_save_02" : 0,
"snoe_save_03" : 0,
"snoe_save_04" : 0}


self.count = 0
self.serverIP = "0.0.0.0"
self.online = urllib.urlopen("http://www.ascarial.ro/daneclient.txt").read().split("|") 
Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 7 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.