xtrime-ru / TelegramRSS

Convert telegram posts to RSS or json in amphp server
https://tg.i-c-a.su
MIT License
229 stars 40 forks source link

Multiple sessions detected. Specify which session to use. See README for examples. #10

Open chrismk opened 3 years ago

chrismk commented 3 years ago

How to deal with it?

xtrime-ru commented 3 years ago

Hi!

TelegramRSS does not support TelegramApiServer with multiple sessions. You need run TelegramApiServer with single session. You can define session in --session parameter, or leave only one session file in /sessions folder.

You can run multiple instances of TelegramApiServer on different ports if you need multiple sessions.