mIRC Home    About    Download    Register    News    Help

Print Thread
#258789 29/08/16 04:52 PM
Joined: May 2015
Posts: 133
K
Vogon poet
OP Offline
Vogon poet
K
Joined: May 2015
Posts: 133
Not sure how long it's been broken, but getting a write error now with this script i've been using.


Code:
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\X-API-Version:' (line 121, gamestatus.ini)
-                                      
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\X-MH-Cache:' (line 121, gamestatus.ini)
-                                     
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\X-Request-Id:' (line 121, gamestatus.ini)
-                                       
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\X-UA-Compatible:' (line 121, gamestatus.ini)
-                                       
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\X-Varnish:' (line 121, gamestatus.ini)
-                                       
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\Content-Length:' (line 121, gamestatus.ini)
-                                   
* /write: unable to open file 'C:\Users\xxx\AppData\Roaming\mIRCircv3\Connection:' (line 121, gamestatus.ini)


Any ideas?


twitter @keyeslol
keyeslol #258790 29/08/16 05:20 PM
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
':' can't be used as a filename, that's what you get the error, but even if that were possible, it looks like you are writting to a filename which is nothing else than HTTP headers, probably not what you want to do.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #258791 29/08/16 05:40 PM
Joined: May 2015
Posts: 133
K
Vogon poet
OP Offline
Vogon poet
K
Joined: May 2015
Posts: 133
So, half the scrip works, the other doesn't. I'll investigate. Thanks wims.

Last edited by keyeslol; 29/08/16 06:16 PM.

twitter @keyeslol

Link Copied to Clipboard