chili-epfl / FROG

Fabricating and running orchestration graphs
https://github.com/chili-epfl/FROG/wiki
Other
82 stars 27 forks source link

No session specified error #720

Closed aperritano closed 6 years ago

aperritano commented 6 years ago

When running FROG for the first time on a new instance, the links (Teacher, Chen) from the intro page fail. They go to a page that says "No session specified"

However, even following the instructions localhost:3000?login=peter fail too. Chrome keeps trying to change it to http://localhost:3000/?login=peter.

How do you login into the system?

houshuang commented 6 years ago

TEacher link should work. For student, need to first start a session, see the session code like xyz3. Then login is local host:3000/xyz3?login=peter. Or without the login if you’ve already logged in (no session)

On Mon, 4 Dec 2017 at 18:21, Anthony Perritano notifications@github.com wrote:

When running FROG for the first time on a new instance, the links (Teacher, Chen) from the intro page fail. They go to a page that says "No session specified"

However, even following the instructions localhost:3000?login=peter fail too. Chrome keeps trying to change it to http://localhost:3000/?login=peter.

How do you login into the system?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chili-epfl/FROG/issues/720, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwh9aa2UbSFf5Q9TsvSeGEVu6fO3olks5s9Cn8gaJpZM4Q1Ah2 .

-- http://reganmian.net/blog -- Random Stuff that Matters

aperritano commented 6 years ago

That did not work "ERROR No such session"

Do you have any docs that explain the session code and how those are managed? I remember at one point students were presented with a list of sessions on login. Has that been removed?

aperritano commented 6 years ago

screen shot 2017-12-04 at 11 42 10 am

this could be the problem, any ideas why " Not Found: frog-utils@1.0.0"

houshuang commented 6 years ago

