Questions tagged [wrench]
8 questions
12
votes
6 answers
PHP activerecord mysql server has gone away
I'm using php-activerecord for a short while now and i absolutely love it. Php-activerecord is an open source ORM library based on the ActiveRecord pattern. However, i recently tried to use it in combination with a websocket application based on…

RTB
- 5,773
- 7
- 33
- 50
5
votes
3 answers
Error: Cannot find module 'wrench', I'm getting this error, when i run gulp command
I have installed npm ,bower and gulp in both local and globally.Still i'm getting this error when i run gulp in that folder.
Error: Cannot find module 'wrench'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load…

Rajath M S
- 1,092
- 2
- 18
- 28
2
votes
1 answer
Make video private to my site users - wowza + wrench
I have a ColdFusion application which is using Wowza Streaming Engine 4.1. I have done all the integration to record video or audio and playback by JW player. I am using VOD (video on demand) application of Wowza.
Now I want to make sure that users…

Abdul Rauf
- 763
- 2
- 8
- 28
0
votes
0 answers
Gulpfile.js Throws exception for wrench default implemented method of readdirSyncRecursive while calling require function of node.js
i am new to Gulp and specially Gulp 4. here i have my gulpfile.js
/**
* Welcome to your gulpfile!
* The gulp tasks are splitted in several files in the gulp directory
* because putting all here was really too long
*/
'use strict';
var…

Ahsan
- 51
- 5
0
votes
1 answer
How can I connect to Cloud Spanner emulator vie wrench CLI?
I have a locally installed Cloud Spanner emulator, running in a docker container. How can I connect to it with wrench?

Csongor Halmai
- 3,239
- 29
- 30
0
votes
0 answers
403 Forbidden: Session not accepted while playing video using wrench module on wowza
I have installed a Wrench module on Wowza streaming engine. Now, I have created a new production environment to play video. But it showing 403 forbidden error. And on error log, it showing session not accepted. It is working fine in current…

Kartikeya Garg
- 1
- 1
0
votes
1 answer
Can't connect to remote PHP WebSocket server (Wrench) : ERR_CONNECTION_REFUSED
I'm trying to connect to a WebSocket server (PHP / Wrench) running on my webserver.
The configuration of the server looks like this:
$server = new \Wrench\Server("wss://localhost:8443");
$server->registerApplication('app',
new…

sylbru
- 1,461
- 1
- 11
- 19
0
votes
0 answers
PHP Wrench (websocket) - problems with cellular connection?
So... i've been having great fun creating a websocket app in/for Wrench. It seems Wrench itself is pretty robust(for it's simplicity)? Seemed like the best option for the PHP language after getting feedback here.
The problem I have is that Mobile…

Matt
- 278
- 3
- 12