Report Bugs Here

Moderator: Mmiscool

User avatar
By Mmiscool
#44659 I belive it should be working in the latest build. There is going to be a new build this week end here. It is going to have some nice new features. I know that there have been some problems lately and hope to continue fixing for them. The new parcing engine is making things much better but there are still points that need to be fixed. The testing I have been doing befor puting out new builds is not as robust as i would like but it seems that the bug have been working them selves out and new features being added by the guy who got the complex math parcer working are going to make every one happy i think.

Right now there seems to be a build problem for the 4m version. I have been digging in to it trying to figure out why it is not working but the 1m version should be safe to use evin on a 4m moduel.
User avatar
By kingedem
#44843 Yes, version 2.0 Alpha 7 working with wget() function partially.
I am trying to extract twitter followers number with this url : query.yahooapis.com/v1/public/yql?q=select * from html where url='http://twitter.com/ArvindKejriwal' and xpath="//li[contains(@class,'ProfileNav-item--followers')]/a/span[@class='ProfileNav-value']"

It displays error message : HTTP/1.1 400 Unknown Version Content-Length: 0 Date: Tue, 05 Apr 2016 05:50:33 GMT Age: 0 Server: ATS Connection: keep-alive

I have used following code:
let dblqt = chr(34)
let myurl1 = "query.yahooapis.com/v1/public/yql?q=select * from html where url='http://twitter.com/ArvindKejriwal' and "
let myurl2 = ""
myurl2 = "xpath=" & dblqt
myurl2 = myurl2 & "//li[contains(@class,'ProfileNav-item--followers')]/a/span[@class='ProfileNav-value']"
myurl2 = myurl2 & dblqt

button "Go URL TW" [GoURL-TW]

[GoURL-TW]
myurl1 = myurl1 & myurl2
wprint wget(myurl1)
wprint myurl1
wait
User avatar
By kingedem
#44851 Its not https for sure.

I tried making small url through tinyurl : http://tinyurl.com/gq9mkww

This too does not work ...

The actual url is: http://query.yahooapis.com/v1/public/yq ... th=%22//li[contains(@class,%27ProfileNav-item--followers%27)]/a[contains(@class,%27ProfileNav-stat%27)]%22