This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (.venv) meshtastic meshtastic --factory-reset-device 10:48AM | |
| WARNING file:stream_interface.py __reader line:207 Meshtastic serial port disconnected, disconnecting... read failed: [Errno 6] Device not configured | |
| Traceback (most recent call last): | |
| File "/Users/asm/Documents/2025/April/meshtastic/python/.venv/bin/meshtastic", line 8, in <module> | |
| sys.exit(main()) | |
| ~~~~^^ | |
| File "/Users/asm/Documents/2025/April/meshtastic/python/.venv/lib/python3.13/site-packages/meshtastic/__main__.py", line 2062, in main | |
| common() | |
| ~~~~~~^^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO | ??:??:?? 4 Booted, wake cause 0 (boot count 1), reset_reason=reset | |
| DEBUG | ??:??:?? 4 Filesystem files (20480/1048576 Bytes): | |
| DEBUG | ??:??:?? 4 /prefs/channels.proto (154 Bytes) | |
| DEBUG | ??:??:?? 4 /prefs/config.proto (283 Bytes) | |
| DEBUG | ??:??:?? 5 /prefs/device.proto (116 Bytes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sabulosity | |
| saccharify | |
| sacrectomy | |
| sagittally | |
| saintology | |
| salability | |
| salivatory | |
| salutarily | |
| salutatory | |
| sanability |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| saddeningly | |
| sagaciously | |
| salaciously | |
| salinometry | |
| salmonberry | |
| salvability | |
| sanctionary | |
| sarangousty | |
| sartorially | |
| satanically |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sabbatary | |
| Sabbathly | |
| Sabbatically | |
| sably | |
| sabulosity | |
| saccharify | |
| saccharimetry | |
| saccharinely | |
| saccharinity | |
| saccharometry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Abelian Abelia | |
| abnet abet | |
| abranchian abrachia | |
| Acacian Acacia | |
| Acadian Acadia | |
| Achillean Achillea | |
| acne ace | |
| Acolhuan Acolhua | |
| acorn acor | |
| acroanesthesia acroaesthesia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a | |
| ability | |
| able | |
| about | |
| above | |
| accept | |
| according | |
| account | |
| across | |
| act |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = function(controller) { | |
| controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) { | |
| bot.createConversation(message, function(err, convo) { | |
| if (!err) { | |
| convo.say('I cant hear or see, but you said ' + message.event.text); | |
| // console.log(message); | |
| convo.activate(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = function(controller) { | |
| controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) { | |
| bot.createConversation(message, function(err, convo) { | |
| if (!err) { | |
| convo.say('I cant hear or see, but you said ' + message.event.text); | |
| // console.log(message); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| src/Api/DocModel.php:112 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Tidy | |
| src/Api/DocModel.php:113 PhanUndeclaredClassMethod Call to method parseString from undeclared class \Tidy | |
| src/Api/DocModel.php:124 PhanUndeclaredClassMethod Call to method cleanRepair from undeclared class \Tidy | |
| src/Api/ErrorParser/JsonParserTrait.php:14 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\Http\Message\ResponseInterface | |
| src/Api/ErrorParser/JsonParserTrait.php:16 PhanUndeclaredClassMethod Call to method getStatusCode from undeclared class \Psr\Http\Message\ResponseInterface | |
| src/Api/ErrorParser/JsonParserTrait.php:19 PhanUndeclaredClassMethod Call to method getHeaderLine from undeclared class \Psr\Http\Message\ResponseInterface | |
| src/Api/ErrorParser/JsonParserTrait.php:23 PhanUndeclaredClassMethod Call to method getBody from undeclared class \Psr\Http\Message\ResponseInterface | |
| src/Api/ErrorParser/JsonRpcErrorParser.php:13 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\ |
NewerOlder