orizens / echoes

Echoes is a media player based on youtube which provides a great user experience (no ads!). Overall, it's a web application that is based on angular.js & bootstrap.
http://orizens.github.io/echoes/index.html
MIT License
336 stars 69 forks source link

Website breaks on Chromium #93

Open bilalba opened 8 years ago

bilalba commented 8 years ago

The website breaks. Running on Chromium Version 43.0.2357.81 Ubuntu 14.04 (64-bit)

screenshot from 2016-06-23 07 41 26

orizens commented 8 years ago

hi @bilalba can you paste the error from the console?

bilalba commented 8 years ago

TypeError: Object.assign is not a function at new e (app.206c2b1bd319203d393b.bundle.js:2) at Object.o as invoke at $get.l.instance (vendors.7e374db17656584597d4.vendors.js:27) at d (vendors.7e374db17656584597d4.vendors.js:27) at vendors.7e374db17656584597d4.vendors.js:27 at o (vendors.7e374db17656584597d4.vendors.js:28) at vendors.7e374db17656584597d4.vendors.js:28 at h.$get.h.$eval (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$digest (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$apply (vendors.7e374db17656584597d4.vendors.js:28)

TypeError: Object.assign is not a function at new e (app.206c2b1bd319203d393b.bundle.js:2) at Object.o as invoke at $get.l.instance (vendors.7e374db17656584597d4.vendors.js:27) at d (vendors.7e374db17656584597d4.vendors.js:27) at vendors.7e374db17656584597d4.vendors.js:27 at o (vendors.7e374db17656584597d4.vendors.js:28) at vendors.7e374db17656584597d4.vendors.js:28 at h.$get.h.$eval (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$digest (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$apply (vendors.7e374db17656584597d4.vendors.js:28)

TypeError: Object.assign is not a function at new e (app.206c2b1bd319203d393b.bundle.js:3) at Object.o as invoke at $get.l.instance (vendors.7e374db17656584597d4.vendors.js:27) at d (vendors.7e374db17656584597d4.vendors.js:27) at vendors.7e374db17656584597d4.vendors.js:27 at o (vendors.7e374db17656584597d4.vendors.js:28) at vendors.7e374db17656584597d4.vendors.js:28 at h.$get.h.$eval (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$digest (vendors.7e374db17656584597d4.vendors.js:28) at h.$get.h.$apply (vendors.7e374db17656584597d4.vendors.js:28)

orizens commented 8 years ago

hi @bilalba chromium can be very buggy as the website dictates: https://download-chromium.appspot.com/ I tested the website on chromium v53.0.2781.0 , on mac. it works well:

screen shot 2016-06-26 at 9 23 38 pm