Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async gem v2.14.2 breaks neo4j-ruby-driver #232

Open
cguess opened this issue Aug 5, 2024 · 1 comment
Open

Async gem v2.14.2 breaks neo4j-ruby-driver #232

cguess opened this issue Aug 5, 2024 · 1 comment

Comments

@cguess
Copy link

cguess commented Aug 5, 2024

The async gem was recently updated here causing any requests from this gem to fail with an arguments error

PageTest#test_page_node_requires_url_and_host_name:
ArgumentError: wrong number of arguments (given 0, expected 1)
    /Users/christopher/.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/async-2.14.1/lib/async/queue.rb:85:in `signal'
    /Users/christopher/.rbenv/versions/3.1.4/lib/ruby/gems/3.1.0/gems/neo4j-ruby-driver-4.4.5/ruby/neo4j/driver/internal/handlers/pulln/auto_pull_response_handler.rb:6:in `signal'

Requiring the previous version such as

# Scraping management
gem "async", "2.12.0"
gem "activegraph" # For example, see https://rubygems.org/gems/activegraph/versions for the latest versions
gem "neo4j-ruby-driver"

Fixes this problem, and should either be required in the gemspec file or this should be updated to handle it.

@JonhyOliveira
Copy link

bump - experienced the same issue today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants