adityathebe / telegramForwarder

Telegram bot to forward messages
162 stars 116 forks source link

error: You are not registered. Please send /start to register #32

Closed s-ahmadzadeh closed 3 years ago

s-ahmadzadeh commented 3 years ago

when I want to use bot as explained in help. but it shows an error that says: You are not registered. Please send /start to register

  1. /start Welcome to MultiFeed Bot! 🔥 Send /help to get usage instructions
  2. /help 3./add @es_channel1 @es_channel2 Capture
adityathebe commented 3 years ago

For whatever reason, that I am unaware of, telegram sometime returns a different user id.

The user ID saved to your database is different than what you have now.

A quick fix would be to delete your user from the database and try again with the /start command

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

computeronix commented 3 years ago

I was encountering this too and after investigating, the users table was blank when I would issue /start from my test TG user account. No errors appeared.

The problem is if the username is blank then the program doesn't insert anything into the users table

workaround: add a username

however this will want to be reviewed for users that don't want to add a username to their TG account

adityathebe commented 3 years ago

Thank you

Fixed here: https://github.com/adityathebe/telegramForwarder/commit/bbee21eeecd9d02b426f47690a8479122ebd4660

ruimartins21 commented 3 years ago

Does anyone know I can get the source link? Because I'm trying to find the link of the private group that I'm in, and as I'm not the administrator I cant see the link.

Source : link to the channel to forward messages FROM(no admin permissions required)

adityathebe commented 3 years ago

Does anyone know I can get the source link? Because I'm trying to find the link of the private group that I'm in, and as I'm not the administrator I cant see the link.

Source : link to the channel to forward messages FROM(no admin permissions required)

https://github.com/adityathebe/telegramForwarder/issues/36