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

Expanse isnt being updated #43

Open
Wildzin opened this issue Jan 15, 2024 · 4 comments
Open

Expanse isnt being updated #43

Wildzin opened this issue Jan 15, 2024 · 4 comments

Comments

@Wildzin
Copy link

Wildzin commented Jan 15, 2024

After importing my reddit csv files, docker has been running for the past week without updating expanse. I've tried restarting the docker container and it continues to import. There is maybe 50,000 links from all the cvs imported.

@aplotor
Copy link
Owner

aplotor commented Jan 16, 2024

what version are you on and can you provide error logs?

@Wildzin
Copy link
Author

Wildzin commented Jan 16, 2024

idk how to check the version but the docker logs for expanse-app-1 are
importing (500) (saved) items
importing (7) (hidden) items
importing (500) (created) items
importing (500) (upvoted) items
importing (500) (downvoted) items
ratelimit reached
StatusCodeError: 404 - {"message":"Not Found","error":404}
at new StatusCodeError (/app/backend/node_modules/request-promise-core/lib/errors.js:32:15)
at /app/backend/node_modules/request-promise-core/lib/plumbing.js:97:41
at tryCatcher (/app/backend/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/app/backend/node_modules/bluebird/js/release/promise.js:547:31)
at Promise._settlePromise (/app/backend/node_modules/bluebird/js/release/promise.js:604:18)
at Promise._settlePromiseCtx (/app/backend/node_modules/bluebird/js/release/promise.js:641:10)
at _drainQueueStep (/app/backend/node_modules/bluebird/js/release/async.js:97:12)
at _drainQueue (/app/backend/node_modules/bluebird/js/release/async.js:86:9)
at Async._drainQueues (/app/backend/node_modules/bluebird/js/release/async.js:102:5)
at Async.drainQueues [as _onImmediate] (/app/backend/node_modules/bluebird/js/release/async.js:15:14)
at process.processImmediate (node:internal/timers:476:21) {
statusCode: 404,
error: { message: 'Not Found', error: 404 },

@aplotor
Copy link
Owner

aplotor commented Jan 27, 2024

you can find the version on line 30 of your local expanse/compose.prod.yaml. if you are not on latest (1.2.12) please update and try again

@Wildzin
Copy link
Author

Wildzin commented Feb 28, 2024

The problem had to do with importing the csv file for upvotes and downvotes. Skipping the import of it expanse worked fine

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

2 participants