Did you do git clean -fdx, and then ./initial_setup.sh`? If it still doesn't work, show me your entire output of initial_setup.

aperritano commented 6 years ago
  1. small progress: removed node, npm cache, cloned a new FROG instance. Install the abs lastest node 9.2.0. That error-warning went away.

  2. still have this error:

Unable to resolve some modules:

"bufferutil" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/BufferUtil.js (os.osx.x86_64) "utf-8-validate" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/Validation.js (os.osx.x86_64) "hiredis" in /Users/aperritano/dev/FROG/frog/node_modules/redis-parser/lib/hiredis.js (os.osx.x86_64)

If you notice problems related to these missing modules, consider running:

meteor npm install --save bufferutil utf-8-validate hiredis

  1. when running the " meteor npm install --save bufferutil utf-8-validate hiredis" npm ERR! code E404 npm ERR! 404 Not Found: frog-utils@1.0.0

npm ERR! A complete log of this run can be found in: npm ERR! /Users/aperritano/.npm/_logs/2017-12-04T20_38_44_726Z-debug.log

Still have login issues.

  1. Running git clean and initial_setup. It looks good:

    ~/dev/FROG   develop  ./initial_setup.sh  14:42:14 Installing Yarn npm WARN deprecated yarn@1.3.2: It is recommended to install Yarn using the native installation method for your environment. See https://yarnpkg.com/en/docs/install

    • yarn@1.3.2 added 20 packages in 3.265s Yarn: /Users/aperritano/dev/FROG/node_modules/.bin/yarn yarn install v1.3.2 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... warning " > react-test-renderer@16.0.0" has unmet peer dependency "react@^16.0.0-beta.5". warning " > babel-jest@21.2.0" has unmet peer dependency "babel-core@^6.0.0 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0". warning " > eslint-config-airbnb@15.1.0" has incorrect peer dependency "eslint-plugin-jsx-a11y@^5.1.1". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > @houshuang/react-flip-move@2.9.16" has unmet peer dependency "react@0.13.x || 0.14.x || 15.x.x". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > @houshuang/react-flip-move@2.9.16" has unmet peer dependency "react-dom@0.13.x || 0.14.x || 15.x.x". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap@0.31.5" has unmet peer dependency "react@^0.14.9 || >=15.3.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap@0.31.5" has unmet peer dependency "react-dom@^0.14.9 || >=15.3.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-google-charts@1.5.5" has unmet peer dependency "react@>= 0.13.x". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-google-charts@1.5.5" has unmet peer dependency "react-dom@>= 0.13.x". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-jsonschema-form@1.0.0" has unmet peer dependency "react@>=15". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-chat > react-d3-cloud@0.5.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0-0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > material-ui@0.19.4" has unmet peer dependency "react@^15.4.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > material-ui@0.19.4" has unmet peer dependency "react-dom@^15.4.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-dropzone@4.2.1" has unmet peer dependency "react@>=0.14.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-icons@2.2.7" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-icons@2.2.7" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > recompose@0.26.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-image > @houshuang/react-webcam@0.3.5" has unmet peer dependency "react@>=0.14.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-image > @houshuang/react-webcam@0.3.5" has unmet peer dependency "react-dom@>=0.14.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-quiz > react-latex@1.0.1" has unmet peer dependency "react@^15.3.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-video > react-player@0.25.3" has unmet peer dependency "react@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > mobx-react@4.3.3" has unmet peer dependency "react@^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-addons-test-utils@15.6.2" has unmet peer dependency "react-dom@^15.4.2". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-addons-transition-group@15.6.2" has unmet peer dependency "react@^15.4.2". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-copy-to-clipboard@5.0.1" has unmet peer dependency "react@^15.3.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-fontawesome@1.6.1" has unmet peer dependency "react@>=0.12.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-inspector@2.2.1" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-loadable@5.3.1" has unmet peer dependency "react@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-modal@3.1.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-modal@3.1.0" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-mosaic-component@1.0.2" has unmet peer dependency "react@^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-router-dom@4.2.2" has unmet peer dependency "react@>=15". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-spinner@0.2.7" has unmet peer dependency "react@>=0.12.1". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-tooltip@3.4.0" has unmet peer dependency "react@>=0.14". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-tooltip@3.4.0" has unmet peer dependency "react-dom@>=0.14". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap > prop-types-extra@1.0.1" has unmet peer dependency "react@>=0.14.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap > react-overlays@0.7.4" has unmet peer dependency "react@^0.14.9 || >=15.3.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap > react-overlays@0.7.4" has unmet peer dependency "react-dom@^0.14.9 || >=15.3.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-brainstorm > react-bootstrap > uncontrollable@4.1.0" has unmet peer dependency "react@>=0.11.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-chat > react-d3-cloud > react-faux-dom@3.1.0" has unmet peer dependency "react@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > material-ui > react-event-listener@0.5.1" has unmet peer dependency "react@^15.3.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > material-ui > react-transition-group@1.2.1" has unmet peer dependency "react@^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > material-ui > react-transition-group@1.2.1" has unmet peer dependency "react-dom@^15.0.0 || ^16.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-icons > react-icon-base@2.1.0" has unmet peer dependency "react@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-icons > react-icon-base@2.1.0" has unmet peer dependency "react-dom@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > ac-ck-board > react-icons > react-icon-base@2.1.0" has unmet peer dependency "prop-types@". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-addons-transition-group > react-transition-group@1.2.0" has unmet peer dependency "react@^15.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-addons-transition-group > react-transition-group@1.2.0" has unmet peer dependency "react-dom@^15.0.0". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-mosaic-component > react-dnd@2.5.4" has unmet peer dependency "react@*". warning "workspace-aggregator-f5285d45-6f0b-403f-a3f0-886971aceee6 > frog > react-router-dom > react-router@4.2.0" has unmet peer dependency "react@>=15". [4/4] 📃 Building fresh packages... ✨ Done in 25.35s. yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 yarn run v1.3.2 $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist $ babel src --presets babel-preset-react,babel-preset-stage-0,babel-preset-es2015 --plugins babel-plugin-transform-class-properties,syntax-flow --out-dir dist && flow-copy-source src dist src/ActivityComponents/TableView.jsx -> dist/ActivityComponents/TableView.js src/tests/index.js -> dist/tests/index.js src/Quadrants.js -> dist/Quadrants.js src/Chat.jsx -> dist/Chat.js src/config.js -> dist/config.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/tests/index.js -> dist/tests/index.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/config.js -> dist/config.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/ActivityComponents/TreeView.jsx -> dist/ActivityComponents/TreeView.js src/Dashboard.jsx -> dist/Dashboard.js src/Dashboard.jsx -> dist/Dashboard.js src/tests/mergeFunction.js -> dist/tests/mergeFunction.js src/tests/index.js -> dist/tests/index.js src/tests/index.js -> dist/tests/index.js src/index.js -> dist/index.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/config.js -> dist/config.js src/tests/index.js -> dist/tests/index.js src/index.js -> dist/index.js src/tests/index.js -> dist/tests/index.js src/tests/index.js -> dist/tests/index.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/List.jsx -> dist/List.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/tests/index.js -> dist/tests/index.js src/Presentation.jsx -> dist/Presentation.js src/ArrayFun.js -> dist/ArrayFun.js src/tests/index.js -> dist/tests/index.js src/dashboard.js -> dist/dashboard.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/board.js -> dist/board.js src/TextInput.jsx -> dist/TextInput.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/UploadPanel.jsx -> dist/UploadPanel.js src/GroupPanel.jsx -> dist/GroupPanel.js src/Dashboard.jsx -> dist/Dashboard.js src/Dashboard.jsx -> dist/Dashboard.js src/index.js -> dist/index.js src/index.js -> dist/index.js src/index.js -> dist/index.js ✨ Done in 6.79s. ✨ Done in 7.05s. src/index.js -> dist/index.js src/Classifier.jsx -> dist/Classifier.js src/index.js -> dist/index.js src/ActivityRunner.jsx -> dist/ActivityRunner.js src/index.js -> dist/index.js src/tests/index.js -> dist/tests/index.js src/ActivityComponents/react-spreadsheet-component/cell.js -> dist/ActivityComponents/react-spreadsheet-component/cell.js src/DashboardComponents.jsx -> dist/DashboardComponents.js src/index.js -> dist/index.js src/meta.js -> dist/meta.js src/LatexWidget.jsx -> dist/LatexWidget.js src/tests/index.js -> dist/tests/index.js src/index.js -> dist/index.js src/NoGroupPanel.jsx -> dist/NoGroupPanel.js ✨ Done in 7.02s. src/Dashboard.jsx -> dist/Dashboard.js src/Definition.jsx -> dist/Definition.js src/config.js -> dist/config.js src/ActivityComponents/react-spreadsheet-component/dispatcher.js -> dist/ActivityComponents/react-spreadsheet-component/dispatcher.js ✨ Done in 7.13s. src/ActivityRunner.jsx -> dist/ActivityRunner.js src/tests/exportData.js -> dist/tests/exportData.js ✨ Done in 7.38s. ✨ Done in 7.81s. ✨ Done in 7.49s. src/obs_container.js -> dist/obs_container.js src/config.js -> dist/config.js src/components/ObjectList.jsx -> dist/components/ObjectList.js ✨ Done in 7.68s. src/dashboard.js -> dist/dashboard.js src/ActivityComponents/react-spreadsheet-component/helpers.js -> dist/ActivityComponents/react-spreadsheet-component/helpers.js ✨ Done in 7.78s. src/obs_detail.js -> dist/obs_detail.js ✨ Done in 7.32s. src/index.js -> dist/index.js src/index.js -> dist/index.js src/Dashboard.jsx -> dist/Dashboard.js src/index.js -> dist/index.js ✨ Done in 7.67s. src/End.jsx -> dist/End.js src/components/ObjectPanel.jsx -> dist/components/ObjectPanel.js ✨ Done in 7.63s. ✨ Done in 7.52s. ✨ Done in 7.69s. ✨ Done in 7.57s. src/meta.js -> dist/meta.js ✨ Done in 7.69s. src/components/ShortcutPanel.jsx -> dist/components/ShortcutPanel.js src/components/CategoryBox.jsx -> dist/components/CategoryBox.js src/ActivityComponents/react-spreadsheet-component/row.js -> dist/ActivityComponents/react-spreadsheet-component/row.js ✨ Done in 7.79s. src/components/CenteredImg.jsx -> dist/components/CenteredImg.js ✨ Done in 8.45s. src/Examples.jsx -> dist/Examples.js ✨ Done in 8.08s. src/index.js -> dist/index.js ✨ Done in 7.80s. src/index.js -> dist/index.js src/ImgBis.jsx -> dist/ImgBis.js src/components/ImageBox.jsx -> dist/components/ImageBox.js ✨ Done in 7.99s. src/meta.js -> dist/meta.js src/NavigationBar.jsx -> dist/NavigationBar.js ✨ Done in 8.09s. src/components/ThumbList.jsx -> dist/components/ThumbList.js ✨ Done in 7.95s. src/Presentation.jsx -> dist/Presentation.js src/components/TopBar.jsx -> dist/components/TopBar.js src/components/UploadBar.jsx -> dist/components/UploadBar.js ✨ Done in 8.12s. ✨ Done in 8.44s. ✨ Done in 8.51s. src/StyledComponents.js -> dist/StyledComponents.js src/components/UploadDragDrop.jsx -> dist/components/UploadDragDrop.js ✨ Done in 8.39s. src/ActivityComponents/react-spreadsheet-component/spreadsheet.js -> dist/ActivityComponents/react-spreadsheet-component/spreadsheet.js ✨ Done in 8.31s. src/components/WebcamInterface.jsx -> dist/components/WebcamInterface.js src/TestPart/Correction.js -> dist/TestPart/Correction.js src/DashboardComponents/CountChart.jsx -> dist/DashboardComponents/CountChart.js ✨ Done in 8.62s. src/components/ZoomView.jsx -> dist/components/ZoomView.js src/config.js -> dist/config.js src/TestPart/ModalSubmit.jsx -> dist/TestPart/ModalSubmit.js src/index.js -> dist/index.js src/TestPart/ResponsePanel.jsx -> dist/TestPart/ResponsePanel.js src/meta.js -> dist/meta.js src/EnhancedForm.js -> dist/EnhancedForm.js src/utils.js -> dist/utils.js src/TestPart/Switch.jsx -> dist/TestPart/Switch.js src/ImageReload.js -> dist/ImageReload.js src/TestPart/Test.jsx -> dist/TestPart/Test.js src/tests/index.js -> dist/tests/index.js src/ReactiveText.js -> dist/ReactiveText.js src/config.js -> dist/config.js src/index.js -> dist/index.js ✨ Done in 8.77s. src/mergeFun.js -> dist/mergeFun.js src/TextInput.js -> dist/TextInput.js src/TimedComponent.js -> dist/TimedComponent.js src/URLtoFile.js -> dist/URLtoFile.js src/tests/cleanEmptyCols.js -> dist/tests/cleanEmptyCols.js src/tests/dataStructureTools.js -> dist/tests/dataStructureTools.js src/tests/generateReactiveFn.js -> dist/tests/generateReactiveFn.js src/tests/index.js -> dist/tests/index.js ✨ Done in 9.16s. src/tests/socStructTools.js -> dist/tests/socStructTools.js src/cleanEmptyCols.js -> dist/cleanEmptyCols.js src/colorRange.js -> dist/colorRange.js src/dataStructureTools.js -> dist/dataStructureTools.js src/generateReactiveFn.js -> dist/generateReactiveFn.js src/highlightSubstring.js -> dist/highlightSubstring.js src/index.js -> dist/index.js src/msToString.js -> dist/msToString.js src/resizeDataURL.js -> dist/resizeDataURL.js src/socstructTools.js -> dist/socstructTools.js src/strfTime.js -> dist/strfTime.js src/types.js -> dist/types.js src/unrollProducts.js -> dist/unrollProducts.js ✨ Done in 10.32s.
  2. Then running meteor

[[[[[ ~/dev/FROG/frog ]]]]]

=> Started proxy.

Unable to resolve some modules:

"bufferutil" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/BufferUtil.js (os.osx.x86_64) "utf-8-validate" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/Validation.js (os.osx.x86_64) "hiredis" in /Users/aperritano/dev/FROG/frog/node_modules/redis-parser/lib/hiredis.js (os.osx.x86_64)

If you notice problems related to these missing modules, consider running:

meteor npm install --save bufferutil utf-8-validate hiredis

=> Started MongoDB.
W20171204-14:45:29.319(-6)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt. W20171204-14:45:29.397(-6)? (STDERR) While this implementation will work correctly, it is known to be W20171204-14:45:29.397(-6)? (STDERR) approximately three times slower than the native implementation. W20171204-14:45:29.397(-6)? (STDERR) In order to use the native implementation instead, run W20171204-14:45:29.397(-6)? (STDERR) W20171204-14:45:29.397(-6)? (STDERR) meteor npm install --save bcrypt W20171204-14:45:29.398(-6)? (STDERR) W20171204-14:45:29.398(-6)? (STDERR) in the root directory of your application. I20171204-14:45:29.611(-6)? server/share-db-manager.js(34:4) Running shareDB server => Started your app.

=> App running at: http://localhost:3000/

  1. Then localhost:3000/xyz3?login=peter

screen shot 2017-12-04 at 2 47 57 pm

aperritano commented 6 years ago

is this related to the unresolved modules issue?

Unable to resolve some modules:

"bufferutil" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/BufferUtil.js (os.osx.x86_64) "utf-8-validate" in /Users/aperritano/dev/FROG/frog/node_modules/ws/lib/Validation.js (os.osx.x86_64) "hiredis" in /Users/aperritano/dev/FROG/frog/node_modules/redis-parser/lib/hiredis.js (os.osx.x86_64)

and the FROG UTILS issue:

npm ERR! code E404 npm ERR! 404 Not Found: frog-utils@1.0.0

aperritano commented 6 years ago

Should the frog utils problem be spawned into a separate issue?

houshuang commented 6 years ago

There is no frog-utils problem, you should not use npm with FROG. This is mentioned at some places in the documentation - perhaps should be mentioned in more places. Feel free to do specific PRs to improve documentation.

juancarlosfarah commented 6 years ago

I'm having the same issue. I logged in without the "slug" and now even with localhost:3000/xyz3?login=peter or just the home page, I get "No session specified". How can I reset the cookie/session/cache?

juancarlosfarah commented 6 years ago

Note I didn't use npm, I just followed the instructions as before.

juancarlosfarah commented 6 years ago

I've restarted meteor and I still get the same issue.

houshuang commented 6 years ago

Hi, not sure exactly what the problem is - if you want to switch session, you just type in the new session slug. If you want to switch student you do antoher ?login=studentname. I'm around until 5PM if you want to drop by for a quick troubleshooting session.

On Mon, Jun 4, 2018 at 3:08 PM, Juan Carlos Farah notifications@github.com wrote:

I've restarted meteor and I still get the same issue.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/chili-epfl/FROG/issues/720#issuecomment-394348128, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwh4qmY8Be62fY8VkWNizvyzmOWCM5ks5t5TE3gaJpZM4Q1Ah2 .

-- http://reganmian.net/blog -- Random Stuff that Matters

juancarlosfarah commented 6 years ago

Just created a new issue (#1178) in case it's not related to the aforementioned one. Will try to reproduce it on my laptop so that I can pop by.