You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an S3-compatible API for storage. When trying to post to Twitter, I get this error:
[ "filesize(): stat failed for https://s3.us-east-005.backblazeb2.com/doublewordlabs-mixpost-storage/08-2024/jZCuVBRD72xETfX87c50JTc3TljF45WaQBajeHHS.mp4" ]
It looks like the calling function actually passes the total_bytes parameter, so it may be fixed by not making the filesize() call if total_bytes was already passed in through $parameters
Modifique o código para verificar se o parâmetro total_bytes está presente antes de chamar filesize(). Se total_bytes já estiver definido, pule a chamada para filesize().
Steps to reproduce the problem
I am using an S3-compatible API for storage. When trying to post to Twitter, I get this error:
Link to the file
According to the PHP docs, under the hood this uses the HTTP wrapper, which does not support
stat()
Expected behaviour
I can post a video to Twitter
Actual behaviour
I cannot post a video to Twitter
Detailed description
No response
Specifications
Mixpost Lite 1.71.0
The text was updated successfully, but these errors were encountered: