Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  6 years ago 

Thank you for your contribution.

  1. there is a extra '1' at the shuffle function and you might consider using e.g. underscore to avoid re-inventing the wheel.
  2. Session.get('uploadEndpoint') === 'uploader.oneloved.tube' could be extracted as it appears more than once. The endpoint and the corresponding handler could be refactored.
  3. comparing the error message e.g. here is not a good idea. You could use error code instead.
  4. jslint/eslint prefers semi-colons.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Chat with us on Discord.

[utopian-moderator]

Thank you for your review, @justyy! Keep up the good work!

hey thanks for everything you do for the platform man!

Nice job!

your efforts are appreciated

Hey, @techcoderx!

Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Thank you for attempting to explain this but to us new people to the platform we still dont really understand. Is there something wrong with the code that connects Dtube to Steem and by selecting "uploader.oneloved.tube" fixes that. Is that what your trying to say in lamens terms? If we dont select anything it will keep giving us the error. Als if we pick "cluster.d.tube" what happens then? I'm sorry but I am pretty new here and they keep making changes so it is hard to keep up. Thanks for your post I kinda understood it but I still don't understand what it means or does.

The whole point of having alternative uploaders is to have redundancy so that if an upload server goes down for any reason, there are still other servers (owned by different people) to upload to. @onelovedtube offers a paid IPFS hosting service that enables users to pin their videos through a Discord bot (for videos uploaded to DTube's servers), or a direct upload through the uploader (uploader.oneloved.tube). Videos pinned to our servers are playable indefinitely (as long as the file is available on the IPFS network).

cluster.d.tube is DTube's endpoint for their official upload servers, which is the default if nothing is selected.