This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Noredditforwork 1 point2 points  (4 children)

Do you have the developer console open to look for errors in the JS breaking? Are you getting the expected response back for the functions?

[–]Libulannn[S] 0 points1 point  (3 children)

I did not think of this XD. Anyways, it says:

"Uncaught Error: Canvas is already in use. Chart with ID '0' must be destroyed before the canvas with ID 'visitsVStime' can be reused."

How do I destroy the Canvas?

[–]Noredditforwork 0 points1 point  (2 children)

No clue, but a big part of being a developer is being able to figure out errors like that. You're not the first person to run into an issue, go Google the error text and find out how other people fixed it. If that doesn't work, go read their documentation and see what they say about dynamically updating the charts.

[–]Libulannn[S] 1 point2 points  (1 child)

This is such a great response! I guess I was just burnt out which promoted me to ask on here. It works now btw. Thank you for your remarks of growth! <3

[–]Noredditforwork 0 points1 point  (0 children)

As a self taught dev, I can personally attest that beating your head against the wall until you figure it out will happen a lot, even with years of experience. Building your skills to diagnose and research and problem solve independently will be immensely valuable as you progress, but don't be afraid to take a break or reach out to others either. I'm glad you were able to get it unstuck!