- AuthorPosts
- 2022-09-23 at 9:38 am #17288adrian petreanMember
Hello,
I try to merge images from a url source and I get an output error : Image URL MUST contain a filename extensions.
How can I solve this
Thanks.
2022-09-23 at 11:00 am #17289PatStaffHi Adrian
An URL requires an extension eg. Jpg
Example:
https://url/to/my/image.jpg <– extension
It will not work without extension.
Do your images have extensions?
Official MyDataMerge Team
2022-09-23 at 11:19 am #17290adrian petreanMemberNo, they don’t
The URL is without a .jpeg or other extension
2022-09-23 at 12:08 pm #17291PatStaffPlease try to open one of your URLs manually in the browser and add .png as extension. Does the image still Show up?
An example URL would be helpful. You can post in private by checking the appropriate checkbox here.
Official MyDataMerge Team
2022-09-23 at 12:16 pm #17292adrian petreanMemberThis reply has been marked as private.2022-09-23 at 12:29 pm #17293PatStaffHi Adrian
in the current version it will only work with file extension.
But: we’re currently working on the next update and there might be an improvement included to also accept URLs without file extension. I will re-check with the developers and get back to you with more information.
Official MyDataMerge Team
2022-09-23 at 12:33 pm #17294PatStaffGood news – There’s already an inbuilt toggle for the file extension check – here’s how to deactivate file extension check:
- Close MyDataMerge
- Open the terminal (Press CMD+SPACE, enter “Terminal”, press Enter)
- Copy & paste the following command and execute it
defaults write com.toolboxcode.mydatamerge imageDownloadFileExtensionValidation 0
- Restart MyDataMerge
- Check if it works for you and let us know
To enable it again repeat the above process but change the command:
defaults write com.toolboxcode.mydatamerge imageDownloadFileExtensionValidation 1
Official MyDataMerge Team
2022-09-23 at 12:43 pm #17299adrian petreanMemberIt doesn’t work the shortcut “command + space
I have the free version for now, it makes a difference?
2022-09-23 at 12:45 pm #17300PatStaffThe Terminal is a macOS application. CMD + SPACE just opens the macOS internal searchBar.
You can also go to Applications > Utilities and open the Terminal.app manually.Then follow the instructions from my previous post.
Official MyDataMerge Team
2022-09-23 at 1:07 pm #17301adrian petreanMemberit works. I will proceed with the purchase of the soft and let you know if I have some troubles.
Thanks
2022-09-23 at 1:17 pm #17302PatStaffGlad we could help. Just let us know if there’s anything else you need to know.
Official MyDataMerge Team
- AuthorPosts
- The topic ‘Image from URL Error’ is closed to new replies.