ThumbnailUrl field returns invalid image URL
Good morning
A week ago, I was getting the correct image address in response to a request:
https://demo.hosted.panopto.com/Panopto/Api/Docs/index.html#/Folders/Folders_GetSessions
But a few days ago, the value of the ThumbnailUrl field was supplemented with our domain and took the form:
Please tell me why our domain was added to the image address and how to return a valid address for this field (ThumbnailUrl)
below is the request and the full response that I am getting now
{
"Results": [
{
"Description": null,
"StartTime": "2022-09-12T08:48:02.28Z",
"Duration": 86.73299999999999,
"MostRecentViewPosition": 0.0,
"CreatedBy": {
"Id": "00000000-0000-0000-0000-000000000000",
"Username": null
},
"Urls": {
"ViewerUrl": "https://jamworks.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=572c5063-4f38-45ad-80c0-af0e00910703",
"EmbedUrl": null,
"ShareSettingsUrl": null,
"DownloadUrl": null,
"CaptionDownloadUrl": "https://jamworks.cloud.panopto.eu/Panopto/Pages/Transcription/GenerateSRT.ashx?id=572c5063-4f38-45ad-80c0-af0e00910703&language=English_GBR",
"EditorUrl": null,
},
"Folder": "99120a89-481d-4339-b700-af0e0090e2ef",
"FolderDetails": {
"Id": "99120a89-481d-4339-b700-af0e0090e2ef",
"Name": "LMS"
},
"PercentCompleted": null,
"Id": "572c5063-4f38-45ad-80c0-af0e00910703",
"Name": "c1v01[Introduction]-Introduction"
}
]
}
Comments
Hi Alex,
Thanks for sending this in. This is a bug that we had also identified, and we have a fix for this issue that should be released very soon.
In the meantime, you can always remove the first part of the URL returned, up to the second "https", which will result in the correct URL (i.e. remove "https://jamworks.cloud.panopto.eu/Panopto/").
Please let me know if you have any questions.
Thanks,
Kevin