Closed yigit-alp closed 3 years ago
thanks for reporting this issue. i will test and implement this fix soon.
@yigit-alp can you link a workshop mod that has this issue, so that i can test and verify that it is working?
i have been able to reproduce the issue with these two links https://pastebinp.com/raw.php?i=VDJbPj6i https://pastebinp.com/raw/VDJbPj6i
and will be merging your change soon
I have merged your change, thanks for your contribution
Next time, to get a reaction faster than 2 months, you can try to contact me on my public discord server. Here is the link. https://discord.gg/ZtDFmjXe7w
it seems like pastebinp no longer supports raw.php?i= : pastebinp.com/raw.php?i=12345 will give an error in TS changing this as pastebinp.com/raw/ fixes this problem.
This can be done by changing the pastebin proxy in proxify.py as follows:
"http://pastebin.com/raw.php?i=": "http://pastebinp.com/raw/", "http://pastebin.com/raw/": "http://pastebinp.com/raw/",