Problema cuando le meto estacion de origen #4
-
Cuando le pongo al bot de telegram la estacion de origen, no me contesta y en la terminal me da varios problemas, espero que me podais ayudar, adjunto fotos |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
Hola! Claro, con mucho gusto.
Dime si te ha servido e intentaré ayudarte a solucionarlo. |
Beta Was this translation helpful? Give feedback.
-
Todos los logs estan vacios
El mar, 10 oct 2023 a las 15:44, Enrique Martinez ***@***.***>)
escribió:
… Me aparece vacío al descargarlo, prueba a abrirlo y pegar el contenido aquí
—
Reply to this email directly, view it on GitHub
<#4 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5R4UWW2KM4CVUZXVEQML3DX6VGM3AVCNFSM6AAAAAA5V2VCPOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENBRGM3TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hace por abrirse una pestaña pero se cierra y da el error que te he mandado
antes
El mar, 10 oct 2023 a las 16:18, Enrique Martinez ***@***.***>)
escribió:
… Vaya, que faena. Se abre el Chrome al menos y puedes ver cómo intenta
buscar los billetes?
—
Reply to this email directly, view it on GitHub
<#4 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5R4UWVAZT4L6R333J4OO2LX6VKLXAVCNFSM6AAAAAA5V2VCPOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENBRG43TM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
[image: image.png]
El mar, 10 oct 2023 a las 16:30, Enrique Martinez ***@***.***>)
escribió:
… He conseguido reproducir un error, pero el que me estabas pasando tiene la
traza de error cortada, intenta pegar el texto completo.
Aquí está la mía, y parece que es porque mi Google Chrome tiene una
versión distinta que Chromedriver (el programa que se encarga de manejar el
navegador), ¿te aparece a ti también este error?
Traceback (most recent call last):
File "/home/emartinez/renfe-bot/bot/renfebot.py", line 211, in search_trains
watcher = Watcher(watcher_params["origin_station"], watcher_params["destination_station"], \
File "/home/emartinez/renfe-bot/bot/watcher.py", line 17, in __init__
self.scraper = RenfeScraper()
[...]
selenium.common.exceptions.SessionNotCreatedException: Message: session
not created:
*This version of ChromeDriver only supports Chrome version 114 Current
browser version is 117.0.5938.92 with binary path /usr/bin/google-chrome*
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/emartinez/renfe-bot/bot/renfebot.py", line 231, in <module>
bot.polling()
File "/home/emartinez/renfe-bot/.venv/lib/python3.10/site-packages/telebot/__init__.py", line 1043, in polling
self.__threaded_polling(non_stop=non_stop, interval=interval, timeout=timeout, long_polling_timeout=long_polling_timeout,
File "/home/emartinez/renfe-bot/.venv/lib/python3.10/site-packages/telebot/__init__.py", line 1118, in __threaded_polling
raise e
File "/home/emartinez/renfe-bot/.venv/lib/python3.10/site-packages/telebot/__init__.py", line 1074, in __threaded_polling
self.worker_pool.raise_exceptions()
File "/home/emartinez/renfe-bot/.venv/lib/python3.10/site-packages/telebot/util.py", line 147, in raise_exceptions
raise self.exception_info
File "/home/emartinez/renfe-bot/.venv/lib/python3.10/site-packages/telebot/util.py", line 90, in run
task(*args, **kwargs)
File "/home/emartinez/renfe-bot/bot/renfebot.py", line 125, in get_filter
search_trains(message, user_params)
File "/home/emartinez/renfe-bot/bot/renfebot.py", line 217, in search_trains
watcher.driver.quit()
UnboundLocalError: local variable 'watcher' referenced before assignment
—
Reply to this email directly, view it on GitHub
<#4 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5R4UWW3GUS67J3JEFRPIALX6VLZLAVCNFSM6AAAAAA5V2VCPOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENBRHEZDQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Me ocurre lo mismo, no consigo hacerlo funcionar. Sigue funcionando o está desactualizado? |
Beta Was this translation helpful? Give feedback.
-
Hola @itzyeraycano @xxboostxx He actualizado el bot para que utilice otro mecanismo a la hora de buscar los billetes, he estado utilizándolo un par de meses y me ha funcionado perfectamente en Ubuntu / Debian, no tengo un equipo con Windows para poder probarlo pero debería funcionar. Seguid las nuevas instrucciones, instalad todas las dependencias del Si no os funciona, también tenéis una imagen de Docker que recopila todas las dependencias y corre el código en un container. Voy a cerrar el tema, si os encontráis algún bug a la hora de instalarlo o usándolo, podéis crear un issue para que lo investigue. Felices fiestas! |
Beta Was this translation helpful? Give feedback.
Hola @itzyeraycano @xxboostxx
He actualizado el bot para que utilice otro mecanismo a la hora de buscar los billetes, he estado utilizándolo un par de meses y me ha funcionado perfectamente en Ubuntu / Debian, no tengo un equipo con Windows para poder probarlo pero debería funcionar.
Seguid las nuevas instrucciones, instalad todas las dependencias del
requirements.txt
y también las de playwright conplaywright install
yplaywright install-deps
.Si no os funciona, también tenéis una imagen de Docker que recopila todas las dependencias y corre el código en un container. Voy a cerrar el tema, si os encontráis algún bug a la hora de instalarlo o usándolo, podéis crear un issue para que lo inv…