ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Error Starting Plugins #143

Open nazgulsenpai opened 1 year ago

nazgulsenpai commented 1 year ago

Clicking on Start to enable any installed plugin fails with Jester route exception in the browser:

Detail: oserr.nim(95) raiseOSError
asyncfutures.nim(389) read
asyncfutures.nim(389) read
No such file or directory
Additional info: ("/home/xxxx/.nimble/pkgs/nimwc-6.1.3/nimwcpkg/nimwc_main_new_tmp", "/home/xxxx/.nimble/pkgs/nimwc-6.1.3/nimwcpkg/nimwc_main_new")

On the terminal of the server:

stack trace: (most recent call last)
nimwc_main.nim(106, 21)  extensionImport
macros.nim(541, 17)      parseStmt
nimwcpkg/nimwc_main.nim(108, 16) template/generic instantiation of `extensionImport` from here
std/macros(541, 17) Error: unhandled exception: std/macros(540, 42) Error: invalid number: '6.1.3' [ValueError]
E, [2022-11-28T16:42:44] -- nimwc_main: oserr.nim(95)            raiseOSError
asyncfutures.nim(389)    read
asyncfutures.nim(389)    read
No such file or directory
Additional info: ("/home/xxxx/.nimble/pkgs/nimwc-6.1.3/nimwcpkg/nimwc_main_new_tmp", "/home/xxxx/.nimble/pkgs/nimwc-6.1.3/nimwcpkg/nimwc_main_new")

OS/Kernel:

OS: Debian GNU/Linux 10 (buster) x86_64
Kernel: 4.19.0-22-cloud-amd64

nim -v:

Nim Compiler Version 1.6.10 [Linux: amd64]
Compiled at 2022-11-21
Copyright (c) 2006-2021 by Andreas Rumpf

git hash: f1519259f85cbdf2d5ff617c6a5534fcd2ff6942
active boot switches: -d:release

nimwc installed through nimble install nimwc