Results 11 comments of Daniel

To fix this temporarily, we have added `Screen Edge Pan Gesture Recognizer` to all screens via the StoryBoard and open the side menu like this: `IBAction func screenEdgeSwiped(recognizer: UIScreenEdgePanGestureRecognizer) {...

Found [this](https://github.com/John-Lluch/SWRevealViewController/issues/489l) thread. The last example did the trick for me. It disables the FrontViewController when the menu is open and somehow makes it possible to swipe open the menu...

Hey @Finesse, we are using fingerprintjs version 3.3.3 and we are still seeing this in the browser console/sentry. As i can see from sentry, it is caught by the the...

@Finesse Sorry, i don't have any stacktrace available. If the error occurs again, i will comment here.

@Finesse We again see this error. This time the code snippet where it happens was logged: ``` {snip} ath.min(500,a+5e3-Date.now()))},u=function(){try{switch(e.startRendering(),e.state){case"running":a=Date.now(),i&&s();break;case"suspended": {snip} ``` Im a bit confused, since the `context.startRendering()` is in...

@Finesse unfortunately I do not know that. We currently only care about the fingerprint in the result object and sentry only logs this error above. Soon we will improve our...

@Finesse We have now started logging a bit more. Here are the results: In the last 24 hours 5 browsers/users had this error reported to sentry. But in all 5...

Perfect thanks! Another question, when trying to download the file with express res.download, the browser doesn't show it (doesn't prompt the download). When i use localshost:3002/api/download directly in my browser...

I have the same issue but fixed it otherwise. The error occurs because i don't "own" the pet. So the method `GetBestOwned` in `pet.lua` will return nil and it is...