-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protocol steammobile not supported or disabled in libcurl #26
Comments
Show me your entire code, none of the above stuff has "steammobile" in the URL. |
I don't find "steammobile" too. But can't find what that error mean.
Add one string to your function
|
One thing I noticed is that your trade token is incorrect. |
You can check "accountid_other" in this trade offer: |
Ohh! I understand what you mean when say "This is the accountId, not the tradeToken". I send my trade offer to my friend and this is not important what I use like parameter for function. If I send my trade offer to stranger with wrong token I get error |
Before |
This is last $url before error: |
@saqwel |
I know Trade offers works fine with PHP 5.6 from another server (with another configuration). But I have PHP 7.0.3. I configure it and install. Authentication work fine. But when I trying to execute
$tradeId = $trade->sendWithToken( $some_token );
$tradeId is return as 0.
To SteamCommunity.php in
public function cURL($url, $ref = null, $postData = null)
was added
echo curl_error($ch);
Result: Protocol steammobile not supported or disabled in libcurl.
How does enable steammobile protocol or make protocol redirect?
The text was updated successfully, but these errors were encountered: