Closed dearith closed 3 years ago
Ooops sorry, I think I made a mistake : my foo_flask110 works. But I have migrated another plugin from Metwork 0.9 to Metwork 1.0.
Perhaps, something is wrong in this plugin. But I don't why it working with make develop but not working from .plugin installation. I am looking for the .releaseignore file, but it seems OK.
It's my fault. I have a lua script in the nginx extra conf to redirect to another plugin, and the http port is not the correct one (I have two mfserv running on my machine : metwork 0.9 on 188868 and metwork 1.0 on 18869.
Very sorry. This issue can be cancelled.
I come accross a very strange issue.
When I install a
python3_flask
plugin from a.plugin
file, the plugin is installed but is not running.Steps to reproduce:
plugins.list
is OK the plugin is intalled:foo_flask10 │ 0.0.1 │ 1 │ /home/dearith10/metwork/mfserv/var/plugins/foo_flask10
The config.ini file in the source contains the
_cmd_and_args
:The
_cmd_and_args
is missing in themfserv/config/plugins/foo_flask10.ini
(but it seems normal compared ot other type of plugin, e.g. aiohttp):The config.ini file in the /mfserv/var/plugins/foo_flask10 is same as the config.ini of the source file (contains the
_cmd_and_args
):The log file of the plugin is empty.
bjoern_wrapper.py exists :
/opt/metwork-mfserv-1.0/bin/bjoern_wrapper.py
MFEXT_HOME is OK :
MFEXT_HOME=/opt/metwork-mfext-1.0
I didn't find any issue in the other Metwork log files.
The plugin built in dev. (make develop) works.
My other aiohttp plugins work when installing them from a .plugin file.
Any idea ?