-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stuck at upload() #106
Comments
After some investigation and logging on debug I see the upload command results in error -1. Anyone has some info on this? DEBUG:samsungtvws.connection:SamsungTVWS websocket command: {"method": "ms.channel.emit", "params": {"event": "art_app_request", "to": "host", "data": "{"request": "send_image", "file_type": "png", "conn_info": {"d2d_mode": "socket", "connection_id": 2825700145, "id": "3d99854f-a8cf-4971-afd6-058b7151da16"}, "image_date": "2022:04:06 08:52:23", "matte_id": "modern_apricot", "file_size": 16123877, "id": "3d99854f-a8cf-4971-afd6-058b7151da16"}"}} DEBUG:samsungtvws.connection:SamsungTVWS websocket event: {'data': '{"id":"3d99854f-a8cf-4971-afd6-058b7151da16","event":"error","request_data":"{\"request\": \"send_image\", \"file_type\": \"png\", \"conn_info\": {\"d2d_mode\": \"socket\", \"connection_id\": 2825700145, \"id\": \"3d99854f-a8cf-4971-afd6-058b7151da16\"}, \"image_date\": \"2022:04:06 08:52:23\", \"matte_id\": \"modern_apricot\", \"file_size\": 16123877, \"id\": \"3d99854f-a8cf-4971-afd6-058b7151da16\"}","error_code":"-1","target_client_id":"ada14710-7e2e-47bb-885b-1715512a2d40"}', 'event': 'd2d_service_message', 'from': '83a74979-99b1-41c6-96b4-a463bcfc2bdd'} |
Hi @vandenbrakel, have you managed this mess ? |
same here. got here by way of a couple other projects using this as a dep. |
Hi. |
My code works perfectly on a newer Frame running firmware version 2401, however, I have the same issue as above on a Frame 65" 2019 model running firmware 1401, the latest version for this model. |
Interesting,
Can you share your working code?
Op di 31 jan. 2023 om 11:42 schreef Thomas Murray ***@***.***
…:
My code works perfectly on a newer Frame running firmware version 2401,
however, I have the same issue as above on a Frame 65" 2019 model running
firmware 1401, the latest version for this model.
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2HB2UZP3A5MP7R6EEIEXLWVDUARANCNFSM5R6J4W3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This is a snippet of code, I'm going to unsplash then downloading a new photo each day and uploading to the Frame and deleting the previous.
|
I created a quick PR to not remain stuck forever on the error and exit eagerly |
I've had the same issue with a hang-up on uploading an image, and it failed both using xchwarze's as well as thypon's forks. However, it did work fine with the fork I took from https://github.com/NickWaterton/samsung-tv-ws-api. My Frame's FW version is 1640.9. |
Hi Thanks for the Frame Support!
I'm testing the upload function on an Rpi. When uploading a png, it seems just stuck from there.
I have logging on info, but no output so far.
Anything I can do / test to get more info on progress etc?
The text was updated successfully, but these errors were encountered: