Skip to content

Display is blank #203

@bigtonylewis

Description

@bigtonylewis

I feel this is user error, but I can't see any place to ask questions other than here.

No matter how I run vaping, I seem to end up with a 'blank' webpage:

Image

I've tried running it in a container using virtual environments, and as a docker image, but the results are the same. This is using the included config examples.

When I run in debug mode, it looks like it is collecting data:

vaping.daemon plugins.std_fping: unknown attribute 'period' daemon.py:132
PidFile <pid.posix.PidFile object at 0x7105b3c12510> entering setup base.py:89
PidFile <pid.posix.PidFile object at 0x7105b3c12510> create pidfile: /root/src/vaping/vaping.pid base.py:194
PidFile <pid.posix.PidFile object at 0x7105b3c12510> check pidfile: /root/src/vaping/vaping.pid base.py:181
2025-04-05 14:07:49,444 - vaping.plugins.fping - DEBUG: popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222
vaping.plugins.fping popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222 __init__.py:127
root 8.8.8.8        : - 14.7 14.8 16.3 11.7 14.7 15.7 18.6 - 14.7
 fping.py:104
root 4.2.2.1        : - - - - - - - - - -
 fping.py:104
root 208.67.222.222 : - - 15.5 17.5 18.5 17.8 16.2 11.7 11.2 15.2
 fping.py:104
2025-04-05 14:07:49,755 - vaping.plugins.fping - DEBUG: queue emission to vodka (0)
vaping.plugins.fping queue emission to vodka (0) __init__.py:230
2025-04-05 14:07:52,448 - vaping.plugins.fping - DEBUG: emit to vodka
vaping.plugins.fping emit to vodka __init__.py:227
2025-04-05 14:07:52,544 - vodka - DEBUG: making sure configuration is sane ...
vodka making sure configuration is sane ... log.py:34
2025-04-05 14:07:52,549 - vodka - DEBUG: instantiating data types
vodka instantiating data types log.py:34
2025-04-05 14:07:52,549 - vodka - DEBUG: instantiating plugins
vodka instantiating plugins log.py:34
2025-04-05 14:07:52,550 - vodka - DEBUG: instantiating applications
vodka instantiating applications log.py:34
2025-04-05 14:07:52,550 - vodka - DEBUG: starting plugins
vodka starting plugins log.py:34
2025-04-05 14:07:52,553 - vodka - DEBUG: starting http ..
vodka starting http .. log.py:34
2025-04-05 14:07:52,555 - vaping.plugins.fping - DEBUG: popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222
vaping.plugins.fping popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222 __init__.py:127
 * Serving Flask app 'vaping' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
werkzeug  * Running on all addresses.
   WARNING: This is a development server. Do not use it in a production deployment. _internal.py:225
werkzeug  * Running on http://10.218.100.162:7021/ (Press CTRL+C to quit) _internal.py:225
root 8.8.8.8        : 14.8 12.9 18.3 16.2 12.1 11.4 9.87 10.2 16.4 16.0
 fping.py:104
root 4.2.2.1        : - - - - - - - - - -
 fping.py:104
root 208.67.222.222 : 18.1 17.6 13.5 14.8 - 19.9 16.6 16.4 15.4 19.0
 fping.py:104
2025-04-05 14:07:52,870 - vaping.plugins.fping - DEBUG: queue emission to vodka (0)

Interestingly, I get what I think are errors when running the docker version:


2025-04-05 03:03:42,504 - vaping.plugins.fping - DEBUG: popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222
popen fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222
failed to get data: could not convert string to float: '[0],'
failed to get data: could not convert string to float: '[0],'
failed to get data: could not convert string to float: '[0],'
failed to get data: could not convert string to float: '[1],'
failed to get data: could not convert string to float: '[1],'
failed to get data: could not convert string to float: '[1],'
failed to get data: could not convert string to float: '[2],'
failed to get data: could not convert string to float: '[2],'
failed to get data: could not convert string to float: '[2],'
failed to get data: could not convert string to float: '[3],'
failed to get data: could not convert string to float: '[3],'
failed to get data: could not convert string to float: '[3],'
failed to get data: could not convert string to float: '[4],'
failed to get data: could not convert string to float: '[4],'
failed to get data: could not convert string to float: '[4],'
failed to get data: could not convert string to float: '[5],'
failed to get data: could not convert string to float: '[5],'
failed to get data: could not convert string to float: '[5],'
failed to get data: could not convert string to float: '[6],'
failed to get data: could not convert string to float: '[6],'
failed to get data: could not convert string to float: '[6],'
failed to get data: could not convert string to float: '[7],'
failed to get data: could not convert string to float: '[7],'
failed to get data: could not convert string to float: '[7],'
failed to get data: could not convert string to float: '[8],'
failed to get data: could not convert string to float: '[8],'
failed to get data: could not convert string to float: '[8],'
failed to get data: could not convert string to float: '[9],'
failed to get data: could not convert string to float: '[9],'
failed to get data: could not convert string to float: '[9],'
failed to get data: not enough values to unpack (expected 2, got 1)
2025-04-05 03:03:42,814 - vaping.plugins.fping - DEBUG: queue emission to vodka (0)
queue emission to vodka (0)
2025-04-05 03:03:45,507 - vaping.plugins.fping - DEBUG: emit to vodka
emit to vodka
2025-04-05 03:03:45,677 - vodka - DEBUG: making sure configuration is sane ...
making sure configuration is sane ...
2025-04-05 03:03:45,683 - vodka - DEBUG: instantiating data types
instantiating data types
2025-04-05 03:03:45,683 - vodka - DEBUG: instantiating plugins
instantiating plugins
2025-04-05 03:03:45,684 - vodka - DEBUG: instantiating applications
instantiating applications
2025-04-05 03:03:45,684 - vodka - DEBUG: starting plugins
starting plugins
2025-04-05 03:03:45,685 - vodka - DEBUG: starting http ..
starting http ..
2025-04-05 03:03:45,687 - vodka - DEBUG: Empty data row ignored.
Empty data row ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions