You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not very familiar with Python, so I don't know how to fix it myself, but it seems the problem is that url in client.py:l13 is treated as a list instead of a string.
The text was updated successfully, but these errors were encountered:
@erazemk I was seeing this error as well and after doing a little bit of debugging, I found out what was causing it.
Basically, the api_url does not support the ENVIRONMENT VARIABLE method for retrieval as the token does. So it did not work when my configuration was as follows:
I tried running the dockerized version of cachet-url-monitor, but I get the following error when running from master:
I'm not very familiar with Python, so I don't know how to fix it myself, but it seems the problem is that
url
inclient.py:l13
is treated as a list instead of a string.The text was updated successfully, but these errors were encountered: