similar to: mechanize 0.6.10 Released

Displaying 20 results from an estimated 200 matches similar to: "mechanize 0.6.10 Released"

2007 Jul 12
1
WWW::Mechanize::Link.inspect needs some TLC
The problem: users trying to debug Mechanize apps with Komodo are finding the debugger times out once it''s loaded a web page. They don''t run into this in the ruby-debug debugger, or running in normal mode. The reason: Komodo''s debugger is graphical, which means that whenever it hits a breakpoint it automatically shows the contents of each local variable. It has a
2007 Feb 27
0
mechanize 0.6.5 Released
mechanize version 0.6.5 has been released! http://mechanize.rubyforge.org/ The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: =
2007 Sep 14
1
Unable to scrap gmail.com - EOFError: End of file reached
Hi all, I am so excited to use mechanize! It has opened a whole new world of projects for me :) I am trying to login into the Gmail.com server, as described in http://schf.uc.org/articles/2007/02/14/scraping-gmail-with-mechanize-and-hpricot but am running into a few issues... irb(main):010:0> page = agent.submit form EOFError: end of file reached from
2007 Dec 06
0
Too many open files leads to timeout exceptions in Mechanize/Net::HTTP?
I''m experiencing an issue where my get/submit calls to the Mechanize agent are leading to timeout exceptions when the ruby script has too many open file descriptors ( > 1000). However, I''m not seeing anything about an overstep violation sent anywhere to syslog, and no error message sent to stdout. The process has the large amount of open files because it''s
2007 Nov 14
0
Hpricot & mechanize fail to parse page after redirect1q
Hi everyone, My quest with mechanize/Hpricot continues :) Something extremely strange happened today - some simple working code broke down, and i can''t figure out why. I am trying to access a piratebay.org search page, which does a redirect to a relative url like this: original link: http://thepiratebay.org/s/?page=0&orderby=3&q=football+manager+2008&searchTitle=on redirects
2007 Oct 07
1
How to store a Mechanize object in the database?
Hi, I am trying to save a Mechanize object in database (using a Rails Model). But the save operation throws a TypeError Considering that "agent" is an instance of a Rails Model and "user" is defined as a "text" type in the Model. irb(main):039:0> agent.user = WWW::Mechanize.new #<WWW::Mechanize:0xb71295f0 @follow_meta_refresh=false, @key=nil,
2004 Aug 10
7
HTML Widget
Hi, I''m pretty new to WxRuby, but I think it is the ideal solution to write Ruby-applications for different platforms. I missed the wxHtmlWindow in WxRuby, so I added it myself. You can grab the new files from http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all files I added to the wxruby-directory. These are mostly the *.t files for the missing classes and some
2018 Jan 31
0
CEBA-2018:0174 CentOS 6 python-setuptools BugFix Update
CentOS Errata and Bugfix Advisory 2018:0174 Upstream details at : https://access.redhat.com/errata/RHBA-2018:0174 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 85f193ba9b47719ad5a8839c395b6db1d60a0345b24a6f479c7bb51d993711ec python-setuptools-0.6.10-4el6_9.noarch.rpm x86_64:
2011 May 24
2
Data Frame housekeeping
Hello, I have a large data frame that is organized by date in a peculiar way. I am seeking advice on how to transform the data into a format that is of more use to me. The data is organized as follows: STN_ID YEAR MM ELEM X1 X2 X3 X4 X5 X6 X7 1 2402594 1997 9 1 *-00233* *-00204* *-00119* -00190 -00251 -00243 -00249 2 2402594
2007 Aug 24
1
Simulating errors (Busy / Out of Order)
I'm trying to build a test suite so that I can run "calls" through and verify the call results. I've made a cross over cable and linked my 2 ISDN30 ports together. So now I can dial out on span 1 , and to receive the call on span 2. in the context for span 2, I have the following: <snip> ; #1 "answer" a call and play music 000XXX : ring for a random period,
2007 Oct 05
3
basic_auth problem since 0.6.9
I have a site that I don''t think "returns" a basic_auth request, but is able to use basic_auth. In the past on 0.6.8, I could use the following code: require ''rubygems'' # gem ''mechanize'', ''=0.6.8'' require ''mechanize'' agent = WWW::Mechanize.new agent.basic_auth("username", "password")
2023 Jan 19
1
c2d4u: apt sees new package version as a downgrade
Hello, I noticed a strange thing when attempting to upgrade a specific package (lavaan) from c2d4u and wondered if someone could confirm the problem. In short, apt seems to think that an older version from the "universe" repo is higher than the newer version from c2d4u. When I do apt-cache showpkg r-cran-lavaan I get the output at the bottom of this email. Then, I tried to force
2006 Sep 24
3
Darcs mirror, some fixes & rake patches...
Hi, as our repository has now been switched to SVN I have stopped my darcs-mirror. Is anyone still interested in the darcs mirror? I would have to set up a new one for the SVN then, since I can''t reuse the history of the CVS import. If no one requires the darcs mirror, I would just trash the darcs repository and reactivate it if need arises. In other news, I have some small fixes for
2005 Aug 09
43
Some patches.
Hi, in my path of getting the controls sample to work nicely, I fixed some classes on the way, see the attached diffs. I had some difficulties, but could track down all stupid bugs and am now almost happy with the code :) (I had the complete ImageHandler hieracy implemented at some time, but than I discovered the error was not in unloaded ImageHandlers but in the controls-program which does not
2004 Dec 11
2
ACK from asterisk not matched to transaction by SER / LCS2005
For reasons unknown to me, SER and subsequently a Microsoft Live Communcations Server 2005 seems to have problems, matching a SIP ACK request from asterisk to the ongoing SIP transaction, I have attached the complete log, but the essential lines are: 13(2894) DEBUG: RFC3261 transaction matching failed 13(2894) DEBUG: t_lookup_request: no transaction found 13(2894) SER: forwarding ACK
2005 Sep 05
8
patch to wxCheckListBox.h
size_t GetItemHeight() const is not part of the standard interface for this class. On Mac OS X for instance it is not defined. So it needs to be removed. This is why us developers should download the complete wxWidgets distribution that has all the headers for each platform so we can cross check when adding features, this is what I do. Sean _______________________________________________
2008 Jan 16
3
settings headers in mechanize
hi, a potential mechanize user here. i''ve looked at the API but it''s not clear what capacity there is to arbitrarily set the headers - does mechanize allow for this? mechanize is clearly great for web browsing, but i also need to construct get and post requests from scratch. i''ve looked at net:http, libcurl, openuri, but mechanize seems simpler and more functional than
2010 Jan 29
6
2.6.31.10 and bnx2
Hi, i test a xen-patched kernel 2.6.31.10 (kernel from kernel.org with the suse patches) on a system with a boradcom net extreme II (5709) nic using the module bnx2. The nic does not run with this kernel. I get: bnx2 0000:01:00.0: map irq failed Any experiences? Best Regards - Michael Schmidt _______________________________________________ Xen-users mailing list
2006 Sep 26
1
Fix for rubygems-less systems
Hi, here is just a quick fix for systems without rubygems. As an alternative, one could define the method in the LoadError exception handler of the rakepackage-require at the beginning of the file, but I like this solution better. Greetings, Tobi -- GPG-Key 0xE2BEA341 - signed/encrypted mail preferred My, oh so small, homepage: http://portfolio16.de/ http://www.fli4l.de/ - ISDN- &
2005 Aug 25
4
how to use ruby debugger instead of irb from script/breakpointer
Hello - I would like to use the ruby debugger instead of irb for a breakpoint enabled by script/breakpointer in order to step through some code. How do I do that? Aaron