나는 패스트 레인을 사용하여 하키에 배포하고 있습니다. 이렇게 작성했습니다.호환되지 않는 인코딩 정규식 일치 (ASCII-8BIT 문자열을 사용하는 UTF-8 regexp)
hockey_ver = String(latest_hockeyapp_version_number(
api_token: '',
app_name: '',
))
increment_version_number({
version_number: hockey_ver
})
increment_build_number({
build_number: hockey_ver
})
하지만이 오류가 발생했습니다. 어떻게해야합니까?
/Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:120:in GSUB ': [!] 호환되지 않는 인코딩 regexp match (UTF-8 regexp with ASCII-8BIT 문자열) (인코딩 :: CompatibilityError) /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/ lib/httparty/parser.rb : 120 : injson ' ~ /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:140 : in parse_supported_format ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:105:inparse'에서 /Users/khantthulinn/.rvm/gems/[email protected]/httparty-0.15.2/lib/httparty/parser.rb:67:in 전화 ' /Users/khantthulinn/.rvm/ gems/[email protected]/gems/httparty-0.15.2/lib/httparty/request.rb : 383 : inparse_response ' /Users/khantthulinn/.rvm/gems/[email protected] /gems/httparty-0.15.2/lib/httparty/request.rb:351:in handle_response의 블록 ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15에서 차단 .2/lib/httparty/response.rb : 25 : inparsed_response ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/response. rb : 88 : method_missing '에서
감사합니다. 그것은 내 문제를 해결 :) –
고마워. 이것은 또한 내 문제를 해결했습니다! – newx