Skip to content

I get error when use %spinfile2% in the latest version !

edited April 2020 in Need Help
Hi
I usually use links in my project like this way 

It is working fine in the last version But in the current version 
It is not working and acts that  http://%spinfile2-c:/tiers/links.txt%
is my link.

Note: I use to add "http://"before %spinfile2% and I already remove it from links in the file.

Please help to figure out the issue!
Thanks in Advance 

Comments

  • SvenSven www.GSA-Online.de
    what does the TEST in project options show instead? And why are you using a unix-slash and no backslsch as in windows?

  • Hi 
    thanks for the reply!

    Here the error I get. 
    it also adds 25 in the URL I think its refer to there is a space or something!




    the same project on the old version  works fine



  • SvenSven www.GSA-Online.de
    send me that project backup please.
    Thanked by 1toka
  • Thanks for Your support & time.
    I really appreciate Your fast response.
    You can Find 2 attached Backup in New and old version.
    https://www.dropbox.com/sh/tm1ev3it78atpwr/AABsnBWenJzXVJ5iywjZLzSEa?dl=0
  • Hi 
    Sorry for bothering
    Did You find the issue?
  • SvenSven www.GSA-Online.de
    First day after Easter and now I try to debug things for you and solve it.
  • SvenSven www.GSA-Online.de
    edited April 2020
    the %25 is not correct but you will also have issues with the %spinfile% macro being used inside the URL and not as a stand alone macro in front...

    It was never meant to support that macro in-between the url input but always at the very start only.


    Conclusion: Change the URL to be %spinfile-c:/tiers/links.txt% and add http:// in front of every line in that file.
    Thanked by 1toka
  • Hi
    Thanks for Your reply.
    I already use this format but after saving the project it automatically adds http:// to the URL.

    check this small video, please 

  • SvenSven www.GSA-Online.de
    edited April 2020
    true...it's %spinfile2% and you should have used %spinfile% (without the 2).

    It would make no difference anyway if you use %spinfile%, %spinfile2%, %file% or #file macros. Though next update will also support %spinfile2% here.
    Thanked by 1toka
  • thx for Your time ^^
Sign In or Register to comment.