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
Vimeo\Upload\TusClientFactory::getTusClient(): Argument #2 ($url) must be of type string, null given, called in /var/task/vendor/vimeo/vimeo-api/src/Vimeo/Vimeo.php on line 599
We should solve it by either throw an exception, allow null or cast to string. I have too little knowledge in this process to know what's best but I can sure open a PR if someone decides which way to go.
The text was updated successfully, but these errors were encountered:
For an unknown reason I've got null as
upload_link
from Vimeo a few times.vimeo.php/src/Vimeo/Vimeo.php
Line 586 in d3c49b7
This breaks the code here:
vimeo.php/src/Vimeo/Vimeo.php
Line 599 in d3c49b7
We should solve it by either throw an exception, allow null or cast to string. I have too little knowledge in this process to know what's best but I can sure open a PR if someone decides which way to go.
The text was updated successfully, but these errors were encountered: