Cannot access my device with the telebit subdomain #59

Open
opened 2022-08-12 20:55:36 +00:00 by Ghost · 0 comments

My machine:

  • telebit 0.20.6
  • Windows 7 64bit
  • Wamp 3.2.2.2
  • node v10.2.1
  • using my phone hotspot 4G connection

I installed telebit without problem.
npm install telebit -g

I activated my telebit.io subdomain by email successfully.

I did:
telebit http 80
telebit enable
telebit save
telebit restart

Here my yml config file:

servernames:
  {subdomain}.telebit.io:
    wildcard: true
    handler: 80
email: {email}
agree_tos: true
relay: telebit.cloud
telemetry: false
token: >-
  {token}
secret: null
ports:
  '{port}': {}

When I try to access https://{subdomain}.telebit.io/
I get:

400 Bad request
then after restarting few times, now I get:
ERR_TIMED_OUT or ERR_NETWORK_CHANGED

With:
telebit http ./test.txt
(save and restart)

When I try to access https://{subdomain}.telebit.io/
I get:

Oops!
It looks like '{subdomain}.telebit.io' isn't connected right now.

Last seen: 8 seconds ago

Error: 502 Bad Gateway

And everytime I check the status I get:

{
"status": "enabled",
"ready": true,
"active": true,
"connected": "maybe (todo)",
"version": "0.20.6",
"servernames": {
"{subdomain}.telebit.io": {
"wildcard": true,
"handler": 80 //(or my file test.txt)
}
}
}

I tried to uninstall/install, enable/save/restart hundred times, still same problem.
Can someone help?

My machine: * telebit 0.20.6 * Windows 7 64bit * Wamp 3.2.2.2 * node v10.2.1 * using my phone hotspot 4G connection I installed telebit without problem. `npm install telebit -g` I activated my telebit.io subdomain by email successfully. I did: `telebit http 80` `telebit enable` `telebit save` `telebit restart` Here my yml config file: ``` servernames: {subdomain}.telebit.io: wildcard: true handler: 80 email: {email} agree_tos: true relay: telebit.cloud telemetry: false token: >- {token} secret: null ports: '{port}': {} ``` When I try to access https://{subdomain}.telebit.io/ I get: > 400 Bad request then after restarting few times, now I get: > ERR_TIMED_OUT or ERR_NETWORK_CHANGED With: `telebit http ./test.txt` (save and restart) When I try to access https://{subdomain}.telebit.io/ I get: > Oops! > It looks like '{subdomain}.telebit.io' isn't connected right now. > > Last seen: 8 seconds ago > > Error: 502 Bad Gateway And everytime I check the status I get: > { > "status": "enabled", > "ready": true, > "active": true, > "connected": "maybe (todo)", > "version": "0.20.6", > "servernames": { > "{subdomain}.telebit.io": { > "wildcard": true, > "handler": 80 //(or my file test.txt) > } > } > } I tried to uninstall/install, enable/save/restart hundred times, still same problem. Can someone help?
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#59
No description provided.