yToPzz Posted August 14, 2022 Share Posted August 14, 2022 WARNING: admin\server\admin_ip2c.lua:217: Access denied @ 'fetchRemote' function fetchRemoteContent( cor, url ) local dataOut,errnoOut = nil, nil if fetchRemote( url, 2, function(data,errno) dataOut=data errnoOut=errno end ) then ---- line error while( errnoOut == nil ) do cor:sleep(50) end end return dataOut,errnoOut or -1 end Link to comment
fxl Posted August 14, 2022 Share Posted August 14, 2022 make sure your script is in right ACL Group, with rights to function.fetchRemote 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now