Closed OhMGod-Dude closed 2 years ago
You fixed it yourself?
Memory quota exceeded
means that you are using too much memory for Heroku, reduce the hash of the engine to get rid of the warning.
It sounds like there are problems with the book. Is there anything in the logs when BotLi stops playing?
However, your deployment to Heroku is not working anymore since a few commits. Dockerfile#L17 breaks your Dockerfile. It is a duplicate of line 9 and results in an error. As it says in your GitHub Actions every time.
thanks torom it worked!!!!!!!!
thank you for your time
here
2022-07-12T07:57:15.143290+00:00 app[worker.1]: Traceback (most recent call last):
2022-07-12T07:57:15.143306+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/requests/adapters.py", line 489, in send
2022-07-12T07:57:15.143544+00:00 app[worker.1]: resp = conn.urlopen(
2022-07-12T07:57:15.143568+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
2022-07-12T07:57:15.143862+00:00 app[worker.1]: retries = retries.increment(
2022-07-12T07:57:15.143887+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/urllib3/util/retry.py", line 550, in increment
2022-07-12T07:57:15.144130+00:00 app[worker.1]: raise six.reraise(type(error), error, _stacktrace)
2022-07-12T07:57:15.144153+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/urllib3/packages/six.py", line 769, in reraise
2022-07-12T07:57:15.144459+00:00 app[worker.1]: raise value.with_traceback(tb)
2022-07-12T07:57:15.144482+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
2022-07-12T07:57:15.144756+00:00 app[worker.1]: httplib_response = self._make_request(
2022-07-12T07:57:15.144779+00:00 app[worker.1]: File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 449, in _make_request
2022-07-12T07:57:15.145001+00:00 app[worker.1]: six.raise_from(e, None)
2022-07-12T07:57:15.145024+00:00 app[worker.1]: File "
the error
Not sure what happened there. For some reason the connection to Lichess broke. Does this happen frequently?
yes
I have no idea. I've never seen this error before and it doesn't make sense should it occur frequently. It can also only occur when someone enters a command in the chat.
k
I have been using botli yesterday and in the logs it shows 2022-07-12T01:48:23.480452+00:00 heroku[worker.1]: Process running mem=635M(124.1%) 2022-07-12T01:48:23.486168+00:00 heroku[worker.1]: Error R14 (Memory quota exceeded) And another issue is i have created my own book and i have uploaded to engines in my fork and when i start the dynos it takes a really long time and Bot immediately stops after using the book.My problem is without a book its ok but when i use my book engine automatically stops.How to fix this issue???