Code Monkey home page Code Monkey logo

Comments (4)

gggeek avatar gggeek commented on June 3, 2024

Hello.
I am sorry, but the information you have provided is not enough to act upon.

To help with troubleshooting, I would need, In no particular order:

  • version of the library in use
  • url of the server called
  • details about the call made

In the meantime, you can bump up the debug level on the client class, to have it echo to screen the payload received by the server along with the http headers of the response.

from phpxmlrpc.

ph1ex0n avatar ph1ex0n commented on June 3, 2024

i made install with composer require phpxmlrpc/phpxmlrpc:4.0

  • Copyright (c) 1999,2000,2002 Edd Dumbill.
  • $c = new xmlrpc_client("/interface/xmlrpc", "www.livejournal.com", 80);
  • https://habr.com/post/114385/ it's example for getevents (russian)

this is server response
PhpXmlRpc\Response Object ( [val] => 0 [valType] => [errno] => 104 [errstr] => Received from server invalid compressed HTTP [payload] => [hdrs] => Array ( ) [_cookies] => Array ( ) [content_type] => text/xml [raw_data] => x ÕkoH ÿ ý Å3 K¨ºXëx5ò ·+Õ*b(Ááb1 ®ûë÷ ÀÝ®ë&´ÆU"% ÍõeßgÎýæs ª° q]_°!½ Ù* â,º¾øçýWæÅ ÇNCy PlòL½ñ ? íÓ±+?)¡TÈ¢\IlÞcg~ :â!Þؤ~Ý·3éPàÃ&m Ùwú_ç° 3) ºûEáï ;ð¥ÿøÔ± Ó882ù)J§ùEy· Wò;_ºæп¾xtµÙ|êRν Kqm¶A; ¾ VÞyÈ×eò¯ øÄ__ýÁ} ~ 6iÛ>1KðÃU*cÕm!j­2NÃãz ÊÌ+Æ® :ʲ1¥]õ­üìãOÓï×¢ÖØI]G?¡M3»jó³2="Jïöã-丢{)7bL¿óïòÝ0«pEæ'CX ÒÆex/Ó¤«Ò:> q ôÓcc#M1¨¦u _d )åc½ ÷5¿êOµ ðçôò ^5Nfs×¢|âÀ5èÒðäÜÝ6uî êL¬Ò½¤ËIãe>YDMÅze®Jù Ö½­ë¤Ë(¯ ëÿÚ,¢ÀÕèò¦­ûây Ú·ÓK7~ ÍÜ[® Å ¦â*N©S <Ö:Oõ8 F#³o( + ´Zz" óC âr (P¾ (t ü PX£ñÁ
WZv~FH´NZ{å;0; àµæßê îK)¯ ó ]V8 º0ªÿ wª_ Sz×}àÁª9< æpdô ÚñGÝ Ì 0s� )

response must be for example
Array ( [dtalkid] => 15001438 [commentlink] => https://***.livejournal.com/1311070.html?thread=15001438#t15001438 [status] => OK )

i can't understand what is it this
[errstr] => Received from server invalid compressed HTTP

sorry for bad english

from phpxmlrpc.

gggeek avatar gggeek commented on June 3, 2024

Ok, so what is probably going on here is the fact that the client declares in its http request that it supports reception of compressed responses (this is done via sending an Accept-Encoding http header). The server sends a compressed response, but then the client finds out that it cannot decompress it.

The client does declares its support for compressed responses because you have the zlib php extension enabled.
This is done automatically, but you can turn it off by adding a $client->setAcceptedCompression(false) call.

I would suggest that you first check if the xmlrpc payload that you get back without compression is what you expect, and then, if you really want compression, continue the debugging from there.

from phpxmlrpc.

ph1ex0n avatar ph1ex0n commented on June 3, 2024

WOW!
setAcceptedCompression is run
thank you very much!

from phpxmlrpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.