Nikita Koss

Results 13 comments of Nikita Koss

probably duplicate https://github.com/MarsTechHAN/ch552tool/issues/25

Check the file `typeall.wcfg` in your package. To do this: 1. get location of package ```sh pip3 show ch55xtool | grep Location ``` 2. get file list ```sh ls -l...

Oh, I'm sorry! It seemed to me that this was already included in the release after the merge.

``` command /stats: trigger: broadcast all statistic names on load: set {_player} to "kossnikita" parsed as offline player broadcast statistics value of "JUMP" of {_player} ``` ``` [10:42:41 ERROR]: Line...

``` [10:53:03 INFO]: [Skript] Server Version: git-Paper-"c949a0d" (MC: 1.18.2) [10:53:03 INFO]: [Skript] Skript Version: 2.6.1-nightly-0655ada [10:53:03 INFO]: [Skript] Installed Skript Addons: None [10:53:03 INFO]: [Skript] Installed dependencies: None ```

Today I am still getting the same error. Can anyone else test this? This may also be due to the fact that I did not log in to the server...

Okay, now I don't understand what's going on. ``` [16:25:59 INFO]: [Skript] Reloading stat.sk... [16:25:59 INFO]: loading 'stat.sk' [16:25:59 INFO]: command /stats: [16:25:59 INFO]: broadcast all statistics [16:25:59 INFO]: load...

In this syntax i get different error ![image](https://user-images.githubusercontent.com/39294101/160624840-9db67a67-2b1d-4751-bbb5-42ad496d278d.png)

Works without errors. Thanks!

It looks like you just connected your stlink to the device incorrectly. Check connection first and retry with OpenOCD standalone ```bash openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f1x.cfg ``` You should have...