-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error on Deno1.30.1 #5
Comments
How curious, while yes this library is built for Node.js and not Deno, the error doesn't seem to be with crosis4furrets itself, but a library it consumes (that I made) called I'm not quite sure what the error is there, it might be work looking into how |
Presumably, this could be fixed by altering my GraphQL library and crosis4furrets into using their Web API equivalents because those are available in Deno... will see what I can do 😆. |
I have located where the problem is occurring.
seems to be the problem
I found that the above error occurs because the above characters are stored and JSON.parse() is used to parse them. |
While I was using this library, I encountered a problem that I couldn't solve.
The following error occurs when executing
I understand that I shouldn't use deno, but I can't fix it myself (and I don't know the cause of the error), so I opened an issue
The text was updated successfully, but these errors were encountered: