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 get temp paths appended to 'data/' at the start for the images and links in the report:
<a href="data/C:\Users\MATTG_~1\AppData\Local\Temp\tmp-9220h7bqnUI85EZx\EPUB\images\326261902_3fa36f548d.jpg"><img src="data/C:\Users\MATTG_~1\AppData\Local\Temp\tmp-9220h7bqnUI85EZx\EPUB\images\326261902_3fa36f548d.jpg" alt="cover-image, child against a wall"></a>
Using chrome on windows, this does a funky expansion to:
The file has been moved from the temp path, and I don't see the temp path in the json data for the images (there are temp paths for the audio, video and js).
At any rate, this would be the correct path:
data/EPUB/images/326261902_3fa36f548d.jpg
Again, this was from the CC Shared Culture book.
The text was updated successfully, but these errors were encountered:
I get temp paths appended to 'data/' at the start for the images and links in the report:
Using chrome on windows, this does a funky expansion to:
So only the alt text shows up in the report.
The file has been moved from the temp path, and I don't see the temp path in the json data for the images (there are temp paths for the audio, video and js).
At any rate, this would be the correct path:
Again, this was from the CC Shared Culture book.
The text was updated successfully, but these errors were encountered: