v5 has issues playing videos
Solved
PeerTube
-
-
@stevespaw I also upgraded but because I'm not really using it yet I hadn't checked, but can confirm.
This video played fine before upgrading to v5, but now doesn't
-
@nebulon I see this error in mozilla console
Unhandled Promise rejection: JSON.parse: unexpected character at line 1 column 1 of the JSON data ; Zone: <root> ; Task: Promise.then ; Value: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data <empty string>
Clicking on the blue text on right to view the source in debugger:
console.error('Unhandled Promise rejection:', rejection instanceof Error ? rejection.message : rejection, '; Zone:', e.zone.name, '; Task:', e.task && e.task.source, '; Value:', rejection, rejection instanceof Error ? rejection.stack : undefined);
Also see these warnings:
Source map error: Error: request failed with status 404 Resource URL: https://video.uniteddiversity.coop/plugins/transcription/1.9.0/client-scripts/dist/client/index.js Source Map URL: index.js.map Source map error: Error: NetworkError when attempting to fetch resource. Resource URL: moz-extension://6d0c9912-3a4c-4867-9833-a0d2461617a4/model/static/DOMPurify/purify.min.js Source Map URL: purify.min.js.map Source map error: Error: request failed with status 404 Resource URL: https://video.uniteddiversity.coop/plugins/tv-streaming/1.1.4/client-scripts/dist/common-client-plugin.js Source Map URL: common-client-plugin.js.map Source map error: Error: request failed with status 404 Resource URL: https://video.uniteddiversity.coop/plugins/transcription/1.9.0/client-scripts/dist/client/index.js Source Map URL: index.js.map
-
-
@nebulon I did a brand new install of Cloudron and Peertube on Friday from scratch. Uploaded one video and had the issue. I then updated a working install and the same thing happened. No Video player appears. The Video is in the library and shows a thumbnail, but when you select it the metadata at is there and looks normal, but no Video Player. No error message.
I was waiting on the v5 and a new clean install to demo to a client. -
-