1chooo / feather-feast

Supply meal ordering system on the LINE BOT.
MIT License
3 stars 1 forks source link

Image Server: 404 #4

Open 1chooo opened 1 year ago

1chooo commented 1 year ago

Description:

It will occur 404 NOT FOUND while admit to the image server.

Steps to Reproduce

  1. Check the method in run.py
  2. Update the method of uploading images.
  3. Re-design the method when giving the image file name.

Actual result:

404 NOT FOUND

Expected result:

Represent the image successfully and keep the url in database.

Assigned

@1chooo

Additional Information

  1. Conduct the experiment to get the image from the flask web.
  2. Maybe the file name too long to show successfully.
1chooo commented 1 year ago

Success: Get image from the chat room