Jump to content

Curle Unsupported Protocol


crabby

Recommended Posts

i use this code. this yandex link on web working but in mta dont working why? error number 1

and i found this

https://curl.haxx.se/libcurl/c/libcurl-errors.html

CURLE_UNSUPPORTED_PROTOCOL (1)

fetchRemote("https://translate.yandex.net/api/v1.5/tr/translate?key=MyTranslateApiKey〈=tr-en&text=Selam", function(data,errno,source) 
if errno == 0 then 
outputServerLog(data) 
else 
outputServerLog(errno) 
end 
end,"",false,source) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...