Giter Club home page Giter Club logo

Comments (7)

HasibulKabir avatar HasibulKabir commented on July 20, 2024 4

@IamJithendra there is a solve for that problem. but you don't like that. You can remove progress bar to solve that problem.

from anydlbot.

IamJithendra avatar IamJithendra commented on July 20, 2024 1

@cu713p13 it looks like weird

from anydlbot.

SpEcHiDe avatar SpEcHiDe commented on July 20, 2024

you can try by providing the traceback so that i can understand the issue?

from anydlbot.

IamJithendra avatar IamJithendra commented on July 20, 2024

2019-11-08T09:12:25.019449+00:00 app[worker.1]: r = await self.session.send(data, retries, timeout)
2019-11-08T09:12:25.019452+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 420, in send
2019-11-08T09:12:25.019453+00:00 app[worker.1]: return await self.send(data, retries - 1, timeout)
2019-11-08T09:12:25.019455+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 409, in send
2019-11-08T09:12:25.019457+00:00 app[worker.1]: return await self._send(data, timeout=timeout)
2019-11-08T09:12:25.019460+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 393, in _send
2019-11-08T09:12:25.019462+00:00 app[worker.1]: RPCError.raise_it(result, type(data))
2019-11-08T09:12:25.019464+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/errors/rpc_error.py", line 84, in raise_it
2019-11-08T09:12:25.019466+00:00 app[worker.1]: is_unknown=False)
2019-11-08T09:12:25.019468+00:00 app[worker.1]: pyrogram.errors.exceptions.bad_request_400.MessageNotModified: [400 MESSAGE_NOT_MODIFIED]: The message was not modified (caused by "messages.EditMessage")
2019-11-08T09:14:04.159601+00:00 app[worker.1]: 2019-11-08 09:14:04,159 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): chatbase.com:443
2019-11-08T09:14:04.437577+00:00 app[worker.1]: 2019-11-08 09:14:04,437 - urllib3.connectionpool - DEBUG - https://chatbase.com:443 "POST /api/message HTTP/1.1" 200 44
2019-11-08T09:17:07.635404+00:00 app[worker.1]: 2019-11-08 09:17:07,635 - root - INFO - NetWorkerTask started
2019-11-08T09:17:07.635948+00:00 app[worker.1]: 2019-11-08 09:17:07,635 - root - INFO - NetWorkerTask started
2019-11-08T09:17:07.636353+00:00 app[worker.1]: 2019-11-08 09:17:07,636 - root - INFO - NetWorkerTask started
2019-11-08T09:17:09.088232+00:00 app[worker.1]: 2019-11-08 09:17:09,086 - pyrogram.client.ext.dispatcher - ERROR - [400 MESSAGE_NOT_MODIFIED]: The message was not modified (caused by "messages.EditMessage")
2019-11-08T09:17:09.088253+00:00 app[worker.1]: Traceback (most recent call last):
2019-11-08T09:17:09.088256+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 409, in send
2019-11-08T09:17:09.088258+00:00 app[worker.1]: return await self._send(data, timeout=timeout)
2019-11-08T09:17:09.088260+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 391, in _send
2019-11-08T09:17:09.088262+00:00 app[worker.1]: raise TimeoutError
2019-11-08T09:17:09.088264+00:00 app[worker.1]: TimeoutError
2019-11-08T09:17:09.088266+00:00 app[worker.1]:
2019-11-08T09:17:09.088269+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
2019-11-08T09:17:09.088271+00:00 app[worker.1]:
2019-11-08T09:17:09.088273+00:00 app[worker.1]: Traceback (most recent call last):
2019-11-08T09:17:09.088275+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/client/ext/dispatcher.py", line 198, in update_worker
2019-11-08T09:17:09.088277+00:00 app[worker.1]: await handler.callback(self.client, *args)
2019-11-08T09:17:09.088279+00:00 app[worker.1]: File "/app/plugins/rename_file.py", line 69, in rename_doc
2019-11-08T09:17:09.088281+00:00 app[worker.1]: message_id=a.message_id
2019-11-08T09:17:09.088284+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/client/methods/messages/edit_message_text.py", line 84, in edit_message_text
2019-11-08T09:17:09.088286+00:00 app[worker.1]: **await self.parser.parse(text, parse_mode)
2019-11-08T09:17:09.088288+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/client/client.py", line 1385, in send
2019-11-08T09:17:09.088290+00:00 app[worker.1]: r = await self.session.send(data, retries, timeout)
2019-11-08T09:17:09.088292+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 420, in send
2019-11-08T09:17:09.088294+00:00 app[worker.1]: return await self.send(data, retries - 1, timeout)
2019-11-08T09:17:09.088296+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 409, in send
2019-11-08T09:17:09.088298+00:00 app[worker.1]: return await self._send(data, timeout=timeout)
2019-11-08T09:17:09.088300+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/session/session.py", line 393, in _send
2019-11-08T09:17:09.088302+00:00 app[worker.1]: RPCError.raise_it(result, type(data))
2019-11-08T09:17:09.088304+00:00 app[worker.1]: File "/app/.heroku/python/lib/python3.7/site-packages/pyrogram/errors/rpc_error.py", line 84, in raise_it
2019-11-08T09:17:09.088306+00:00 app[worker.1]: is_unknown=False)
2019-11-08T09:17:09.088309+00:00 app[worker.1]: pyrogram.errors.exceptions.bad_request_400.MessageNotModified: [400 MESSAGE_NOT_MODIFIED]: The message was not modified (caused by "messages.EditMessage")

from anydlbot.

IamJithendra avatar IamJithendra commented on July 20, 2024

Because of The message was not modified (caused by "messages.EditMessage") it stops at Document Downloaded Successfully. And not starting to upload

from anydlbot.

SpEcHiDe avatar SpEcHiDe commented on July 20, 2024

which code are you running, when this error came? Please provide link to your repository.

from anydlbot.

IamJithendra avatar IamJithendra commented on July 20, 2024

https://github.com/IamJithendra/AnyDLBot

from anydlbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.