Andrei Erdoss
Andrei Erdoss
I added the Heroku Postgres add on, which creates the DATABASE_URL Once I restarted the scrapydweb server I got this error: ``` 2020-05-23T07:13:33.128467+00:00 heroku[web.1]: Starting process with command `scrapydweb` 2020-05-23T07:13:35.447284+00:00...
I'm seeing this in the logs. Is there something that needs to be done? `2020-05-05T18:15:16.297349+00:00 app[web.1]: [2020-05-05 21:15:16,297] ERROR in logparser.logparser: No logfiles found in /app/logs/*/*/, check and update the...
Hello, Great job on this tool. I really like the look at feel of the plugin. In my app, I already use the Koala gem and because I get 'offline_access'...
Thank you for your hard work. Would it be possible to give an example on representing IR points in 3D world ie. move and shoot. I want to use the...
I noticed that the green dot pointer in the demo jumps to a random location during a swing. Is there a remedy to this? I am trying to analyze a...
I am trying to add a controller that doesn't need authentication to this example, but I cannot access it, because 'require_user' is fired off somewhere down the path. I cannot...