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

API Not Responding in Scallop Plugin #36

Open
maulufia opened this issue Aug 14, 2024 · 0 comments
Open

API Not Responding in Scallop Plugin #36

maulufia opened this issue Aug 14, 2024 · 0 comments

Comments

@maulufia
Copy link

Description
There is an issue with the Scallop Plugin where the API call to retrieve information is not working. The API is not responding, and the following error message is returned:

cause: Error: getaddrinfo ENOTFOUND sui.api.scallop.io
at __node_internal_captureLargerStackTrace (node:internal/errors:563:5)
at _node_internal (node:internal/errors:782:10)
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'sui.api.scallop.io'

Steps to Reproduce
Attempt to use the API via the Scallop Plugin to retrieve information.
Observe the error message as the API fails to respond.

Expected Behavior
The API should respond with the requested information without throwing an error.

Actual Behavior
The API does not respond, and the error message provided above is displayed.

Environment
Plugin Version: 0.12.46
Node.js Version: v21.0.0
Operating System: Mac OS

Additional Information
I believe the issue might be related to the 'addressEndpoint' variable in the 'constants.ts' file of the Scallop Plugin. It seems that the API address assigned to this variable is not functioning. Please take a look into this as well.

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
@maulufia and others