vantage icon indicating copy to clipboard operation
vantage copied to clipboard

TypeError: vantage._pause is not a function

Open fogine opened this issue 9 years ago • 2 comments

After I've fixed the #67 error when I connect to a server via vantage client, I get an error printed to the client console :

(node:19581) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: vantage._pause is not a function

I've not found the actual code that causes this error.

Vantage version: 1.7.0 Node: 6.8.0

fogine avatar Nov 04 '16 12:11 fogine

After further investigation I've found out that this error is triggered HERE. The vantage variable refers to the Vorpal object which does not have the _pause property at all.

fogine avatar Nov 04 '16 14:11 fogine

I can't get even a simple vantage remote server connect working.

zlatinejc avatar Jun 21 '17 07:06 zlatinejc