-
```
It seems Comic Vine implemented limit for API calls per API key (200
calls/15minute). Obviously there will have to be configuration option that
will allow each user to use his own API key as we…
-
followed instructions for demo but app errors on page load:
```
$ mix phoenix.server
Compiling 13 files (.ex)
warning: variable state is unused
lib/tonic_time/time_manager.ex:25
Generated …
-
您好,我在使用你们提供的Linux部署方式部署(2021-07-21部署)成功后,进行了产品的配置。但是出现了一个接口的报错问题:
/iotapi/app/acf170dea2
返回:{code: 119, error: "GET_APP_DEVICEID Forbidden"}
/iotapi/echart/acf170dea2?starttime=1626681876180&endt…
-
Hello,
thanks for developing maru and maru_swagger.
I am currently trying to add a swagger documentation for my maru web service and I am struggling with the following error:
```
16:28:05.906 …
-
I had to manually add `:timex` to `:extra_applications`, that enables Pinglix to use `Timex.Duration.now/1`.
Maybe this should be fixed here, or at least added to the README. Spent some time debugg…
-
Hi @wstrinz
I got a problem when called the `/webhook` endpoint, here is the stack trace
```
Server: localhost:4000 (http)
Request: POST /webhook
** (exit) an exception was raised:
** (Argu…
-
### Describe the Bug
Logs:
```
Request: POST /teiserver/api/spads/balance_battle
** (exit) an exception was raised:
** (Enum.EmptyError) empty error
(elixir 1.14.5) lib/enum.ex:185…
-
I'm having this error trying to delete a application
```
[error] #PID running MyAppWeb.Endpoint (connection #PID, stream id 2) terminated
Server: localhost:4000 (http)
Request: POST /oauth/appli…
-
The following
```gql
mutation {
deleteEconomicEvent(id:"01FW1CW5D981XA7912559ZZBES")
}
```
results in
```
""
```
while in backend
```bash
11:16:49.210 [error] #PID running Bonf…
-
Hi
I am using graphql and graphql-flutter packages in my flutter project.
And phoenix framework using absinthe for backend server.
I am trying to use subscription in graphql but having trouble wi…