EverythingSuckz / TG-FileStreamBot

A telegram bot that will give instant stream links for telegram files without the need of waiting till the download completes.
GNU Affero General Public License v3.0
1.26k stars 1.27k forks source link

Unable to access the provided link. #133

Closed stunzz closed 7 months ago

stunzz commented 8 months ago

I used docker-compose.yml to install the bot. Everything worked as expected. Forwarded a file to the bot, it gave me a link; which is inaccessible. I am providing you my yml file. Please help.

version: "3.5"

services:
  fsb:
    build: .
    restart: unless-stopped
    container_name: fsb
    environment:
      - API_ID=218XXXXX
      - API_HASH=5e734e8fbc0dc811bXXXXXXXXXX
      - BOT_TOKEN=6486062146:AAGIqXXXXXXXXXXXX
      - BIN_CHANNEL=-1002143533691
      - PORT=8086
      - FQDN=182.250.188.172
    ports:
      - "172.17.0.1:8086:8000"

On the browser it says Site is not reachable.

EverythingSuckz commented 8 months ago

Hi @stunzz, You'll have to make sure that the server port is open and the port is specifically included in the generated links. This project don't make the server links work on the go. Try setting NO_PORT=false to add ports to your generated links.

stunzz commented 7 months ago

Working perfectly.

akborana3 commented 7 months ago

Sir same issue and my port open 8080