Fixed Error "Developer: invalid URL" when rebuilding DM embed metadata

Andy.N

Well-known member
Affected version
2.3.3
I was rebuilding some jobs when running into this issue. Rebuild direct message embed metadata
There are manual rebuild jobs awaiting completion. Continue running them.

Oops! We ran into some problems.​

  • Developer: invalid URL
  • Please enter a value for the required field 'url_hash'.
 
2.3.3 here as well. I'm getting this same error with the "Post embed metadata" rebuild.

Any clues on how to resolve that? Thanks!
 
I am getting the same error while rebuilding thumbnails.
Debugging it, it seems it is caused when bad URL is used within the IMG BB code. This fails XF\Entity\ImageProxy::verifyUrl regexp check (#^https?://#i) and causes the error
 
Works! I won't mention how many things I've tried to resolve this, I'd embarrass myself.

Thank you very much for the tip!
 
I solved the problem like this.
I deactivated the image and link proxy, and the optimization then ran without any problems.
After that I activated both again...
Solved. Thank you.
I disabled all addons and try to continue the rebuilding but the same issue. Glad that you found the issue.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.4).

Change log:
Ensure URLs are valid when analyzing image usage
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom