Code Monkey home page Code Monkey logo

Comments (5)

lubaspc avatar lubaspc commented on June 20, 2024

change
import util as _util
for
import firebase_functions.private.util as _util

from firebase-functions-python.

exaby73 avatar exaby73 commented on June 20, 2024

Hey. Could you provide me with some example code and also which version of firebase_functions you're using?

from firebase-functions-python.

lubaspc avatar lubaspc commented on June 20, 2024

I am using version 0.2.0

_alerts_fn.py file

import typing as _typing
import cloudevents.http as _ce
import util as _util
from firebase_functions.alerts import FirebaseAlertData

from functions_framework import logging as _logging

change for

import firebase_functions.private.util as _util

from firebase-functions-python.

LeslieLeung avatar LeslieLeung commented on June 20, 2024

Hi, I made a pr #168 to fix this, but I don't know who to assign to. @exaby73 Can you have a look?

from firebase-functions-python.

LeslieLeung avatar LeslieLeung commented on June 20, 2024

FYI, here is a code example.

import firebase_functions.alerts.crashlytics_fn as crashlytics_fn
from firebase_admin import initialize_app
import requests

initialize_app()


@crashlytics_fn.on_velocity_alert_published()
def on_velocity_alert_published(alert):
    alert_handle(alert)

def alert_handle(alert):
    # some curl code with requests

And the error log:

[2024-01-08 05:51:47,013] ERROR in app: Exception on / [POST]
Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 1455, in wsgi_app response = self.full_dispatch_request()
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 869, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 867, in full_dispatch_request
rv = self.dispatch_request()
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 852, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/functions_framework/__init__.py", line 178, in view_func
function(event)
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/firebase_functions/alerts/crashlytics_fn.py", line 295, in crashlytics_decorator_wrapped
from firebase_functions.private._alerts_fn import crashlytics_event_from_ce
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/firebase_functions/private/_alerts_fn.py", line 19, in <module>
import util as _util
ModuleNotFoundError: No module named 'util'

from firebase-functions-python.

Related Issues (20)

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.