bylli79
bylli79
I have the same problem too. There are updates? Thank you
> I've found the solution [here](https://community.rhasspy.org/t/picovoice-offline-voice-ai-engine-gets-free-tier-for-up-to-3-users/3328/8) Would it be possible to commit with this fix?
My steps should be: 1 copy of fingerprint from server to client 2 generation patch on client 3 copy of the patch on the server I think this is the...
if I use this code $sampleContent = $objectManager->create(\Magento\Downloadable\Api\Data\File\ContentInterfaceFactory::class)->create(); $sampleContent->setFileData( @codingStandardsIgnoreLine base64_encode(file_get_contents( '/var/www/html/jellyfish_1_3.pdf')) ); $sampleContent->setName('jellyfish_1_3.pdf'); $sampleContent->setType('application/octet-stream'); $upload =$objectManager->create(LizardMedia\ProductAttachment\Api\Data\File\ContentUploaderInterface::class); $upload->upload($sampleContent,"file"); I get the following error: PHP Fatal error: Uncaught Magento\Framework\Exception\RuntimeException: Type Error...