Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load failure #15

Open
w-p opened this issue Apr 2, 2018 · 4 comments
Open

Load failure #15

w-p opened this issue Apr 2, 2018 · 4 comments

Comments

@w-p
Copy link

w-p commented Apr 2, 2018

Cloned today
Grafana 5.0.4
Fails with the error below when adding to a dashboard.

Plugin Error
Unexpected token , Instantiating http://0.0.0.0:3000/public/plugins/ilgizar-candlestick-panel/candlestick_ctrl.js Loading http://0.0.0.0:3000/public/plugins/ilgizar-candlestick-panel/module.js Loading plugins/ilgizar-candlestick-panel/module
@JamesGalt
Copy link

how did you installed it?

@w-p
Copy link
Author

w-p commented Apr 3, 2018

git clone, npm install, grunt, unzip, and docker-compose up with ...

version: '3'

services:
  grafana:
    image: grafana/grafana:latest
    ports:
      - '3000:3000'
    volumes:
      - './dest/grafana/plugins:/var/lib/grafana/plugins'
      - './dest/grafana/grafana.ini:/etc/grafana/grafana.ini'
      - './dest/grafana/datasources:/etc/grafana/provisioning/datasources'

... where ./dest/grafana/plugins contains ...

dest/grafana/plugins/
└── ilgizar-candlestick-panel
    ├── dist
    │   ├── candlestick_ctrl.js
    │   ├── candlestick_ctrl.js.map
    │   ├── colors.js
    │   ├── colors.js.map
    │   ├── img
    │   │   └── icn-candlestick-panel.svg
    │   ├── indicators_ctrl.js
    │   ├── indicators_ctrl.js.map
    │   ├── module.js
    │   ├── module.js.map
    │   ├── partials
    │   │   ├── editor.html
    │   │   ├── indicators.html
    │   │   └── module.html
    │   ├── plugin.json
    │   ├── README.md
    │   ├── rendering.js
    │   ├── rendering.js.map
    │   └── vendor
    │       ├── jquery_flot_axislabels.js
    │       └── jquery_flot_candlestick.js
    ├── Gruntfile.js
    ├── LICENSE
    ├── package.json
    ├── README.md
    └── src
        ├── candlestick_ctrl.js
        ├── colors.js
        ├── img
        │   └── icn-candlestick-panel.svg
        ├── indicators_ctrl.js
        ├── module.js
        ├── partials
        │   ├── editor.html
        │   ├── indicators.html
        │   └── module.html
        ├── plugin.json
        ├── rendering.js
        └── vendor
            ├── jquery_flot_axislabels.js
            └── jquery_flot_candlestick.js

@w-p
Copy link
Author

w-p commented Apr 3, 2018

I've also tried older version going back to 4.5.2. Same error in each.

@AntiTenzor
Copy link

Could you please upgrade you plugin to make it compatible with current Grafana?
How much would you like to get for this feature?
(Currently I use Grafana v7.5.5 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants