Hi! I've just both built the dev version of the app and installed one from Chrome Web Store, and in both of them, when I hit 'Get questions', nothing happens. Anki is connected, I followed the instructions on the 'Options' page.
This is what I get from the server in the meantime:
$ python app/api.py --run_mode local
/opt/miniconda3/envs/memorai/lib/python3.7/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator GaussianNB from version 0.20.3 when using version 0.22.2. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
INFO: Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
INFO: Started reloader process [12574]
/opt/miniconda3/envs/memorai/lib/python3.7/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator GaussianNB from version 0.20.3 when using version 0.22.2. This might lead to breaking code or invalid results. Use at your own risk.
UserWarning)
INFO: Started server process [12578]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553825995 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553827061 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553828163 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553830191 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553834272 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553838916 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553839966 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553841026 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553842314 HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:50367 - "GET /sockjs-node/info?t=1601553843096 HTTP/1.1" 404 Not Found
(and on)
hey @utanashati many thanks for reporting. Our old domain had an expired cert. We're now using the Humanloop platform directly and are updating the chrome store package. This should all be fixed.
Hi! I've just both built the dev version of the app and installed one from Chrome Web Store, and in both of them, when I hit 'Get questions', nothing happens. Anki is connected, I followed the instructions on the 'Options' page.
This is what I get from the server in the meantime:
Do you guys know what the problem might be?
PS. I'm on macOS 10.15.4.