YanDev

Results 20 comments of YanDev

I'm also having a different issue by "code = 1006 (connection closed abnormally [internal]), no reason" (other error output) ``` ERROR:root:task crashed: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/websockets-8.1-py3.6-linux-x86_64.egg/websockets/protocol.py", line...

My other mirror ElectrumX (WebSocket) Server seems to be fine with very very low activity. (around 3-4 Users each day) The error from above seems to appear from my main...

From other fork, someone already tried it: https://github.com/hansanwok/secure-ls/pull/2 It may need to pull request here too.

Convert the Buffer to string: privateKey: buffer.toString(“utf8”) Make sure that the key is in PEM format (if not, you may need to convert it)

For me, it shows correctly under MacBook Apple Silicon by using Brave as well: ```json { "fps": 556, "gpu": "apple m1 max", "isMobile": false, "tier": 3, "type": "BENCHMARK" } ```

The refresh did nothing, so yeah, I get no error messages either too. I can add normally with `CreateCollection({name: "test"})`and I can receive `Paginate(Collections())`, but the refresh still doesn't work,...

When I restart VSCode, then this is shown ![image](https://user-images.githubusercontent.com/1526048/119349081-02a2a400-bc9e-11eb-952a-1b63e3c7b3f1.png) However, it doesn't restart still + only updated/works once when running VSCode as new window.

Does it has something to do with GRAPHQL? I don't use GraphQL so I'm not quite sure if this is the issue. ``` FAUNA_GRAPHQL_HOST=http://localhost:8084/graphql ```

Yes, I've deleted login.js1 etc because this was from test from fauna-blueprint (and it auto-removed again in test). Sorry for the confusion. db.fauna.com with following `.faunarc` ```bash FAUNA_ADMIN_KEY= ``` Also...

@maykon-oliveira While enough for my case - it won't work well for international, because depending on country, phone number format might differ. (Thank you for the help tho!!)