-
Notifications
You must be signed in to change notification settings - Fork 12
Change bolt repo url and update to follow latest version #1168
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
Conversation
|
@stefanak-michal is attempting to deploy a commit to the Memgraph Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
katarinasupe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antejavor all seems okay, please just check if the code example is working as expected
antejavor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is currently failing for me:
php -S localhost:4000
[Wed Mar 5 16:04:00 2025] PHP 8.4.1 Development Server (http://localhost:4000) started
[Wed Mar 5 16:04:03 2025] [::1]:58072 Accepted
[Wed Mar 5 16:04:03 2025] PHP Fatal error: Uncaught Bolt\error\ConnectException: Connection refused in /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/connection/Socket.php:47
Stack trace:
#0 /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/Bolt.php(121): Bolt\connection\Socket->connect()
#1 /Users/antejavor/repos/tests/php-test/index.php(11): Bolt\Bolt->build()
#2 {main}
thrown in /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/connection/Socket.php on line 47
[Wed Mar 5 16:04:03 2025] [::1]:58072 [200]: GET / - Uncaught Bolt\error\ConnectException: Connection refused in /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/connection/Socket.php:47
Stack trace:
#0 /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/Bolt.php(121): Bolt\connection\Socket->connect()
#1 /Users/antejavor/repos/tests/php-test/index.php(11): Bolt\Bolt->build()
#2 {main}
thrown in /Users/antejavor/repos/tests/php-test/vendor/stefanak-michal/bolt/src/connection/Socket.php on line 47
[Wed Mar 5 16:04:03 2025] [::1]:58072 Closing
[Wed Mar 5 16:04:03 2025] [::1]:58073 Accepted
[Wed Mar 5 16:04:05 2025] [::1]:58073 Closed without sending a request; it was probably just an unused speculative preconnection
[Wed Mar 5 16:04:05 2025] [::1]:58073 Closing
I haven't dig why but it looks like it could be a problem on my side cc @stefanak-michal
|
i tried to follow the instructions and it works for me. you get connect exception, did you have memgraph running on localhost with port 7687 @antejavor ? while doing it i found one line i forget to update, not related to your issue. so there is that new commit. |
|
@stefanak-michal with the latest fix, it works for me. Thank you for the contribution! 🙏 |
Release note
I update url for bolt repository. Updated texts and example to follow latest version.
Checklist:
bugfixorfeaturelabel, based on the product PR type you're documenting