Phil Miesle

Results 25 comments of Phil Miesle

@ogabrielluiz I don't quite follow your comment, though I'm keen to figure out how to progress this PR somehow. I note in `FileComponent` the use of `parse_text_file_to_data` which itself uses...

I've worked around this by stopping Langflow, going into the sqlite database command line, and deleting: ``` delete from 'transaction' where flow_id = 'e57cdc407439432cb448d7b4a5f1eb59'; delete from flow where id =...

This issue does not reproduce on v1.0.15 (just released).

@ogabrielluiz I don't know what's going on with `autofix.ci` which has added [1b5c333](https://github.com/langflow-ai/langflow/pull/4949/commits/1b5c333bf2e32614fefbd487c61ade3613a00991) - this youtube transcript is not part of this PR, but I can't figure out how to...

Fixed with https://github.com/langflow-ai/langflow/pull/3170

@dosu passing in different values for `session_id` does not change the `stream_url` in any way, nor is it required to pass in `session_id` on the `GET` to consume stream tokens.

Will modify to keep signature of `data_to_text` as `-> str` only.

@ogabrielluiz this should now be gtg from my perspective.

I suspect the problem is in how the Data object is deserializing the result: ``` response = await client.request(method, url, headers=headers, json=data, timeout=timeout) try: result = response.json() except Exception: #...

This issue might be isolated to the UI; I have passed it through to the DB as-is and the property looks correct (numbers stored as numbers)...