Max DeVos

Results 13 comments of Max DeVos

Have you tried a different port? Is another application using port 5050? Try running the following command and sending back the results. ``` sudo netstat -tulpn | grep LISTEN ```

@DavidCano98 kindly pointed out to me that there is a way to access the subreddit status trivially through a GET request. I will be updating this pull request accordingly.

I have updated the original pull request message to match the new code. It is ready to be merged.

I see a number of changes have been made to the main branch, breaking this PR's ability to merge. I am working on catching it up to date.

I have locally merged my code with the latest code on ``origin/main``. @Tanza3D, please consider merging this in, it would be an enormous leap in functionality for the site.

I was just going to add an issue for this too. I will look into trying to implement it.

Done. See [pull request 76](https://github.com/Tanza3D/reddark/pull/76)

You need to increase the value on line 184 of ``main.js``. **Before** ```javascript }, delay); delay += 0; } } } ``` **After** ```javascript }, delay); delay += 100; }...

@DavidCano98 I am profoundly stupid. Thank you for pointing this out. 1 minute of googling vs an hour of writing scraping code

It's a persistent problem that I have noticed across many subreddits. I suspect that @Tanza3D's IP has been blocked by reddit and the database has stopped updating.