Vahid Vaezian
Vahid Vaezian
The issue with previous the PR was with line endings for images on Windows, which was messing up diffs.
Hi @rparrapy, not yet. Feel free to take a stab at it.
@acheong08 I'm getting a slightly different error. It's not related to the expired token, as my token is working fine. ```py from revChatGPT.V1 import Chatbot chatbot = Chatbot(config={"access_token": '***'}) prompt...
I have the same issue with the following URL: https://www.bcliquorstores.com/product-catalogue ```py from requests_html import HTMLSession, AsyncHTMLSession headers = { 'Host': 'www.bcliquorstores.com', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101...
@Porenutak Sorry, I hadn't noticed your comment. There are many different build orders. So a pre-built base doesn't work.
Hi @CesarVigario, thanks for the contribution. I'll review it soon.
I believe the root cause of the issue needs to be explored further. Maybe there is a simpler and more general solution to the issue. You mentioned >When the dashboard...
Keeping this open. The proposed solution is too ad-hoc. Need a more general approach.