Page view time series visualizer

I have completed this project on my local machine in vscode and it works perfectly and also passes all the tests in vscode, but when I copy paste the same code on replit it gives me an error in draw_bar_plot function.

It would be very helpful if anyone could help me out.
Thanks in advance

Link to code on replit: boilerplate-page-view-time-series-visualizer - Nix (beta) Repl - Replit

Screenshot of vscode:

screenshot of replit:

I am not being to run your repl, that makes it really hard to check what’s going on

Yes indeed it does not work. I logged out of my replit account and clicked on the link I provided in the question, but the code does not run.
if you can, please copy the code and try running it on your local machine by cloning the repository from freecodecamp’s github
git clone GitHub - freeCodeCamp/boilerplate-sea-level-predictor

I completed the project myself a few days ago so I know it can be completed, I am not able to look at your, nor you should submit a non-working replit

can you maybe try cloning it again?
or creating a new empty repl and cloning the git repo in there?

hi ilenia!

The replit is now working.
The issue was with the versions of all packages, I updated all the packages to the latest version and voila! it’s now working!
Thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.