You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, maybe you could help me whit this error
Capybara::Ambiguous: Ambiguous match, found 14 elements matching css "time"
when I run this code?
scrape_result = InstaScrape.long_scrape_hashtag("test", 1, include_meta_data: true)
scrape_result.each do |post|
if Foto.find_by(name:post.text).nil?
Foto.create(name: post.text, otro: post.image, user: post.username)
end
end
thanks"
The text was updated successfully, but these errors were encountered:
Hi, maybe you could help me whit this error
Capybara::Ambiguous: Ambiguous match, found 14 elements matching css "time"
when I run this code?
scrape_result = InstaScrape.long_scrape_hashtag("test", 1, include_meta_data: true)
scrape_result.each do |post|
if Foto.find_by(name:post.text).nil?
Foto.create(name: post.text, otro: post.image, user: post.username)
end
end
thanks"
The text was updated successfully, but these errors were encountered: