bapfnet

Results 5 comments of bapfnet
trafficstars

I used database prefix which was an issue. Solution is replacing $table->dropUnique('tracker_agents_name_unique'); with $table->dropUnique(['name']);

You may return an example ID in the following function by return 12345; // your example ID https://github.com/antonioribeiro/tracker/blob/master/src/Services/Authentication.php public function getCurrentUserId() { if ($this->check()) { return $this->user()->{$this->config->get('authenticated_user_id_column')}; } } In...

Same here... Maybe in junction with SSL: BAD_LENGTH ? `WARNING:homematicip.base.enums:'ENERGY' isn't a valid option for class 'FunctionalHomeType' ERROR:websocket:error from callback : [SSL: BAD_LENGTH] bad length (_ssl.c:2485) ERROR:homematicip.home:[SSL: BAD_LENGTH] bad length...

> That should be fixed with Version 1.0.16. Which version do you use? And please use python 3.9 - or better 3.11. Thanks, I switched to python:3.11.6-alpine3.18 now. Before I...

I have the same issue. Did you fix it?