When i logged into my computer this morning i saw several errors in my terminals stating that they couldn't request https:///someuser.deviantart.com
I've looked a bit through the code and saw that the username variables had a leading slash due to incorrect substringing here.
Replacing the 7 (http://) with an 8 (https://) fixed it for me.
When i logged into my computer this morning i saw several errors in my terminals stating that they couldn't request
https:///someuser.deviantart.com
I've looked a bit through the code and saw that the username variables had a leading slash due to incorrect substringing here.Replacing the 7 (
http://
) with an 8 (https://
) fixed it for me.