fabston / TradingView-Webhook-Bot

📊 Send TradingView alerts to Telegram, Discord, Slack, Twitter and Email.
MIT License
1.22k stars 387 forks source link

issue when launch #75

Closed philobbe closed 2 years ago

philobbe commented 2 years ago

I have this issue I configured config.py with for discord discord_webhook = 'https://discord.com/api/webhooks/8395932854xxxxxxxxxxxx/MBB7FhOiGxJxxxxxxxxxxxxxxxx' Do I need to configure something in main.py ? Thanks

pi@raspberrypi:~/botdiscord/TradingView-Webhook-Bot $ python main.py Traceback (most recent call last): File "main.py", line 46, in <module> serve(app, host="0.0.0.0", port=80) File "/home/pi/.local/lib/python3.8/site-packages/waitress/__init__.py", line 13, in serve server = _server(app, **kw) File "/home/pi/.local/lib/python3.8/site-packages/waitress/server.py", line 78, in create_server last_serv = TcpWSGIServer( File "/home/pi/.local/lib/python3.8/site-packages/waitress/server.py", line 244, in __init__ self.bind_server_socket() File "/home/pi/.local/lib/python3.8/site-packages/waitress/server.py", line 361, in bind_server_socket self.bind(sockaddr) File "/home/pi/.local/lib/python3.8/site-packages/waitress/wasyncore.py", line 396, in bind return self.socket.bind(addr) PermissionError: [Errno 13] Permission denied

philobbe commented 2 years ago

please can you help me I didn't found the problem...

fabston commented 2 years ago

Hi there,

I have currently no time in helping open issues. Sorry about that.

fabston commented 2 years ago

As arrived, a VPS is recommended. Regardless of time I’m no supporting RPi setups.

philobbe commented 2 years ago

ok thanks anyway for answering

philobbe commented 2 years ago

I think I found the problem...I cannot use any port below 1024 without admin rights so I changed it to 8000 and it seems It works...

github-actions[bot] commented 2 years ago

It looks like this has been idle a while, so I am marking it as stale. Remove the label or comment if this issue should remain open.