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
Just realized that a similar error happens with the Facebook Birthday calendar. It is impossible to refresh it because the "&" character got replaced by &.
Problem shows up when entering a "https://..." ical URL in the "New Subscription" dialog. The log shows an ssl_error but wget/curl works for the URL.
I found out that the "&" in URL gets replaced by
&
and subsequent fopen() (in stream_last_modified()) fails.If the changed URL is entered in a browser (or by using curl/wget) it then shows an error 501.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: