Hi,
i'm getting the following error when i try to read from an URL.
Same result under Windows/ Ubuntu/ Android - what am i doing wrong?
regards,
Stefan

st> PackageLoader fileInPackage: 'NetClients'
PackageLoader
st> (FileStream open: 'http://www.gnu.org/' mode: FileStream read) contents
Object: File error: Permission denied
SystemExceptions.FileError(Exception)>>signal (ExcHandling.st:254)
SystemExceptions.FileError class(Exception class)>>signal: (ExcHandling.st:161)
File class>>checkError: (File.st:83)
File class>>checkError (File.st:74)
File>>remove (File.st:526)
NetClients.WebEntity>>stream (/URIResolver.st:1342)
NetClients.URIResolver class>>openStreamOn:ifFail: (/URIResolver.st:75)
FileStream class(FileDescriptor class)>>open:mode:ifFail: (FileDescr.st:133)
FileStream class(FileDescriptor class)>>open:mode: (FileDescr.st:111)
UndefinedObject>>executeStatements (a String:1)
nil
st>

_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to