Peggun / osd

Open-Source Data for everyone to use freely. Built upon the Flask framework in Python
Apache License 2.0
1 stars 0 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'static/avatars/fff.png' #55

Open sentry-io[bot] opened 2 months ago

sentry-io[bot] commented 2 months ago

Sentry Issue: OSD-APP-1N

FileNotFoundError: [Errno 2] No such file or directory: 'static/avatars/fff.png'
(1 additional frame(s) were not displayed)
...
  File "C:\Users\prest\OneDrive - John Septimus Roe Anglican Community School\Documents\Software Engineering\Python\WorkSpace\osd\src\app\website\routes\sign_up_page\sign_up_page.py", line 45, in signup
    avatar_url = generate_identicon(username)  # Generate avatar
  File "C:\Users\prest\OneDrive - John Septimus Roe Anglican Community School\Documents\Software Engineering\Python\WorkSpace\osd\src\app\website\routes\sign_up_page\sign_up_page.py", line 18, in generate_identicon
    with open(avatar_path, "wb") as avatar_file:

This issue was automatically created by Sentry via Send a notification for new issues