rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.7k stars 122 forks source link

undefined method `url' for nil:NilClass #297

Closed johncoates-st closed 1 year ago

johncoates-st commented 1 year ago

Getting this unhandled error sometimes on line 132: https://github.com/rubycdp/ferrum/blob/425a747587fd4a76ed177ef8faf97672189fa232/lib/ferrum/page.rb#L130-L135

route commented 1 year ago

Fixed with https://github.com/rubycdp/ferrum/pull/298 but keep in mind that the request can be nil sometimes due to async nature of the browser.