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

error in compile #41

Open
Vacuolino opened this issue May 13, 2021 · 4 comments
Open

error in compile #41

Vacuolino opened this issue May 13, 2021 · 4 comments

Comments

@Vacuolino
Copy link

Failed to compile.

How i resolve this error? ... after i type this in browser: http://localhost:8080/

./src/components/admin/AdminUsers.vue
Module Error (from ./node_modules/eslint-loader/index.js):
error: 'getWildcardRegexp' is defined but never used (no-unused-vars) at src/components/admin/AdminUsers.vue:117:9:
115 | import UserDetails from './UserDetails';
116 | import {rolesMapping} from '@/utils/role-utils';

117 | import {getWildcardRegexp} from '@/utils/string-utils';
| ^
118 |
119 | export default {
120 | name: 'admin-users',

1 error found.

@geektortoise
Copy link
Contributor

Hello,

I just made a commit with few modifications.
Can you test again with this last version ?

Have a nice day.

@Vacuolino
Copy link
Author

Better, now i get this error

Error of communication with Cytomine core

image

@wangshun1121
Copy link

Better, now i get this error

Error of communication with Cytomine core

image

Same error in my machine!

@geektortoise
Copy link
Contributor

geektortoise commented May 23, 2022

Hello,

This error indicates that the Cytomine-core doesn't answer the http request $YOUR_URL/server/ping.json

To be able to identify the problem, you need to run sudo docker logs core on your VM

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