voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

Traceback #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Logging in with the phone number and code is working, after that i get this:

Traceback (most recent call last): File "forwardgram.py", line 40, in start(config) File "forwardgram.py", line 18, in start for d in client.iter_dialogs(): File "C:\Users\Max\AppData\Local\Programs\Python\Python37-32\lib\site-packages\telethon\requestiter.py", line 84, in next return self.client.loop.run_until_complete(self.anext()) File "C:\Users\Max\AppData\Local\Programs\Python\Python37-32\lib\asyncio\base_events.py", line 584, in run_until_complete return future.result() File "C:\Users\Max\AppData\Local\Programs\Python\Python37-32\lib\site-packages\telethon\requestiter.py", line 59, in anext raise StopAsyncIteration StopAsyncIteration

voidbar commented 5 years ago

Do you have any dialogs open in your account?

ghost commented 5 years ago

Yes, including the ones i wanted to forward from/to

voidbar commented 5 years ago

Are you sure that you are trying to forward messages from channels rather then regular chats?

voidbar commented 5 years ago

Still waiting for your response

voidbar commented 5 years ago

Closing because of lack of response