Bei mir ändert sich auf jeden Fall in der Nacht einmal die IP-Adresse und danach ist es dann die erste Nachricht.
Ankündigung
Einklappen
Keine Ankündigung bisher.
LBS19000303 - Telegram Contact I LBS19000304 - Telegram Receiver I LBS19000645 - Telegram Command Validator
Einklappen
X
-
Zitat von vento66 Beitrag anzeigenOhne disconect, so wie eigentlich überall mittlerweile üblich.
Ging wohl an mir vorbei, dass es nicht mehr üblich ist. Diese Zwangstrennung.
Zwei Tage in Folge keine Verzögerung mehr.
Kommentar
-
Guten Abend alle miteinander,
Ich habe heute alles wie beschrieben installiert für Telegram Contacts (wie in der Anleitung beschrieben) und den Baustein eingebunden. Übe eine URL Eingabe im Browser kann ich über den Bot Nachrichten schicken. Über den Edomi LBS jedoch nicht. Wenn ich an E4 etwas anlege, dann sehe ich das auch in den Logs, aber geschickt wird nichts und am Ausgang A1 kommt auch nichts raus. Bisher habe ich nicht rausfinden können, was das Problem sein könnte. Ich hoffe ihr könnt mir einpaar Tipps geben.
2021-06-25 16:39:48 802594 26804 debug LBS19000303 [v1.1]: LBS started (1248) 2021-06-25 16:39:48 807179 26804 debug LBS19000303 [v1.1]: Create Message Queue with ID: 33d495cd (1248) 2021-06-25 16:39:48 809617 26804 debug LBS19000303 [v1.1]: command started (1248) 2021-06-25 16:39:48 809925 26804 debug LBS19000303 [v1.1]: ================ ARRAY/OBJECT START ================ 2021-06-25 16:39:48 810085 26804 debug LBS19000303 [v1.1]: {"text":"testest"} 2021-06-25 16:39:48 810197 26804 debug LBS19000303 [v1.1]: ================ ARRAY/OBJECT END ================ 2021-06-25 16:39:48 813822 26804 debug LBS19000303 [v1.1]: LBS ended (1248) 2021-06-25 16:39:48 841923 26853 debug EXE19000303 [v1.1]: Telegram message execution started (1248) 2021-06-25 16:39:48 887403 26853 debug EXE19000303 [v1.1]: Command:text (1248) 2021-06-25 16:39:49 241180 26853 debug EXE19000303 [v1.1]: Exception caught: Telegram returned an invalid response! (1248) 2021-06-25 16:39:49 241476 26853 debug EXE19000303 [v1.1]: ================ ARRAY/OBJECT START ================ 2021-06-25 16:39:49 241575 26853 debug EXE19000303 [v1.1]: true 2021-06-25 16:39:49 241664 26853 debug EXE19000303 [v1.1]: ================ ARRAY/OBJECT END ================ 2021-06-25 16:39:49 243186 26853 debug EXE19000303 [v1.1]: Telegram message execution finished (1248)
Unbenannt.JPG
Edit: Nachdem ich ein wenig weiter gelesen habe, denke ich bei mir wird nichtmal die passende DB erstellt. Irgendjemand der mir einen Tipp geben kann?
Code:MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | edomiAdmin | | edomiLive | | edomiProject | | mysql | | performance_schema
Zuletzt geändert von derFrink; 26.06.2021, 08:14.
Kommentar
-
Zitat von webasti321 Beitrag anzeigen
Aufgrund deiner Aussage habe ich die Zwangstrennung in der FritzBox mal ausgeschaltet.
Ging wohl an mir vorbei, dass es nicht mehr üblich ist. Diese Zwangstrennung.
Zwei Tage in Folge keine Verzögerung mehr.
Meine Umgehung durch den Spam Bot auch und siehe da es funktioniert ohne Verzögerung.
Das Thema mit der nicht mehr vorhandenen Zwangstrennung ist auch völlig an mir vorbei gegangen...
Kommentar
-
Zitat von dirkie Beitrag anzeigen
Aufgrund deines Beitrags habe ich die Zwangstrennung auch ausgestellt.
Oder die Option bei "Inaktivität trennen"
Kommentar
-
Zitat von Martin W Beitrag anzeigen
wie genau kann ich ein update auf die richtige php version machen?
hat jemand eine Antwort auf Martins Frage?
Ich scheitere gerade ebenfalls am letzten Schritt der Installation.
Habe auch CentOS 7 (CentOS Linux release 7.6.1810 (Core)) und der composer meckert über die veraltete php Version.
Was muss ich tun?
Danke & Gruß
KNX2013
Kommentar
-
Nein, leider nicht.
composer install meldet folgendes - und dass php <5.6 ist :-(
Warum auch immer... Habe vor einigen Monaten das System komplett mit centos 7 neu aufgesetzt.
Code:[root@edomi php-telegram-bot]# composer install Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? yes Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires php ^5.5|^7.0 but your php version (5.4.16) does not satisfy that requirement. Problem 2 - guzzlehttp/guzzle is locked to version 7.1.1 and an update of this package was not requested. - guzzlehttp/guzzle 7.1.1 requires php ^7.2.5 -> your php version (5.4.16) does not satisfy that requirement. Problem 3 - guzzlehttp/promises is locked to version 1.4.0 and an update of this package was not requested. - guzzlehttp/promises 1.4.0 requires php >=5.5 -> your php version (5.4.16) does not satisfy that requirement. Problem 4 - psr/http-client is locked to version 1.0.1 and an update of this package was not requested. - psr/http-client 1.0.1 requires php ^7.0 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 5 - ralouphie/getallheaders is locked to version 3.0.3 and an update of this package was not requested. - ralouphie/getallheaders 3.0.3 requires php >=5.6 -> your php version (5.4.16) does not satisfy that requirement. Problem 6 - dms/phpunit-arraysubset-asserts is locked to version v0.1.1 and an update of this package was not requested. - dms/phpunit-arraysubset-asserts v0.1.1 requires php ^7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 7 - doctrine/instantiator is locked to version 1.3.1 and an update of this package was not requested. - doctrine/instantiator 1.3.1 requires php ^7.1 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 8 - monolog/monolog is locked to version 2.1.1 and an update of this package was not requested. - monolog/monolog 2.1.1 requires php >=7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 9 - myclabs/deep-copy is locked to version 1.10.1 and an update of this package was not requested. - myclabs/deep-copy 1.10.1 requires php ^7.1 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 10 - phar-io/manifest is locked to version 1.0.3 and an update of this package was not requested. - phar-io/manifest 1.0.3 requires php ^5.6 || ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 11 - phar-io/version is locked to version 2.0.1 and an update of this package was not requested. - phar-io/version 2.0.1 requires php ^5.6 || ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 12 - phpdocumentor/reflection-common is locked to version 2.2.0 and an update of this package was not requested. - phpdocumentor/reflection-common 2.2.0 requires php ^7.2 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 13 - phpdocumentor/reflection-docblock is locked to version 5.2.2 and an update of this package was not requested. - phpdocumentor/reflection-docblock 5.2.2 requires php ^7.2 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 14 - phpdocumentor/type-resolver is locked to version 1.4.0 and an update of this package was not requested. - phpdocumentor/type-resolver 1.4.0 requires php ^7.2 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 15 - phpspec/prophecy is locked to version 1.12.1 and an update of this package was not requested. - phpspec/prophecy 1.12.1 requires php ^7.2 || ~8.0, <8.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 16 - phpunit/php-code-coverage is locked to version 7.0.10 and an update of this package was not requested. - phpunit/php-code-coverage 7.0.10 requires php ^7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 17 - phpunit/php-file-iterator is locked to version 2.0.2 and an update of this package was not requested. - phpunit/php-file-iterator 2.0.2 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 18 - phpunit/php-timer is locked to version 2.1.2 and an update of this package was not requested. - phpunit/php-timer 2.1.2 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 19 - phpunit/php-token-stream is locked to version 3.1.1 and an update of this package was not requested. - phpunit/php-token-stream 3.1.1 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 20 - phpunit/phpunit is locked to version 8.5.8 and an update of this package was not requested. - phpunit/phpunit 8.5.8 requires php ^7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 21 - sebastian/code-unit-reverse-lookup is locked to version 1.0.1 and an update of this package was not requested. - sebastian/code-unit-reverse-lookup 1.0.1 requires php ^5.6 || ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 22 - sebastian/comparator is locked to version 3.0.2 and an update of this package was not requested. - sebastian/comparator 3.0.2 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 23 - sebastian/diff is locked to version 3.0.2 and an update of this package was not requested. - sebastian/diff 3.0.2 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 24 - sebastian/environment is locked to version 4.2.3 and an update of this package was not requested. - sebastian/environment 4.2.3 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 25 - sebastian/exporter is locked to version 3.1.2 and an update of this package was not requested. - sebastian/exporter 3.1.2 requires php ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 26 - sebastian/global-state is locked to version 3.0.0 and an update of this package was not requested. - sebastian/global-state 3.0.0 requires php ^7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 27 - sebastian/object-enumerator is locked to version 3.0.3 and an update of this package was not requested. - sebastian/object-enumerator 3.0.3 requires php ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 28 - sebastian/object-reflector is locked to version 1.1.1 and an update of this package was not requested. - sebastian/object-reflector 1.1.1 requires php ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 29 - sebastian/recursion-context is locked to version 3.0.0 and an update of this package was not requested. - sebastian/recursion-context 3.0.0 requires php ^7.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 30 - sebastian/resource-operations is locked to version 2.0.1 and an update of this package was not requested. - sebastian/resource-operations 2.0.1 requires php ^7.1 -> your php version (5.4.16) does not satisfy that requirement. Problem 31 - sebastian/type is locked to version 1.1.3 and an update of this package was not requested. - sebastian/type 1.1.3 requires php ^7.2 -> your php version (5.4.16) does not satisfy that requirement. Problem 32 - sebastian/version is locked to version 2.0.1 and an update of this package was not requested. - sebastian/version 2.0.1 requires php >=5.6 -> your php version (5.4.16) does not satisfy that requirement. Problem 33 - theseer/tokenizer is locked to version 1.2.0 and an update of this package was not requested. - theseer/tokenizer 1.2.0 requires php ^7.2 || ^8.0 -> your php version (5.4.16) does not satisfy that requirement. Problem 34 - ralouphie/getallheaders 3.0.3 requires php >=5.6 -> your php version (5.4.16) does not satisfy that requirement. - guzzlehttp/psr7 1.7.0 requires ralouphie/getallheaders ^2.0.5 || ^3.0.0 -> satisfiable by ralouphie/getallheaders[3.0.3]. - guzzlehttp/psr7 is locked to version 1.7.0 and an update of this package was not requested.
Kommentar
-
Per Default kommt CentOS7 mit PHP 5.4.
Ich vermute ihr habt CentOS neu aufgesetzt und dann ein EDOMI Backup eingespielt. Somit fehlen natürlich die Anpassungen, die die EDOMI Installationsroutine macht.
Am besten mal folgendes versuchen:
https://www.linuxtechi.com/install-p...rhel-7-server/
Kommentar
-
Hi Jonofe,
vielen Dank, werde ich mal versuchen.
Genau, wie Du es beschrieben hast, habe ich es gemacht - CentOS und Edomi neu aufgesetzt und dann das Backup eingespielt.
Verstehe ich es richtig, dass beim Einspielen des Backup die PHP Version "ge-downgraded" wurde?!? (Sorry für die blöde Frage, bin in den Linux-Kenntnissen vermutlich irgendwo im Mittelfeld)
Grüße
KNX2013
- Likes 1
Kommentar
-
Zitat von KNX2013 Beitrag anzeigenVerstehe ich es richtig, dass beim Einspielen des Backup die PHP Version "ge-downgraded" wurde?!?
CentOS7 wird mit PHP 5.4 installiert. Das Installskript von EDOMI installiert noch einige Pakete (inkl. PHP 7.x).
Vermutlich fehlen also auch noch andere Pakete.
Am besten ist es immer:- CentOS7 installieren
- EDOMI installieren
- EDOMI Backup einspielen
Kommentar
Kommentar