GithubHelp home page GithubHelp logo

price-scraper's People

Contributors

cuupa avatar

Watchers

 avatar

price-scraper's Issues

Error saving Notification

2024-04-08T19:36:06.728203360Z Traceback (most recent call last):
2024-04-08T19:36:06.728317468Z   File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 1463, in wsgi_app
2024-04-08T19:36:06.728382720Z     response = self.full_dispatch_request()
2024-04-08T19:36:06.728435112Z                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-04-08T19:36:06.728474239Z   File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 872, in full_dispatch_request
2024-04-08T19:36:06.728525984Z     rv = self.handle_user_exception(e)
2024-04-08T19:36:06.728572011Z          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-04-08T19:36:06.728609997Z   File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 870, in full_dispatch_request
2024-04-08T19:36:06.728658184Z     rv = self.dispatch_request()
2024-04-08T19:36:06.728699502Z          ^^^^^^^^^^^^^^^^^^^^^^^
2024-04-08T19:36:06.728736862Z   File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 855, in dispatch_request
2024-04-08T19:36:06.728784751Z     return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
2024-04-08T19:36:06.728969962Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-04-08T19:36:06.729024420Z   File "/opt/app/app/api/notification_api.py", line 37, in register_notification_service
2024-04-08T19:36:06.729098553Z     notifications.register(notification)
2024-04-08T19:36:06.729144101Z   File "/opt/app/app/notifications/notifications.py", line 30, in register
2024-04-08T19:36:06.729190880Z     notifications_store.save(notification)
2024-04-08T19:36:06.729235289Z   File "/opt/app/app/notifications/notifications_store.py", line 79, in save
2024-04-08T19:36:06.729281356Z     cursor.execute(ntfy_insert_statement,
2024-04-08T19:36:06.729337764Z sqlite3.OperationalError: 8 values for 7 columns```

fix websockets

Websockets are hardcoded to "localhost" which does Not Work with docker containers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.