Closed Garima-149 closed 3 months ago
assinged to you @Garima-149 , complete the work as well, you've been assigned so many issues at once.
@4darsh-Dev Could you please help me that How to setup this project on my local network? I have tried according to readme. Md file available but It's not clear.
okay @Garima-149 : Here's a simplified version.
any errors share the SS ?
Ok Thanku so much
@4darsh-Dev I am getting this error.What should I do to solve this?
have you added sqlite3 database instead of the vercel production database see reference from readme.
@Garima-149 the error message is incomplete share the last few lines.
This is complete error @4darsh-Dev
have you created a new file .env in the django-web-app directory with default values? @Garima-149 this is due to missing client-id key
create an .env file with CLIENT_ID = your-sample-value
@4darsh-Dev I am getting this error now.
okay got it, @Garima-149 have you applied migrations to sqlite3 database, python manage.py makemigrations python manage.py migrate.
-- this will create all the tables required for project. mitigating the error. -- tell me if you got any other errors.
@4darsh-Dev I have created all the comments and changes for sqlite3 data base according to read. Me page and when I did the command python manage. Py migrations. Then, it showed this error.
okay @Garima-149 , this error might be due to api/views.py might be calling a function which requires a URL from api_request, but currently due to new database there are no requests already. do the best bug hunting comment out a simple code . which is calling that api_request,
urlLen = len(dpUrls) share ss of api/views.py last few lines of code ... which is calling that function.
in the new version released, I've changed this to stop calling automatically.
connect me on discord , to fix that issue now, or gssoc project group on discord..
commenting these lines might fix the error,
@4darsh-Dev The project is working on my local host but I am facing an error that whenever I am changing something in js files in my working directort, it is not reflecting on website. What could be the possibile issue in that? Like this one
@Garima-149 , it might be due to browser caches, try using ctrl+f5 for reload on PC keyboard, on laptop use this fn lock enabled, see if it works, you can check console on inspect tab, for logs, ctrl+shift+i or right click
Yes changes are not showing on clicking inspect tab.
@Garima-149 got the issue,
use innerHTML, not innerText becz you're inserting another element
backToTopButton.innerHTML = '<i class="fa-solid fa-arrow-up"></i>';
Some points.
@4darsh-Dev Please review the progressbar?
@Garima-149 make it thinner, try with different color options, slightly darker as background is light.
@4darsh-Dev
Is it good?
@Garima-149 yes, much better. ππ»
Hey @Garima-149 ! Thank you so much for your raising the issueπ Itβs all yours, you can come anytime again and make some contributions! π Alone, we can do little, but together we can do so much! π
@4darsh-Dev I would like to add progress bar which will track the loading of webpage.I thought of placing it below navbar section.Please assign me with this issue.